Header

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction: For Software Development Engineers in Test (SDET), configuring custom browser profiles for test executions ensures a more tailored testing environment. This guide simplifies how to set up Qualitia Automation Studio (QAS) to run tests on custom browser profiles for Chrome, Edge, and Firefox.

📚Prerequisites:

  • Access to Qualitia Automation Studio.

  • Familiarity with the browser you're testing (Chrome, Edge, or Firefox).

  • A custom browser profile created on your computer.

🔂 Process Flow:

➕ Setting up Custom Browser Profile Path

Imagine you have specific browser extensions or settings on a custom profile that you want to test with. First, you need to fetch the profile's path.

  • Chrome: Open Chrome, type chrome://version/ in the address bar, and copy the Profile Path value.

  • Edge: Open Edge, type Edge://version/ in the address bar, and copy the Profile Path value.

  • Firefox: Open Firefox, type about:profiles in the address bar, and copy the Profile Path value.

Configuring QAS for Custom Profile Execution

Now, you want to instruct QAS to use this custom browser profile for test executions.

  1. Login to Qualitia Automation Studio Client. <insert Screenshot>

  2. Access Execute from left navigation of your Qualitia Automation Studio -Client to view Test Suite Explorer screen.

  3. Go to the Execution Profile tab. <insert Screenshot>

  4. Navigate to: Settings > Local Profile > Browse.

  5. From the Browser Type drop-down, pick the relevant browser.

  6. Paste the copied Profile Path value into Browser Profile Path.

Note: The last part of the 'Profile Path' is the custom browser profile name (e.g., if the path ends in \JohnS, then "JohnS" is the profile name).

  1. Under the respective options (EdgeOptions, ChromeOptions, or FirefoxOptions), in 'args', type: --profile-directory=<profile_name>, replacing <profile_name> with your custom profile's name.

  2. Adjust any other necessary settings.

  3. Click Save.

Execution Precaution: Before you run any test, to avoid conflicts or errors, you need to ensure no instances of the browser are active. Make sure all instances of the chosen browser are closed before executing a test case or suite on the custom browser profile.

By setting up custom browser profiles in QAS, you can have more control over your testing environment, ensuring tests run in conditions that mimic real-world user setups.

💡 Golden Nuggets: Best Practices for Workspace Management

 

🔧 Got Trouble? Let's Fix!

 

 

 

📞📚 Here to Help: Support and Resources

Need some assistance? Don't hesitate to contact your Qualitia Relationship Manager. For additional resources, our official Qualitia documentation and community website are just a few clicks away! Experience an effortless journey with Qualitia Design Studio.

  • No labels