Completed
Last Updated: 09 Sep 2019 08:01 by ADMIN
Suja
Created on: 05 Sep 2019 09:53
Type: Bug Report
0
WaitForExists step is failing with NullReferenceException

Wait for exists step is failing with the error below, when Test Studio is not able to find the element:

Object reference not set to an instance of an object.
InnerException:
System.NullReferenceException: Object reference not set to an instance of an object.

As a result the conditional steps are not working as expected and the test fails.

The workaround for this issue is to change the WaitForExists step to VerifyExists step and the test works.

0 comments