...
Enable URL Encoding in Request Body: As a Qualitia user, you can now enable URL encoding within the request body, providing greater flexibility and control over your web requests.
Salesforce Weblink Buttons Visibility in Object Repository: Salesforce weblink buttons are now visible in the object repository, aligned with how standard buttons are displayed. This improves automation testing coverage and ease of test case creation.
Skip Step at Test Case Level: Introduced the ability to skip steps at the test case level. This allows users to selectively bypass steps during execution without impacting the overall task.
Filter for Mandatory and Non-mandatory Fields in Object Import Dialog Box: The import objects dialog box now includes a filter that allows users to easily distinguish between mandatory and non-mandatory fields, streamlining the Salesforce object import process.
Auto-Generated Default Request Headers for REST API Objects: When creating a REST API object, default request headers will now be auto-generated, reducing manual configuration and ensuring consistent headers across requests.
Request Body Details in Execution Report: The Qualitia execution report now includes details of the request body. This enhancement helps users validate that the correct request body is being passed and assists in debugging and validation.
Step-Level Configurations: Users can now configure step-level behavior, such as enabling or disabling screenshots, adjusting polling time, and more. This enhancement provides greater flexibility for custom configurations during test execution.
Multi-Locator Support for SFDC Import: Added support for importing multiple locators for Salesforce (SFDC) objects. This enhancement enables users to specify and manage multiple locators for a single object, improving object recognition and flexibility during automation in Salesforce environments.
These enhancements aim to improve the usability, performance, and flexibility of the Qualitia platform, addressing both new feature requests and existing issues.
...
The Scheduler execution is not working on Safari browser due to failure of Webdriver object creation.
When you create a new connection using the Salesforce application and try to import objects, you will see additional object entries under the Import Object section.
Not be able to load the SFDC project after an upgrade: If you are not able to load the SFDC project after an upgrade to Qualitia’s latest version, you need to delete the Workspace folder. You can find the workspace folder on the below path: C:\Users\user1\AppData\Local\Qualitia Automation Studio - Client\workspace.
Newly added objects are not visible on Import model: If you are not able to find a newly added object on the import model, while creating an object create it as mandatory and save. Once the object is saved, make it non-mandatory, as only mandatory fields are visible on the Import modal. This will make the object visible and ready to be used.
Getting error "Early EOF" while project setup after replacing the server workspace: You might get this error while project setup if the credentials through which the VM was logged-in is different from which the Web Services were started. To avoid getting this error you have to make sure that the same log in credential is used for VM as well as web services.
To fix this error, update the Log On configurations of web-service with appropriate localadmin user following the below steps:Open services and go to qualitia-web-service.
Rightclick on qualitia-web-service and open Properties.
Once the Properties window is open, go to Log On screen and add credentials after selecting the button next to This account.
Click Apply to save the changes.
Now go to C:\Users\{username}\AppData\Local\Qualitia Automation Studio - Client\workspace\projects and open git.
Insert the command git clone "http://IP:8887/qas-repositories/projectname". Use your machine's IP address and project name in place of “IP“ and “projectname” in the link.
Once the project gets cloned then close the folder and open Qualitia to setup the project.
Qualitia Automation Studio - 9.0
...