How we wil do data driven test using chkpts?
Plz. give me complete navigation steps for this?
Answer / nath .t
Data Driven Test Means we can test application with
multiple test data. there are 3 types of ddt.
1. Dynamic Data Submission
2. Data Table
3. From Front Grids
1. Dynamic Data Submission: Here ur interaction is there
at the time of test execution. u follow below steps
un = inputbox("Enter the user name")
here un is variable to store the user name
u can give the variable where u want to insert
(i.e., window("login").winedit("user name").set un)
2. Data Table: We can send data from excel sheet here ur
interaction is not here.
u must take the value from data table. u follow below
navigation.
Navigation: Goto KeyWord View
where u want parameterize u Select Value column of that
object
press right corner of that select column it will shows
value properties dialog box here u can select Parameter
option and take Datatable option and select required
parameter.
(i.e., window("login").winedit("user name").set datatable
("username","dtGlobalSheet"))
| Is This Answer Correct ? | 1 Yes | 1 No |
Is it possible to call win runner script in qtp?
We have 10 rows in datatable at runtime we get error at 3rd row ? what is the procedure for continuing same test from 4th row on wards?
What are the types of Object Repository’s in QTP?
keyword driven framework having how many folders? explain folders in detail?
Explain types of exception handling and script for that?
What is the exact difference between QTP and RFT ?
How to change the scripts from Per-Action object repository to shared object repository
Please Clarify if smartidentfication is used at runtime when qtp does not recogonize the objects
What is the difference between call to existing action and copy of an action?
how you will do cookie testing using QTP?
According to use, how virtual object is different from object spy? If Qtp is not learning a sub-menues. What should we done? how would we manage on the expert view too? alkaa.dugaal@gmail.com
What is the differnce between action & script