AccelQ

AccelQ: Overview

With every release, AutoRABIT is looking to improve its application quality, achieve in-sprint automation to align with continuous delivery.

AccelQs Quality Driven Development (QDD) implements an innovative Agile Quality Life Cycle approach, integrating the usual test silos into an end-to-end automated process. AccelQ is built on a cognitive core engine bringing the power of predictive analytics in scenario design, autonomics in test automation, and adaptive change management in traceability.

Integrating AccelQ as a Plugin into AutoRABIT

To integrate AccelQ as a plugin with AutoRABIT, it does require some steps in AutoRABIT to get it configured. The below section will help you out to get AccelQ configured in AutoRABIT in easy steps.

Important Note:AccelQ status polds only for 10 minutes.

Step 1: Store your user's AccelQ credential in AutoRABIT

This is an initial step where the user's AccelQ credential such as username and password is stored in AutoRABIT.

  1. Log in to your AutoRABIT account.

  2. Go to the Credentials tab.

  3. Click on Create Credential button from the right navigation bar.

  4. On the next pop-up screen, give a credential name.

  5. Choose the Credential Type as "User name with Password."

  6. Enter your username and AccelQ API token in the Password field.

  7. Please double-check that you use your AccelQ username instead of the email address that you use to log in to AccelQ.

  8. Click Save.

Step 2: Integrate AccelQ with AutoRABIT

  1. Go to the My Account page.

  2. In the Plugins section, select AccelQ under Test Types.

  3. Fill in the below details to integrate AccelQ:

    • URL: Enter the AccelQ registered endpoint URL. For ex- poc.accelq.io

    • Tenant Code: Enter the Tenant code received from AccelQ. If you're not aware of this, you can retrieve your Tenant code from the "AUTH PROPERTIES" section in the User's Profile card on AccelQ.

    • Select Credential: Select the user's credential registered as mentioned in Step 1.

  4. Once you're done filling the AccelQ fields, click on Save to complete the integration process.

Adding AccelQ configuration in CI Job

  1. Go to the New CI Job screen.

  2. Select any one of the below criteria for your CI job:

    • Deploy from Salesforce Org

    • Deploy from Version Control

    • Deploy from Salesforce Org with a Version Control backup

    • Deploy SFDX source from Version Control

    • Run Test Automation Scripts

    • Install an Unlocked Package from a Version Control Branch

  3. Give the job a descriptive name in the CI Job Name field.

  4. Go to the Test section. Here you will need to select AccelQ to run the functional test cases to test the functionality of the code being deployed to production.

  5. Select Fetch Test Cases From as AccelQ.

  6. Enter your Project Name and the Test Job Name. You can find your project name from the "AUTH PROPERTIES" section in the User's Profile card on AccelQ. Similarly, the test job name will be available in the Job section on AccelQ.

  7. Set the parameter(s) for your AccelQ test cases as shown below.

  8. Click Save.

  9. To view the detailed success or failure report, click on the link available under Functional Tests.

    1. Success Report:

    2. Failure Report:

  10. Click on Error Details for each test case being reviewed to view the error report.

Adding AccelQ configuration in the 'Deployment Setting' screen

In the Deployment Setting screen, while performing a new deployment, you need to select AccelQ to fetch the test cases.

Enter your Project Name and the Test Job Name.

You can find your project name from the "AUTH PROPERTIES" section in the User's Profile card on AccelQ.

Similarly, the test job name will be available in the Job section on AccelQ.

Click Save.

When the deployment is executed, you can find the AccelQ test cases report in the Deployment History screen.Click on the Test Results button for the detailed AccelQ report.

Last updated