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 |
Can any body please tell me the steps of keyword driven framework of QTP.
why we use sendkey method in qtp?
What is a data driven test in qtp?
There is a table with 4 columns and 10 rows, how to write the script to display the first column records using qtp? can anybody help me with script?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
It is given in the help of QTP 9.2 that we cant debug the scripts. Is there any other way to VIEW, PAUSE and make modifications in the scripts during execution???
distinguish between old version and new version QTP features.
How to get line numbers in your editor in expert view?
what to do if application have 3 "ok" button with same logical name and same properties, how qtp can identify them.
how to test background color and dynamic images during runtime
What are different types of frame works ?
1.IF SOME OBJECT IN APPLICATION IS NOT IDENTIFIED BY QTP? HOW WILL YOU OVERCOME THIS? 2. WHEN AND WHYDO U GO FOR DESCRIPTIVE PROGRAMMING? 3. WHAT IS THE DIFFERENCE BETWEEN VB AND VBA? 4.WHAT ARE THE REGULAR EXPRESSIONS YOU USED? 5.IF ANY REQUIREMENT IS ADDED IN YOUR PROJECT, HOW WILL YOU PROCEED TO DERIVE THE TEST CASES AND HOW WILL YOU PERFORM AUTOMATION FOR IT?