How do you reduce the execution time of a 1000 test case?

How do you reduce the execution time of a 1000 test case?

You start to notice some growing pains when you expand from a few scripts to a few thousand scripts. Engineers are typically seen manually running script batches one at a time in a serialised way and watching their progress. This takes up both time and money. This is made more difficult when the regression occurs overnight or on weekends, when no one is available to debug. As your automation expands, you’ll need an infrastructure that allows you to scale and execute regressions without human intervention.Here are some possible solution to overcome these

  1. Design a Frameworks with implemention of dynamic Timeouts.

2.Introduce CI/CD Pipelines on Test Atumation develoment and execution. 3. Expland the Usage of CI tools even for Posting Test Results, Managing Bug Reports