Answer the question
In order to leave comments, you need to log in
Is it possible to refer to other cases during end-to-end testing?
I need to test the application and every time I write the same thing in subsequent cases.
That is, instead of this test case:
Do this:
Somewhere it is written that it is possible, somewhere it is impossible. Help me to understand
Answer the question
In order to leave comments, you need to log in
Stop writing manual test cases. First, it's pointless. Secondly, you will spend more time writing and constantly updating them than you will get benefits.
Try to automate the scripts right away and let the test documentation be generated from the code. Google - "test cases as code"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question