Hi,
I have used the following code for verifyElementChecked
boolean statusverify=WebUI.verifyElementChecked( findTestObject ("Object Repository/Page_ - Mail SMS - Queue Log/input_Key_Chk_sub"), 10, FailureHandling. CONTINUE_ON_FAILURE )
It continues running the test case and if this method returns false as an error occured in the test case.
Can you suggest some solutions to make this error not happen.
Thanks in advance