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

« Previous Version 2 Next »

Introduction: Execution profiles allow you to set up and manage configurations for executing test suites. With these profiles, you can standardize the execution settings for different types of tests. This guide simplifies how to work with these profiles.

 Understanding Execution Profiles

Imagine you're testing a mobile application. Depending on the platform (iOS or Android) and the device's specifications, you might need different settings. Execution profiles help you manage these settings efficiently.

  • An execution profile contains configuration settings for running test suites.

  • Each web/mobile project has a default profile named the "System Execution Profile". Its execution mode is set to local (unchangeable), but you can switch the browser (default is Chrome).

  • Desktop projects don't support the Execution Profile feature.

đź“šPrerequisites:

  • Access to the test suite you intend to run.

  • Familiarity with the platform you're testing (web, mobile).

  •  

🔂 Process Flow:

Adding an Execution Profile

Suppose you're introducing testing on a new browser or a new version of an existing browser. To accommodate this, you'd want to create a new execution profile.You can create various profiles with unique settings.

  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. Click Add This will come up with a popup window to add a new profile.

    1. Name your profile.

    2. Set up the Configuration. (Refer to the System Execution Profile Settings guide for details.)

    3. In the profile list, the Usage Count shows which users chose the profile for their test suites.

Setting the Default Execution Profile

Over time, you've noticed that 80% of your testing happens on a specific browser and platform combination. To streamline the process, you decide to set this combination as the default execution profile.

  1. You can designate any profile as the default.

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

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

  4. Access the Execution Profile tab.

  5. Check the box under the Default column for the desired profile.

  6. Click Save.

Editing an Execution Profile

With the latest software updates, some of the settings in your execution profile need adjustments. Instead of creating a new profile, you decide to update the existing one.

  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. If there are existing suites, they will be listed.

  4. Access the Execution Profile tab.

  5. Find the Profile you intend to Edit.

  6. Click Edit for the chosen profile.

  7. Adjusting the settings. For details, see the System Execution Profile Settings guide.

Deleting Execution Profiles

Some old browsers are no longer supported by your application. The execution profiles associated with these browsers are now redundant and need removal.

You can't remove a profile linked to a test suite or set as the default. First, assign another profile as the default.

  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. If there are existing suites, they will be listed.

  4. Access the Execution Profile tab.

  5. Check the boxes for the profiles you wish to delete.

  6. Hit Remove.

Exporting an Execution Profile

You have remote teams that work offline. To ensure they use the same testing settings, you decide to export and share the execution profile with them.

  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. If there are existing suites, they will be listed.

  4. Access the Execution Profile tab.

  5. Click Export for the desired profile.

  6. Choose where to save the profile.

  7. The exported profile will get saved as a JSON file.

 

Conclusion: Execution profiles are essential tools for maintaining consistency and efficiency in your testing process. By mastering their creation and management, you ensure your software is tested under the right conditions every time.

  • No labels