08-07-2014, 01:18 PM
Hello All,
As suggested by Ankur Jain in email, I implemented conditional statement to check if the object exists and then added wait statement.
Eg.
I used this along with the waitproperty and test execution is better now.
Thanks,
Akila
As suggested by Ankur Jain in email, I implemented conditional statement to check if the object exists and then added wait statement.
Eg.
Code:
If(Browser("").Page("").WebTable("").Exist = false) then
wait(2)
End if
I used this along with the waitproperty and test execution is better now.
Thanks,
Akila