What is the similar for Goto specific step or function in QTP

QTP does not support GOTO statement

Showing Answers 1 - 1 of 1 Answers

Niranjan Biswal

  • Aug 29th, 2007
 

QTP does not support keywords like Goto or Continue. You'll have to use if and else intelligently to handle this kind of situation. You can use Exit Function sometimes if you want to goto the end of the function. You can use multiple exit function keywords in a single function too.

  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