Versions Compared

Key

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

📚 This guide delves into the nuances of project management in Qualitia Automation Studio (QAS), a cornerstone for successful test automation. It provides a step-by-step instruction instructions to create new projects, manage existing ones, and assign users to different projects.

...

  1. If you cannot create a project, check your administrative permissions and ensure you have the necessary permissions.

  2. Project page loads depending on project.json file in “QualitiaServer“ folder under ProgramFiles. When you are updating the projects, and if by any chance your system got shutdown, this could corrupt the project.json file. Re-running the Readiness Utility will fix the issue.

  3. 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.

    • Right click 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.

      image-20240904-050730.png

    • 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.

    • Open Services and restart qualitia-web-service.

    • Once the project gets cloned then close the folder and open Qualitia - Client to setup the project.

📞📚 Here to Help: Support and Resources

...