Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Run mode within the QTP forums, part of the Software Testing category; Tell me difference between verify mode & debug mode in QTP?????...
|
|||||||
|
|||
|
Re: Run mode
Hi,
The basic Run modes available are - Verify, Debug and Update Verify. Verify mode basically enables a user to Compare checkpoint results for the current Test run as against expected data. This expected data could be captured in an earlier run. In this a New results folder is created for every run. So in short, we could compare varying Test Runs of the same Test in terms of checkpoint values. Debug We generally use this mode when we wish to check our coding logic. Incase of any issue where the code breaks, we use breakpoints and verify the same in Debug mode using Step functions. Test Results are overwritten in this mode. Cheers.....
__________________
V.Umesh Krishnan QA Consultant |
|
|||
|
Re: Run mode
Verify mode : If we want to save the result of the test run to compare and verify with the future runs of the same test then we go for verify mode.
Debug mode: If we dont want to save the result as it is yet to finish the script or if we are testing the QTP coding logic then we would run the test in debug mode. |
|
|||
|
Re: Run mode
Hi Brijesh,
The Update mode varies from the Verifiy mode in just that - In Update mode, you can update the Expected value of the Checkpoint being compared. Verify mode as I stated earlier would just compare your Checkpoints present value as against an Esxpected value captured earlier. But suppose during playback, you wish to update the Expected value with latest Object property changesor value changes, you would have to use UPDATE mode. By Default the Update mode is the run mode of QTP. Cheers.....
__________________
V.Umesh Krishnan QA Consultant |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Recording mode in QTP | jyotshna_g | QTP | 3 | 05-26-2009 10:20 AM |
| qtp debug mode | newhere | QTP | 1 | 12-06-2007 02:14 AM |
| I can't get it out of hibernation mode | Geek_Guest | Windows | 2 | 09-26-2007 01:40 PM |
| VIA mode | udaya00 | MainFrame | 0 | 06-12-2007 08:07 AM |
| recording mode | ravi25 | QTP | 2 | 05-18-2007 04:35 AM |