Z
Z
zaychonok_lisa2021-12-29 21:57:10
Software testing
zaychonok_lisa, 2021-12-29 21:57:10

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:
61ccaf048d326552842873.png

Do this:
61ccaf1e2ff36823374958.png

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

1 answer(s)
T
taktik, 2021-12-29
@zaychonok_lisa

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 question

Ask a Question

731 491 924 answers to any question