How the QTP recognize, handle n reports that a error has
been handled by it(QTP) when we perform a recovery scenario
in our application n in what manner it will display it in
resulting window? Plz help me out.
Answer / lakshmana kaminedi
recovery scenario manager main purpose is to handle
unexpected exceptions.
In results window>edit>expand all--> expands the results of
that particular script as a tree structure.
error: it gives some description about the error and in the
next line it also displays the name of the recovery
scenario (which we will be naming at the time of creating a
recovery scenario) has trigered.and it also gives the clear
details.
| Is This Answer Correct ? | 2 Yes | 0 No |
Should have experience in framework means?
How do I get the QTP scripts result in xml format by using vb script function?
In an Excel sheet take two fields as agentname and password and type some valid agentname and password.call that excel sheet in qtp so that qtp opens the flightreservation window taking into consideration how many records are entered in the excel sheet.For example if 3 records are entered today it will open 3 FR windows,if in near future the records are more than 3 then it will open that number of times.
why can't you use excel directly in qtp. why we want to import excel data into Datatable.
whow much strong on VB and C?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
Why bpt?
How to get data line by line from web element
we have 5 default properties we want add more Default property in Object Repository how to add the property
We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario
how we will use output values in qtp? is there any possibulity by descriptive programming?
For an application we automated QTP scripts. At the same time new requirement comes for a new module for the same application and its already developed. So how we automated now this new module with the old application(using old QTP script).