Tips
May 21, 2024

Tip of the Day 9

Tip 9

Easily switch between multiple applications during Playback

How to use this Tip?

In your automation processes, you may need to switch between different types of applications like Browser, Windows, SAP GUI, Mobile, etc. In such scenarios, you can use _setMode API to set the current mode during playback.

Example:

You may want to login into your application on the Browser, read the OTP (one-time password) sent on the Mobile and then enter the OTP on the Browser. This requires switching between applications on Browser and Mobile during Playback.

How does this help you?

The ability to switch between various modes facilitates streamlining the testing processes. This ensures end-to-end automation. This makes integration testing, easy.

Download this Tip as a PDF

Continue reading

Tip of the Day 11

Tip of the Day 10