What is the purpose of step, step into, step out, step to cursor commands for debugging your script?

Questions by sunilrdy

Showing Answers 1 - 2 of 2 Answers

Madhav

  • Mar 22nd, 2006
 

Test are WinRunner Run commands used in different  Situations

step command :

It indicates that the compiler start to run the script  from curssor  starting possiton

step into :

It indicates that the compiler start runing the script from curssor perticular line i.e.if we want to execute from 9line onwords at that time use

step Out:

it indicates that the compiler to exit the scrpit from perticulal curssor line i.e. if we want to stop execution of the script for perticular location 9line or 11line

  Was this answer useful?  Yes

Madhav

  • Mar 22nd, 2006
 

In winrunner these are different debugging techniques

Step: It starts the execution of the script from it starting cursor position to ending ling

Step Into: It starts the execution of the script from particular cursor position on wards

Step out: It exit the execution of the script from particular cursor position

 

  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