400 Test cases divide these into 4 set then each time schedule each set to run on azure pipeline

Viewed 25

I have an azure pipeline that runs scheduled 4 times a day with 400 test cases

  1. 1st run on 9 am - 400 Test Cases ran it will take 5-6 hours [Regression Suite]
  2. 2nd run on 1 pm - again run same 400 Test Cases ran it will take 5-6 hours
  3. 3rd run on 5 pm - again run same 400 Test Cases ran it will take 5-6 hours
  4. 4th run on 9 pm - again run same 400 Test Cases ran it will take 5-6 hours

enter image description here

Now my requirement is to divide these 400 test cases into 4 sets and each time schedule 135 Test cases,135 Test cases,130 Test cases, and last run take full Regression 400Test cases on the scheduled time

  1. 1st run on 9 am - Set1:135
  2. 2nd run on 1 pm -Set2:135
  3. 3rd run on 5 pm - Set3:130
  4. 4th run on 9 pm - Set4:400 (Regression all 400Tcs to Run)

Please let me know if have any ideas or suggestions or reference links.

0 Answers
Related