Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. User should have the QAS - Client installed.

  2. Enable the feature flags.

  3. The project needs to be Salesforce.

  4. User should create Connect App in Salesforce.

...

Info

Switch user composite action configuration need:

If your browser requires manual intervention to allow pop-ups, please add the following runtime capabilities/arguments:

  • --disable-web-security

  • --allow-running-insecure-content

Establishing Connection with the Salesforce

...

Application

To start using the Salesforce application, you need to first establish a connection between QAS - Client and the Salesforce application you a willing to use.

...

  1. Go to Salesforce tab from the Object Repository.

  2. Click Sync Object from the right-hand corner. You will see Loading changed objects… screen.

    image-20240913-064628.png

  3. Once the loading is complete, you will see an Object Updates window.

  4. On the Object Updates window, you can review all the changes/updates done on the SFDC application. Where N stands for new, D stands for deleted, and U stands for updates object.

    image-20240913-063911.png
  5. Click Accept to accept the change; else, click Cancel.

Multi-locator Support for Imported Object

...

When a Salesforce object is deleted and recreated with the same name without accepting changes through Change Management, a uniqueness conflict may occur. Since the label is used as the unique identifier for Salesforce objects, the new object will retain the same Object ID as the previously imported object in Qualitia, potentially leading to issues in object management and identification.

Multi-locator Support for Imported Object

QAS provides multi-locator support for the imported objects. Multiple locators for an object allow you to run a successful execution without interruption.

...

You can also edit the text under Value field if needed.

Create Salesforce API Object

Create Salesforce API Object through Object Repository

To create SFDC API object follow the below steps:

  1. Go to Object Repository.

  2. Click New API Object option for the connection as shown in the image below.

    image-20240807-055027.png
  3. Clicking New API Object will open the Create Salesforce API Object screen.

  4. On the Create Salesforce API Object screen, enter the details such as:

    • Name: Enter the API name.

    • Salesforce Object: Select the Salesforce object form the dropdown. You will see list of all the imported objects here.

    • Operation: Choose the operation you want to perform on the object.

    • Description: Add desired description for the API.

      image-20240807-055556.png
  5. Once the Salesforce Object and Operation fields are selected, the Dataset and Validation Rules tabs will be enabled.

  6. Now to perform the operation, you need to provide the dataset. Go to the Dataset tab and provide the details.

    image-20240807-061735.png

    Note: All the mandatory fields (marked with asterisk) in the application will be fetched in default dataset. Dataset: 1 in the above image is the default dataset.

  7. To add more dataset, click the + icon from the top-right corner.

  8. Click on the three dots to:

    • Edit: Edit the dataset.

    • Duplicate: Create duplicate dataset.

    • View JSON: View JSON for the dataset.

    • Delete: Delete the dataset, only if there are more than one dataset.

    image-20240807-064233.png
  9. Click Test from the top-right corner to test the request.

  10. Clicking Test will open a Response screen (as shown below), where you can view the test results. You can view the result in JSON or Text format.

    image-20240807-063145.png
  11. You can also view the result on the Salesforce application. The data will be fetched, and a JSON will be created on the Salesforce application.

  12. Click Validation Rules tab to create a validation rule for an object.

    1. When no Validation Rule exist, you are prompted to Create a validation set.

    2. You can also click + Create Validation Set from the top-right corner of the tabular section.

    3. Clicking Create will open a Create Validation Set windowwith the following fields: 

      1. Name: Enter an intuitive name for the validation set that is easy to recognize.
        Maximum length permitted is 300 characters including spaces.

      2. Description: A brief description about the suite.

    4. Click Save to proceed; otherwise, click Cancel.

    5. You can now add validation rules under the Validation Set.

      1. Click Add Validation Rule from the validation set you created.

      2. Clicking Add Validation Rule will open a Create Validation Rule windowwith the following fields:

        • Rule Name: Enter an intuitive name for the validation rule that is easy to recognize.
          Maximum length permitted is 300 characters including spaces.

        • Rule Type: You can select one of the three rule types.

          • Status Code: Select Status Code and provide the Expected Status Code to validate against it.

            image-20240807-074716.png
          • Response Time: Select Response Time and enter the Response Time Witnin to get the expected response in time. This value should be in milliseconds.

          • Property-Value: Selecting Property-Value will open few more fields:

            • Field Name: Enter the field name that is available for the object.

            • Field Type: Select the field type from the dropdown, Text, Boolean, or Integer.

            • Match Field Value: Select Exact Match or Contains from the dropdown as per your requirement. Exact Match will look for the same field value provided.

            • Value: Enter the field value you want to be in your response.

              image-20240807-085248.png

            • Select the check box Store field value as if you want to store the response as a Key.

        • Click Test Rule to validate the created rules.

Create Salesforce API Object through Test Case Editor

  1. Login to QAS - Client.

  2. Access Develop from left navigation to view Test Explorer screen.

    1. On the Explorer section, you can view existing Test Scenarios.

  3. Click the Expand option on a test scenario, where you can view all its test cases.

  4. Select a test case.

  5. Right-click on the test case and hover over Create Object.

  6. Click Salesforce API, it will open Create Salesforce API Object screen.

  7. Follow steps 4 to 12 from the previous section. https://qualitia.atlassian.net/wiki/spaces/QASNew/pages/edit-v2/34857453225#Create-Salesforce-API-Object-through-Object-Repository.

    image-20241015-051758.pngImage Added

Steps to Generate Security Token

...