anyone can explian about types of "Triggere Events" in QTP
Answer Posted / mreddy
There are 4 types.
1.Pop-up window:A pop up window appears in an opened
application during the test run
2:Application Crash:An open application fails during the
test run
3.Object State: A property of an object changes its state
or value
4.Test Run Error:A step in the test does not run
successfully
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
How do you configure QTP AND Test director?
How to modify object property in qtp ?
How to creating an output value using quicktest professional?
Is text area check point supports for web applications?
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
what is the difference btn risks & Therads in the Test plan documentation?
how to idetfy which test cases are automated?who will deside that plz tell me
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
what frame work you are following?
What is recovery scenario in qtp?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?