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 |
How to identify 2 versions of browsers based on regular expression
from what stage you will start automation in your project
How to import the Test Results in QTP to an Excel sheet
In google i'm going to search something like "rose", i usually get 10 results in the first page and in 2nd page 10 results and in 3rd 10 results so on upto 10th page 10 results. so if i want to open all the 10 pages 10 results i.e., 100 results and close..what is the DP for this? pls can anyone answer my Question..PLZZZZZ...
hi, i am trying to capture "web element" names in a web page, and i written the code like this,, with Browser("title:=") with .page("") .webelement("htmltag:=...").getroproperty("innertext") end with end with //////////////////////////////////////////////////////////////////////////////////// QTP RETURN ERROR like this: " object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object" ok fine , i need to search another property other than "index" i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error ..... in this webpage index is difficult to find? how to solve
In website, protocol has been changed http:to https what you will do? tell me your approach?
how can you describe the basic flow of automation with conditional and programmatic logic?
Can we test the Word Document using QTP Tool? We should test the page size,page set up, paragraph indentation and spacing, font size of the the character int the page.
I have a login page like username, password and login. I have to pass the 50 user names and 50 passwords but how can i test this page with out using parameters?
Error handling
How to add a standard checkpoint in your test ?
Explain about random testing of 500 test cases?