Automating Oracle Xstore

Hello, I am currently using UiPath to automate Oracle Xstore. It’s a java based POS app. I am interested to know weather there might be an activity or command or something, which would reset the Application to a fixed state incase of any errors.

@sarvesh.chowkekar,

There is no out of the box solution or readymade activity for this.
You will have to replicate the logic how manually you/user doing it by checking the current state or screen of the application.

You can use Check App State activity to check what screen or window of the application is open and add logic to navigate to start or reset page.

Thanks,
Ashok :slight_smile:

But for automation/testing we’ll have to add this check on every activity in that case.
Any idea where we can find the code and/or command for Xstore to revert to a fixed page, i.e, Login page.
Maybe if we can trigger that every time the test fails, that will help.

Any help on this topic is appreciated.