10-12-2010, 01:16 PM
(This post was last modified: 10-12-2010, 01:24 PM by KavitaPriyaCR.)
Inside the loop
For i = 0 to NoOfChildObjs - 1
List(i).Click
Next
I guess mostly
1. after List(0).Click, application is navigating to some other screen OR
2. after this click action the child properties are changing, pls verify.
When you get this error, stop the test run and at this point use object spy to verify the child property if it is same as you have used while describing....for the 2nd possibility.
For i = 0 to NoOfChildObjs - 1
List(i).Click
Next
I guess mostly
1. after List(0).Click, application is navigating to some other screen OR
2. after this click action the child properties are changing, pls verify.
When you get this error, stop the test run and at this point use object spy to verify the child property if it is same as you have used while describing....for the 2nd possibility.