How to capture screenshots of Exceptions/Errors during run-
time?
Answers were Sorted based on User's Feedback
Answer / siva reddy (us)
as for my knowldge there are no functions to capture them.
But one thing we can do that we can capture the scenario-
description and log them using recovery scenario functions
available.
| Is This Answer Correct ? | 1 Yes | 8 No |
when ever error occurs ,take a snap shot that window by
pressing the "PRINT SCREEN" button in the keyboard and
paste the sanpshot on MS-Paint and save that in a file and
send it where ever u required
| Is This Answer Correct ? | 0 Yes | 25 No |
Test Life cycle starts IS it Requirments stage or Test Initiation?
What is the latest version of qtp?
Explain data driven framework?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
Now it appears to be more than enough... I have learn entire QTP, I did whatever I could do but still facing lots of problem and those problems could be removed only after working in professional atmosphere. But still unable to expose myself as professionaly. It is becoming panic, It has been two years I am in manual testing and looking for the change but all the recruiters ask for QTP, but my problem is I don't have working experience with QTP. Kindly suggest me I really need effective suggestions. I dont have more caliber to work with present organization cause of salary reasons...boo.. hooo...hooo. My email address is alkaa.dugaal@gmail.com
I got an error "The"flightres" Dialog was not found in the Object Repository. Check the OR to confirm that the object exists or to find the correct name for the object." while running the following script Set flightres=description.Create() flightres("text").value="Login" flightres("Class Name").value="Dialog" Set agent = description.Create() agent("nativeclass").value="WinEdit" agent("attachedtext").value="Agent Name:" Set pwd = description.Create() pwd("nativeclass").value="WinEdit" pwd("attachedtext").value="Password" Set button = description.Create() button("nativeclass").value="WinButton" button("Text").value="OK" Dialog("flightres").WinEdit("agent").Set "test" Dialog("flightres").WinEdit("pwd").Set "mercury" Dialog("flightres").WinButton("button").Click Please let me know if i made any mistake in the above script...?
Does QTP support flat files? If yes what are those?
How to Compare two database tables by using QTP?Please give me code details.
How to build scripts that access data from external sources?
how many scripts r there in QTP? pls any answer this question?
We are using the QTP version 9.0 where we want to call objects from global repository for a particular function at runtime for increasing the performance of framework.We are actually looking for loading the objects under test (OAT) dynamically when script runs and would like to unload the same once the execution of the script is completed.
How will you test a keyboard?