View previous topic :: View next topic |
Author |
Message |
haree_amrid Beginner
Joined: 21 Dec 2005 Posts: 9 Topics: 3 Location: INDIA
|
Posted: Fri May 04, 2007 9:58 am Post subject: Skipping of lines using Intertest |
|
|
Can we skip lines during execution using Intertest.
For eg. in Xpeditor we can use 'GT' command for skipping the lines while execution.
Similarly is there any commands in Intertest.
Can anyone help me on this??????? _________________ With Regards,
Hareesh Amrideswaran |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Fri May 04, 2007 10:15 am Post subject: |
|
|
haree_amrid,
Look up RESUME statement
Code: |
NEXT INSTRUCTION - RESUME FROM THE NEXT SEQUENTIAL INSTRUCTION
LABEL - RESUME FROM A LABEL
STATEMENT - RESUME FROM A STATEMENT NUMBER
OFFSET - RESUME FROM AN OFFSET
INDIRECT COMMAND - EXECUTE AN INDIRECT COMMAND SEQUENCE
NEXT EXEC/CALL - RESUME UNTIL THE NEXT EXEC COMMAND OR EXTERNAL CALL
NNN STEPS - RESUME FOR SPECIFIED NUMBER OF STATEMENTS OR VERBS
NNN INSTRUCTIONS - RESUME FOR SPECIFIED NUMBER OF MACHINE INSTRUCTIONS
|
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
haree_amrid Beginner
Joined: 21 Dec 2005 Posts: 9 Topics: 3 Location: INDIA
|
Posted: Fri May 04, 2007 10:26 am Post subject: |
|
|
Kolusu,
I didn't understand this...
can you explain me more how to introduce this skipping while testing???? _________________ With Regards,
Hareesh Amrideswaran |
|
Back to top |
|
 |
sreedhar_k Beginner
Joined: 24 May 2006 Posts: 6 Topics: 1
|
Posted: Tue May 08, 2007 5:51 am Post subject: |
|
|
hi,
In the command line you need to give like 'NEXT 10' .
this means next 10 lines will be skipped.and pointer will start at 11th line.
Or simply u can use ' N 10'. ( to skip 10 lines)
--sree |
|
Back to top |
|
 |
|
|