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
Describe how Smart Identification is used
Tell some commonly used Excel VBA functions?
Hi All, How to Compare two strings character by character in QTP
Where is the Bitmap checkpoint information stored?
What are the benefits of qtp?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
can the activities of test case design be automated?
To which environments does quicktest professional (qtp) supports?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
assume i have few url link how will i dynamically call then using descriptive programming?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
how to explain a claims and insurance project?
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
How to handle the exceptions using the recovery scenario manager in qtp?
Can you brief the hurdles you faced during Automation testing?