How to handle Recovery scenario in QTP.
give detailed explanation about recovery
scenario.
Answer Posted / anjali
@surya: this option we basically use in the process of negative testing, so we will know upfront that some pop-up or runtime error going to happen, rite??
you can take example as login validation, where we use more number of characters in the username when it is specified in reqmnts that the edit box should accept only some number of characters..this is part of negative testing
Correct me, if i am wrong
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How do client side image and server side image work?
how to test use the quality control .how to verify the image verification
What is the default object synchronization timeout in qtp?
what is the frame work in J-meter?
How to open a new test using quicktest professional (qtp)?
Hi,Sudhanandareddy plz forword framework and ppts for QTP to me. This is my mail id: ranjith_99reddy@yahoo.co.in (your contact number also)
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
How do I get the QTP scripts result in xml format by using vb script function?
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)
Tell me one scenario, the complex functionality you have automated in your project?
How can you identify the browser and its information using the qtp script?
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
How to customize qtp?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?