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 / 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 |
Hello friends..... On which areas of an application we can not test with QTP
0 Answers Thatavarti Technologies,
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
Does we use Classes and methods in realtime..?How wud we access methods in a class..?Thanq Guys..!
In QTP 8.2 there are lot of check points is this same in latest version QTP 9.5 ?
Explain the difference between smart identification and object identification withn clear example. please it is very urgent
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
What are the differences between table and db checkpoints?
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
hi friends i was tried to connect qtp with oracle database using provider.i got a error.so anyone can help me out by correct script
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
In ordinal identifier there r 3 options available. Which one will be enabled first when ordinal identifier is invoked.
Hi i want to export the data from applicatioon to excel and later i want to import and use it for my scripts hoe can i do this?