Forum Discussion

kavansays's avatar
kavansays
Contributor
9 years ago

"Unable to find object" Error halts Test Suite Execution

Hi All,

We have developed around 500+ Test Cases, but while test case execution if "Unable to find object" Error occurs it halts whole Test Suite Execution  until we close that error window.

 

I did few settings to resolve this issue but may have missed few settings.

 

Below settings did but not working:

1) Added below event to handle all the errors.

 

 Sub GeneralEvents_OnLogError(Sender, LogParams)
    Call Fn_KillProcess("javaw.exe")
    Runner.Stop(True)
 End Sub

 

2) Deselected Playback properties: 

 

Playback_properties.png

 

3) Selected "Test ITEM " as stop on error property 

Project_Test_Items_Properties.png

 

-> Still whenever object not found error occurs, it halts whole suite execution ..

 

Please help ..

 

Best Regards,

Kavan Shah

1 Reply

  • NisHera's avatar
    NisHera
    Valued Contributor

    If you have checked :Tools\Option\Engine\NameMapping\Updatename 

    Uncheck it and run....