Is it possible to use one excel Datasource that contains more than one Worksheets?
Is it possible to use one excel Datasource that contains more than one Worksheets?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use an Excel file that contains more than one worksheet. But in soapUI in the
Worksheetinput field (in the configuration of theDataSource) you can only specify one worksheet…What you can do is to specify the name of the worksheet in a property (e.g.
${#TestCase#worksheet}) and then change the value of this property if you want to change the worksheet.