-
-
How can I use Childobjects in QTP for Identification of WebElements
I wrote this code:
Set odesc = Description.Create()
odesc.Value("Class name")="WebElement"
odesc.Value("innertext")= JOB JOB is name of Parameter with STRING Value-User defined params.
ex.JOB = "Officemanager".
Set obj =Browser().Page().Childobjects(odesc)
Set obj_number = obj.count
But When I write this code:
obj.GetROProperty("xsx").click... -
-
How to test cross browser testing in QTP?
As per my knowledge QTP Supports IE and FF,how to test remaining other browser?
how can i answer this question. -
-
Application throwing error while running the script
I am fresher in QTP. Till now I have faced only the error thrown by QTP. What needs to be done when application throws an error?? How to handle it through QTP??
-
What is Index Property in descriptive programming?
Could you explain, Why is it bad practice to use index property in Descriptive Programming?
-
-
-
QTP Actions limit
How many actions can be created in a QTP script ?
How would you click on a link in QTP?
note: properties are not known in a Webtable? Can someone clearly explain this?
QTP Scripts from Quality Center
How to run QTP Scripts from Quality Center
Ans