G
G
gromyko212020-11-03 18:53:02
Django
gromyko21, 2020-11-03 18:53:02

What kind of tests to use?

Good evening everyone. Decided to start learning testing. I mainly write in django (and it’s unpleasant that when adding a new function, something else may break, and you have to look for all the moments yourself). In which direction is it better to look (and a few words why)? selenium, django tests, python test frameworks( PyTest + PageObject etc)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rodion, 2020-11-04
@rodion4dev

It all depends on what kind of testing you decide to study. If you can’t decide, I suggest you learn about testing methods first, at least in general terms.
Usually one starts with unit testing (unit-test) and Django has auxiliary tools for this (which is not - can be found in the unittest standard library in python).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question