What is the difference between the followin verify modedebug modeupdate modeexplain with examples in detail

Questions by ferozbm   answers by ferozbm

Showing Answers 1 - 8 of 8 Answers

latha

  • Feb 27th, 2006
 

verify mode: it generally performs what ever scripts are written,if it finds mismatch or errors it shows u in the result window.

update mode :suppose if u inserted checkpoints now want to change the expected result,u change in results window or edit checklist,once if u change u have to run the script in the update mode,to changes to occur,then in verify mode.

debug mode :this can be used to debug the code,it will stop where there is error in the code

  Was this answer useful?  Yes

Jayanthi

  • Mar 3rd, 2006
 

These three are Testing Running Modes in Winrunner

Verify: create the test results file

Update: updates or overwrites the existing Test Results file which was created using verify mode

Debug: doesnot create any Explicit Test Results File, instead Temperory Test Results will be stored and will be available for the recent or last Test run only.

  Was this answer useful?  Yes

Verify Mode: Use this mode when you running a test to check the behavior of your application and when you want to save the test results.Debug Mode: Use this mode when you want to check that the Test Script runs smoothly without errors in syntax.Updated Mode: Use when you want to check new expected results for a GUI checkpoint or Bitmap checkpoint.

  Was this answer useful?  Yes

bharathp

  • Jun 29th, 2006
 

HI,

there r 3 playback modes in winrunner they r

1. verify mode: When u run in this mode it will compare the actual values with expected values and gives the result as pass or fail

2.update mode : whenever u changed the expected results so u have to run the scripts in update mode for the first time  by this it will update in the exp folder

3.debug mode: this is to check the scripting errors

still any body is having any doubts regarding these play back modes please feel free to contact me

Bharath Kumar Penimalla

  Was this answer useful?  Yes

Nandika

  • Aug 26th, 2006
 

Hi ,

in Update Mode : it is sd tht when we change the expected result, we run in Update mode.. So where exactly the expected value is changed - in the Script or in the Test Result ??

in Debug Mode : we get to know the Bug in the Script.. So is it required to run the script in Debug mode first before running the script in verify/update mode ??

Cheers

Nandika

  Was this answer useful?  Yes

sudhakar2068

  • Oct 4th, 2006
 

Verify Mode: Use  Verify Mode when  running a test to check the behavior of your application and when you want to save the test results.

EX: when you  want to Execute Script using Win Runner Tool of  any application .

Debug Mode: Use  Debug Mode when you want to check that the test script runs smoothly with out errors in syntax.

Ex:when you  want to Execute Script using Win Runner Tool with out mistakes of  any application

Update:Use Update Mode when you want to create New expected results for a GUI check point or bitmap check point.

Ex:when you  want to Execute Script using Win Runner Tool of  any application .

Note : We change expected results in the result window in the Update Mode.

sudhakar kolla.

My Email:kollasudhakar2005@yahoo.co.in.

My Number:09819859346.


 

nagareddy

  • Oct 25th, 2010
 

we have these modes in Win runner.

Verify run mode is used to check the expected result with the actual result and the result is stored

Debug run mode is used check for any errors in the code by running the script.Results are not stored permanently. they are stored in a temporary folder.

If the code is enhanced or any objects are to be added then the script is run in update run mode and the results are over written in the previous results.

  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