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 |
what is the defference between QTP 8.2 and 9.0and 9.2? plz tell me
Pls answer this: What is the difference between a subroutine and a function? A. A subroutine can call itself; a function cannot B. A function returns a value; a subroutine cannot C. A function can accept arguments; a subroutine cannot. D. A subroutine can call other procedures; a function cannot.
Syntax for how to call one script from another and Syntax to call one "Action" in another?
Could you please explain me about QTP framework.
How u perform Batch Program in QTP?
How you will rate urself in QTP in the range of 0 to 5
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
What are the types of object repository?
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
What does ".mst" stands for? (abc.mst)