U
U
Uran_902015-01-29 09:13:38
Software testing
Uran_90, 2015-01-29 09:13:38

What book on testing to read?

Good afternoon. Prompt books on automated testing, in particular unit-testing. To understand what and how to test. I want to understand exactly the basic principles of testing, the logic of test coverage, and not a specific implementation in a language or framework /

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
index0h, 2015-01-29
@index0h

Unit tests are usually used to test the performance of specific classes in a white box or black box. But they are usually written there in the language in which the application itself is implemented, or its part under test. Therefore, you first need to choose a PL, learn it, and only then ask this question with clarifications: which PL and which framework is used for testing.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question