How to create a Runtime property for an object in QTP?
Answer Posted / abcde
Question itself is wrong???? Can someone frame questions
properly
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is the basic concept of qtp?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
What is the virtual object?
Is it possible to merge two object repository files in qtp?
What is the purpose of loading qtp add-ins?
Should have experience in framework means?
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
Explain how you can find the absolute value of the number in qtp?
Where you are storing your script?
Which environments does qtp support?
if numbers are always changing write a script for that
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
How to modify the text checkpoint?
How to add synchronisation points in qtp?
Explain types of descriptive programming?