Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Recovery Scenario
#3
Not Solved
HI Saket,

I did try with the 'Object state' and QTP still doesnot seem to recognize the pop-up.
I put all the checkboxes in a loop and if any checkbox check throws this pop-up, QTP doesnt seem to do the trigger as described in the recovery scenario. Instead next check box is checked and loop continues so and so fore. I somewhere read in the QTP help files that in such a scenario the popup( object state) would be recognize once the check for all the checkboxes are done. But, in here after the loop is executed, next statement is executed without recovery check.

Code:
For i = 0 to 8

    Set chkcheckbox = browser("TalonPro Solutions").Page("TalonPro Solutions").Frame("Frame").WebTable("Property").WebCheckBox("html tag:= INPUT","type:= checkbox","Index:="&i)
     chkcheckbox.Set "ON"
        

Next
    
End If

browser("TalonPro Solutions_2").Page("TalonPro Soalutions").Image("Next").Click

any help can be provided?

thanks
swetha
Reply


Messages In This Thread
Recovery Scenario - by swetha.b - 01-07-2010, 03:50 PM
RE: Recovery Scenario - by Saket - 01-07-2010, 04:12 PM
RE: Recovery Scenario - by swetha.b - 01-08-2010, 03:43 PM
RE: Recovery Scenario - by azar80 - 01-10-2010, 12:05 AM
RE: Recovery Scenario - by Saket - 01-11-2010, 10:41 AM
RE: Recovery Scenario - by swetha.b - 01-12-2010, 10:20 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Create Video of a scenario shivangshah 0 1,153 01-30-2017, 07:45 PM
Last Post: shivangshah
  Default recovery scenario TurtleRock 1 2,834 05-30-2014, 02:17 PM
Last Post: Tarik Sheth
  Edit Recovery Scenario skegler 0 3,124 03-05-2014, 10:40 PM
Last Post: skegler
  recovery scenario for closing a message box itself ashima 0 2,144 12-26-2013, 11:10 AM
Last Post: ashima
  Object State - Recovery Scenario vIns 1 4,084 01-21-2013, 03:15 PM
Last Post: Ankesh

Forum Jump:


Users browsing this thread: 1 Guest(s)