What are different execution modes available in QTP & explain them.

Showing Answers 1 - 4 of 4 Answers

Rupesh S

  • Jun 18th, 2006
 

There are 2 run modes in QTP:

1) Normal : It will show the execution of your QTP script step by step. This works good in case of debugging your script.

2) Fast Run : It will not show the execution line by line.

  Was this answer useful?  Yes

mab29

  • Jun 20th, 2006
 

There are 3 execution mode in QTP they r:

1. Normal - the default mode where expected & actual results are verified & output is given.

2. Update - When u want to update the expected result then update mode is used.

3. Debug- this requires Microsoft debugger..

  Was this answer useful?  Yes

swetha

  • Aug 4th, 2006
 

Run modes in QTP:
Verify mode (Default) - here when the script is run, it compares the expected result with the actual result and gives the test reuslt as Pass/Fail.


Update mode - here it updates the expected result with the actual result and does not show the test results.


Debug mode - executes the script line by line and checks for syntax errors and compilation errors.


Hope I am right
Swetha

  Was this answer useful?  Yes

sudhakar2068

  • Oct 23rd, 2006
 

Run modes in QTP

Verify mode (Default) - here when the script is run, it compares the expected result with the actual result and gives the test reuslt as Pass/Fail.


Update mode - here it updates the expected result with the actual result and does not show the test results.


Debug mode - executes the script line by line and checks for syntax errors and compilation errors.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions