Suppose you have a cross-browser web test recorded on a desktop browser (such as Chrome or Firefox) and want to execute the exact same test against mobile browsers (Google Chrome on Android or Apple Safari on iOS) without re-recording or modifying the test steps. This article describes how to configure Rapise and Appium to execute cross-browser web tests on mobile devices and emulators.
Sometimes you have a test that you want to run on Chrome, Firefox, and IE in the same script. Normally you write a browser-agnostic test and then have SpiraTest simply call Rapise with different browser names as a parameter and then you have the same test executed multiple times. However suppose you want to have a single test that by itself can run on all the necessary browsers. This article addresses this case.