What are data driven tests?

When you test your application, you may want to check how it performs the same operations with multiple sets of dat

Showing Answers 1 - 10 of 10 Answers

Titus

  • Jan 8th, 2007
 

Running the same test script with different inputs. Inputs may be stored in Excel sheet.

  Was this answer useful?  Yes

jaya

  • Aug 8th, 2007
 

When you test your application, you may want to check how it performs with multiple set of data. Here you will create data driven test with the loop that runs ten times for ten sets of data. For each iteration, test is driven by different set of data.

In order for Winrunner to use data to drive test, you must substitute fixed value in the test with variables.

  Was this answer useful?  Yes

pjchary07

  • Sep 13th, 2007
 

Data driven test are used to test the application taking same operation with multiple set of data. As each iteration application is going to be tested with different sets of data which were assigned in the Excel sheet and simultaneous result will be get displayed in the same Excel sheet or in the separate Result window

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions