08-11-2009, 10:08 PM
Getting an error "The step failed. The object was not found"
How can I insert a check to see if this value exists or not? To avoid having my test fail. Should I use an If Then Else statement? Or what do you suggest?
This is the step failing (below)- I am dealing with dynamic data so sometimes this will succeed and grab the output value but other times it will not if the value is not present.
How can I insert a check to see if this value exists or not? To avoid having my test fail. Should I use an If Then Else statement? Or what do you suggest?
This is the step failing (below)- I am dealing with dynamic data so sometimes this will succeed and grab the output value but other times it will not if the value is not present.
Code:
Browser("V_2").Page("V_5").Link("Bot5").Output CheckPoint("storeBot5")