WinRunner Question: Download WinRunner PDF

What are data driven tests?

Tweet Share WhatsApp

Answer:

When you test your application, you may want to check how it performs the same operations with multiple sets of data. You can create a data-driven test with a loop that runs ten times: each time the loop runs, it is driven by a different set of data. In order for WinRunner to use data to drive the test, you must link the data to the test script which it drives. This is called parameterizing your test. The data is stored in a data table. You can perform these operations manually, or you can use the DataDriver Wizard to parameterize your test and store the data in a data table.

Download WinRunner PDF Read All 67 WinRunner Questions
Previous QuestionNext Question
What are the synchronization points?What is a checkpoint and what are different types of checkpoints?