🆕 Enhancements
Duplication Check on Project Name
The application enforces a restriction preventing users from adding a new project or changing the name of an existing project to one that already exists with a similar name. In such cases, the system promptly displays an error message to alert the user of this naming conflict.
Adding Variable in Extension
As of now, the extension exclusively enabled variable creation through extraction from the Application Under Test (AUT).
However, this new feature empowers users to instantly generate variables directly within the extension, facilitating their use in test case editing.
Record and Execute Enter in Execution
Previously, the existing extension lacked the capability to record the "Enter" key when users performed this action while creating a test using the extension. This resulted in occasional test case failures during local and cloud-based executions.
Now, the extension has been enhanced to effectively record and execute the "Enter" key action whenever it occurs, ensuring more reliable test execution.
Validate Email Address in Signup
GoTestPro exclusively permits sign-up using organizational domains and restricts the use of email domains such as Gmail, Yahoo, Outlook, etc. This ensures that only organizational email addresses are eligible for registration, enhancing security and aligning with our platform's intended user base.
Project Selection
Previously, the project selection dropdown was visible throughout the platform and across all features.
We have now streamlined this by removing the project dropdown from various locations, consolidating it into the Projects page. Users can conveniently select their project from there, enhancing the user experience.
🐞 Bugs
While trying to use Enter key at Field level it is not working
Issue Fixed: While trying to use Enter key at Field level was not working and now it is fixed.
Scenario:
Access production / development environment.
Select any project.
Start Recording the steps using the Extension.
Trying to use the enter key on the field (input field) level
0 Comments