It's all about the answers!

Ask a question

Reduce number of steps in end to end test case for automation


New User (15210) | asked Mar 05 '20, 5:53 p.m.

 Hello all,


We have our regression test cases written in an end to end format and there are around 30 steps in the test scripts.
Our Selenium automation team is finding it difficult to code for all the 30 steps. Please advise if there is a way to condense the end to end functionality to make it simple.
I tried multiple test scripts to the test case, but then test case execution record reads only the first test script.

Thanks in advance.


Comments
New User commented Mar 13 '20, 10:50 a.m.

Thanks a lot  for the response, appreciate it

One answer



permanent link
Vijay Patil (4813) | answered Mar 13 '20, 5:22 a.m.
JAZZ DEVELOPER
Hi,

I would suggest to make use of Test Suite for this scenario. You can link each test script to a separate test case and then add all the relevant test case in a single test suite. Then create a Test Suite Execution Record and execute it. This will run your test script one after other. You also have an option to run all the test scripts in parallel.

Hope this will solve your problem.

Thanks,
Vijay Patil

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.