B
B
Boris2012-06-21 14:05:29
Software testing
Boris, 2012-06-21 14:05:29

Where can I read about beautiful practices for writing functional tests?

Actually, subject.
I would like to read about the good practices of functional testing. Preferably with code examples. Preferably in the context of a large web application.

At first I googled, but found a little. They actively write about TDD, for example, here habrahabr.ru/post/138862/.

But as far as I understand, functional tests cannot be written in this form - it is not always possible to separate test areas so tightly - sometimes you want to test quite long chains of actions.

Now I get a sheet from a mixture of requests and asserts at the output. Dividing all this into functions is not always possible, because then it is not so easy to keep the sequence of actions.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sild, 2012-06-21
@Sild

Perhaps you have already come across, habrahabr.ru/post/91471/
It is strange that you ended up on TDD when looking for functional tests, it seemed to me that this was the area of ​​unit testing

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question