What kind of errors can b handled in QTP in real time
scenario?
Answers were Sorted based on User's Feedback
Answer / sriharsha
hi,
1) Pop-up Window
2) Object state
3) Test run error
4) Application Crash
| Is This Answer Correct ? | 19 Yes | 0 No |
What is recovery scenario in qtp?
I m trying to automate one vb desktop application in that there is vblist vbcombobox many other vb tools are there ,when i m trying to find some unique property to identify the object (take example of vbcombobox ) I cannot find any unique property, all the combobox belong to same nativeclass same name no ids are available ,only the distinct property is there x and y coordinates so i m using some code like this "vbbutton "nativeclass:=ThunderRT6CommandButton","x:=304","y :=443").exist(2)" but i dont find them reliable .Can anyone suggest me some other way to identify those objects with some unique property or is there any way to register our own property .I m using descriptive programming to write the code .Thanks in advance
How to get the run time object property without using GetROProperty
Through array we can execute the testcase how ? give me example
i have 100 manual test cases, how to automate from no 1. ols detail steps
Have you done batch testing in qtp? If yes how you are doing?
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application
In qtp is it possible to check broken links of a page?
Have you used xml check point in your project?
Tell about descriptive programing in qtp8.2?
what is the extension for the test version of the script?
In a web page, one web table is present which is dynamic. In that table one of the column has links with the same inner text. write a script so that i need to click the third link.