Executing the TestsHow to Perform Cross Browser Testing

How to Perform Cross Browser Testing

Cross Browser testing helps you in verifying website compatibility. algoQA platform integrates with automation testing tool, such selenium to test the web application on multiple browsers. In the article, Chrome and Edge browsers are considered.

Prerequisite

Ensure that you have installed both Chrome and Edge browsers. If not, refer to provided links(Chrome Browser and Edge Browser) and follow the on-screen instructions.

Configuring Application Settings file

Perform the following:

algoQA scripts generated follow an organized folder structure.

Search and locate the ApplicationsSettings.XML file.

In the ApplicationSettings file, update the 'Browser Type' parameter to either Chrome or Edge, as shown in the following example screenshot:

For example, you can find Applications.XML file in an algoQA script generated folder for a web automation available at - ScriptGeneration_202310311222.zip\AlgoAFScript_202310311222\src\test\j ava.

ApplicationSettings XML file with BrowserType tag set to Chrome highlighted

Save the changes.