How will you handle application crash using recovery
scenario manager(step by step process)?
Answer / nihar ranjan
By Using Trigger event, Recovery steps and Post recovery test run we can handle...
Trigger Event:-
Resources Menu --> Recovery Scenario Manager--> Click New--> Click Next -->Select Application Crash as Trigger event-->Next -->Select selected executable application-->Next -->
post recovery test run:-
Select Recovery Operation {Keyboard, Mouse Operation,Close Application Process, function Call, Restart, Microsoft Windows} -->Next -->If you want to check Add another operation else uncheck-->Next -->Next -->Enter Scenario Name -->Next-->Select Option -->Finish -->Close -->Save the scenario with “.qrs”
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the condition or scenario that leads the use of object spy in qtp? (while recording we can get all the properties) then wat leads to use this?
What is runtime objects and test objects? What is the difference between them?
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
can anyone answer this question ........in the DICTIONARY OBJECT....i created the dictionary object in reserved object ok....here i have some sets of values ...now i want to retrieve the item i done too ok.......here my question is now i saved the test and close the qtp tool ,again i opened now i retrieve the same item in the dictionary is it possible ????. friends when i try to do this i am getting empty message box i mean no value will be retrieved ......ans me any one plz...
What is accessibility check point?
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
What are the different recording modes?
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
what is batch testing?
why we use environment variables
What are the various versions of QTP that have been released so far? Please also mention the year of release for each version
What is throw object?