Skip to main content
Skip table of contents

Third-party web applications

Script writers can write Scheme automation to navigate to and validate results in a third-party web application.

When defining the application to be tested in scripts, you should define the UI tests player with web_app instead.

CODE
(define sim (ui-test-player "web_app" browser))

Follow that to a change in the login function to use the URI instead of the login credentials.

CODE
(sim'login "https://www.nexj.com/")

Once that is done, you may automate as normal with provided functions. For more information, see Functions for testing automation

Not all functions work with third-party web applications. Functions dependent on view paths will not work.
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.