how to record/identify the webedit box/object which have drop down list and its changing simultaneously in qtp..
Answer / uday
WebEdits cannot be converted to Listbox. These are two objects. First click on WebEdit, then you will see listbox object coming with options.
So first click on WebEdit, like B().P().WE().click
B().P().WL().select "your option"
| Is This Answer Correct ? | 0 Yes | 0 No |
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
Step 3&4 are repeated until an the object in recognised uniquely.
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
what are the disadvantages of qtp? can linux support qtp9.2? how could get web address throu vbscript?
how can we retrieve ten rows from the data table using loop concept?
HOW TO CONVERT MANUAL TEST CASES IN TO AUTOMATION TEST SCRIPTS EXPLAIN THE PROCESS?
Discuss quicktest professional (qtp) environment?
What are the drawbacks of QTP?
desribe a situation where u faced a stressful situation and how did u cope with it
How to start recording using quicktest professional?
In an(AUT) web application their are two frames as fraMain and fraFooter. Both the frames contain link which needs to be retrieved at a single step. I tried it using "Regular Expression" as fra.* but QTP doesn't recognize the object. So Plz help me out to get resolve the problem:-)