Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to continue after running a function
#2
Solved: 10 Years, 10 Months, 2 Weeks ago
In which part of the code you are having difficulty, as per your explanation I understood that your function GetSiebListRows is working fine and you are getting the output in intRows. No you want to check some condition and proceed further. right? Correct me I am wrong.

you can simply use an IF..Then..Else
Code:
IF intRows <> 1 then[hr]
you can simply use an IF..Then..Else
[code]
IF intRows <> 1 then
msgbox "Error"
else
Your Further statements..
end if

Reply


Messages In This Thread
RE: how to continue after running a function - by Saket - 10-08-2009, 10:55 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Calling a function in a Test Script from a function library anupam4j 3 5,948 06-26-2015, 12:31 AM
Last Post: babu123
  Test run cannot continue oak 1 4,685 11-03-2014, 10:54 AM
Last Post: vinod123
  How to continue test after it fails a step sqadri 4 4,386 01-20-2012, 10:02 PM
Last Post: sqadri

Forum Jump:


Users browsing this thread: 1 Guest(s)