DATA DRIVEN TESTING
- Data Driven testing is used to test the application with multiple data.
- We will use Excel for data driven testing,
- Data Table enables you to run the tests with multiple set of data using Excel ..etc sources
- Data Table is used to store number of data and we can parameterize the data to the test script.
- In QTP there are two types of sheets by default
- Global Sheet
- Action1 Sheet
- One Data table have 256 sheets and in that one one sheet is Global ,Remaining 255 sheets are Action Sheets.
Two Types of Data tables
- Design Time Data Table
- Run Time Data Table
Difference between Design Time Data Table and Run Time Data Table
Design Time Data Table | Run Time Data Table |
This data table is viewed in QTP main test i.e in Expert View below. | This data table is viewed in QTP test Results page |
This data table is created priot to the test scripts execution. | This data table created after the test execution |
Creation of Data Driven Testing using Data table
- Software Testers will check the application,how it will perform the same action with multiple set of data.
- We can create a data driven test with a loop that can run multiple times with the different set of data.
No comments:
Post a Comment