Test Suite Automation

Hi everyone,

I am currently working test automation project. We have multiple use cases from different business streams that needs to be tested. Each stream has different business process with multiple test cases. The test cases must be tested in 4 different environments. There are 5-6 applications used. How to design a framework ?

Should we create multiple folders for each environment in orchestrator ?

How many projects must be created and is that based on the applications or environment?

Can anyone please help me with the design?

Currently we have created one single test automation project and are creating folders inside the same project for different applications. This approach seems complicated.

Cheers.

@amrutha.c.mohan What are the 4 environments?

I assume The four typical environments are Test, QA, UAT, and Production.

  • Test and QA are where automated testing is performed.
  • UAT (User Acceptance Testing) is executed by business users.
  • Production is the live, runtime environment.

You can create 4 folders or 4 different tenants. Tenants will be best approach as all data will be separated.