Answer Posted / uday kumar_anem
In QTP, we can debug the scripts by using Debug Viewer
installed with QTP.
In your script just put some breakpoints from where you
want to debug(F9 or debug -> insert/remove breakpoint).
Now can debug from the breakpoint by using Step into, step
over and step out.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
How can you pass value one action to another action?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
What are the flaws in water fall model and how to overcome it?
Is virtual object supported in low level recording mode?
how will you check how many members visited the website www.infosys.com?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
What is text check point and text area check point?
Are Shared ORs read-only?
can the activities of test case design be automated?
What is the limitation to XML Checkpoints?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?