D
D
Daniil Demidko2016-05-04 10:06:05
C++ / C#
Daniil Demidko, 2016-05-04 10:06:05

How to write tests?

I really don't understand how to do it.
So much has been written about tests, but nowhere is there a clear explanation of what it is.
Create a separate project in the IDE for tests? Create module/package?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey, 2016-05-04
@Daniro_San

If we are talking about unit tests, then in fact these are separate small programs that check the performance of various parts of your project. In principle, these can be separate projects in the IDE. To facilitate writing such programs, there are specialized libraries like google test .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question