What is difference between QTP modes - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: What is difference between QTP modes (/Thread-What-is-difference-between-QTP-modes) |
What is difference between QTP modes - ravindar_5014 - 06-02-2008 Hi Every one, We know that QTP has three modes 1)Verify Mode 2)Update Mode 3) Debug mode Can any please explain what situation we should apply above modes , please give me example. RE: What is difference between QTP modes - somisays - 06-03-2008 WE have three modes in QTP. 1)Design Mode....Here We can write and update the code(In Expert View) and also settings. 2)DebugMode In this mode we can see the exact flow of our code,how it executing step by step and we can see values in the variables. 3)RunMode In this mode we can see how application is working. Hope it helps you. REgards Sridhar. RE: What is difference between QTP modes - ravindar_5014 - 06-09-2008 Hi sridhar, what i am asking is wrong ? We have above three modes , If you please tell the right answer other some one give better reply Bye Ravi RE: What is difference between QTP modes - ravindar_5014 - 06-09-2008 Hi Sridhar , As per i know that above three modes are correct . Regards Ravindar RE: What is difference between QTP modes - somisays - 06-09-2008 Dear Ravinder, Where have you read about the QTP modes? I have not given any wrong informations to you. If i am not sure i am not going to post the reply we have all members here to post their reply. What ever i know i given the information on that. RE: What is difference between QTP modes - Pavan Kumar Munagala - 06-10-2008 Hi, AS per I know, the below modes mentioned are specific to WinRunner - Run Modes, where as it is enchanced in the QTP which are mentioned by Sridhar's Answers. 1)Verify Mode 2)Update Mode 3) Debug mode Verify Mode: This is general mode of running in winrunner. Update mode: this mode is used when the script has designed for Run1 and planning to execute in run2. Example: the application/database has updates then we run the script in update mode to get updations applicable to script with the latest updates in the database. so that the script can run smoothly in Run2 Debug Mode: Same as mentioned by Sridhar Thanks and Regards, Pavan |