I have faced one issues while doing test in QTP.
I have described the scenario below.
1. I have to test web application.In that i want to give
input of drop down values in the application.
2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to
give value from data table of QTP.
3. I have changed the drop down value as variable in Keyword
view and given values in data table "A,B,C,D,E" as one below
one.
4. While i am running the script it could not identify the
drop down value which is in Data Table.It shows message.
How to make value identify by QTP?
Answer Posted / kiran
Browser("Mercury Tours").Page("Find Flights").WebList("depart").Select "London"
or else by using index
Browser("Mercury Tours").Page("Find Flights_2").WebList("arrive").Select "#4"
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the expert view?
Explain about the test fusion report of quicktest professional (qtp)?
What are the different types of recovery operation?
What is the difference between shared and local object repository?
Is QTP supports Unix. If yes, then how the test automation is done?
How to use debug tools?
How to use descriptive programming?
Explain the Different types of QTP test assets and their extensions?
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
What are output values and why they are used ?
How does quicktest professional identifies the object in the application?
what could go wrong with test automation?
how to write xml output check point bu useing descriptive programing .means without useing output check point
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
What is the use of ordinal identifier in qtp?