Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP is not navigating to 'Next' step
#2
Not Solved
First of all why you are allowing that error dialog box to appear?If the object is not found handle it in the code itself .Applications should never throw errors like that

Make use of 'Exist' method in the SubDriver [SubDriver] script

Code:
if <your_object_hierarchy>.Exist then
'only then, perform the steps in the action
end if
Reply


Messages In This Thread
RE: QTP is not navigating to 'Next' step - by rajpes - 07-27-2011, 04:41 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Step Results jcraig26 1 1,774 12-20-2012, 01:42 PM
Last Post: supputuri
  Ignore Predefined Step Faliure mnybon 0 1,793 11-09-2011, 02:07 PM
Last Post: mnybon
  Test unable to record this step: clicking the first row out of various search results hima 10 6,239 08-25-2010, 07:40 PM
Last Post: supputuri
  Navigating and selecting item under a greyed out parent paul123 0 1,815 03-08-2010, 10:56 PM
Last Post: paul123

Forum Jump:


Users browsing this thread: 1 Guest(s)