Issue:
"Object not found" error during test execution?
Answer:
This means that Qualibrate is not able to get the object on which it should execute the current user action. This often happens when the application under test is not in the correct state: the needed page is not displayed on screen at the moment of the execution so, the tests cannot run further.
Example:
An example of such situation is an SAP automated execution of a flow designed to go to a specific transaction (eg VA01) with an SAP account already in use.
The steps in a normal situation are described below:
1. Type username
2. Type password
3. Press enter
4. Go to transaction VA01
Since the account you are using to log on with is not available, you will not be able to go further to step4 and so, when the execution gets there, the GuiOkCodeField object is not available for step 'Go to transaction VA01'.
SAPGUI, the application under test, will display a window letting you know that the user is already logged on instead of going to the next window containing the GuiOkCodeField object.
Comments
0 comments
Please sign in to leave a comment.