Did you find anything in your project that QTP proved inefficient to perform?
Answer / pravati
yes,In my project QTP proved inefficient to perform GUI testing of the application.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is object spy in quicktest professional?
How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we wil disable that one with out interrupting normal process)
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
Using Object Repository is a advantage or disadvantage?
QTP is not displaying in OBJECT SELECTION-CHECKPOINT PROPERTIES boxs only WINDOW AND WIN OBJECT remaining pages and links , images not displaying in web application testing. how can I get the pages and links in object selection? Please anyone tell me?
How can the functions inside DLL be called from QTP? i mean How can i use those functions(Inside DLL) in QTP
Is it possible to change the property value at runtime? How it is possible?
What is action required by QTP if a popup message is coming in exsisting script and now it is not coming. The script is having code to deal with popup message now when we run the script now the popup i snot coming according to new build, instead of changing the code what we can do?
What is the difference between systemUtil and invoke method..?
In this bellow script QTP is not able to getting no. of Links from my Browser. Set desc=description.create desc("micclass").value="Link" Set obj=Browser("creationtime:=0").page("title:=.*").childobjects(desc) msgbox obj.count I am getting "General Run Error".Why QTP is not supporting my Browser,but its running fine in other system.Please help me to overcome this problem.
What is Description Object?
how to test one edit box using dotnet addin for Web Applications? write script?