Answer the question
In order to leave comments, you need to log in
How to start testing the site?
Hello!
You need to write a site test. There is python 2.7.2, there is selenium, there is documentation (). Please advise how to start. Can you recommend a book.
Interested in questions: How should testing look like in general? (test for each block / module of the site, or for each page, or for the whole site), run tests every time the site is updated or once a day / week, where tests write about their success / problems , and who reads this "log".
General questions, but need to be sorted out quickly.
Thank you.
Answer the question
In order to leave comments, you need to log in
Selenium - based on regular unit tests, with assertions ("how many fingers do you see?", "is the button in place?"). They are slow, so it is optimal to drive at night, along with integration (API, complex scripts with data). They are integration-oriented, so you need to cover real scenarios, i.e. functional blocks. In our country, for example, testers write test cases (text like: "Go there - you'll get it."), and autotests are programmed according to them, i.e. exactly as a human would check . It would be nice to take screenshots in addition to logs when falling.
The more coverage - the better, although you need to somehow balance it so as not to fix them 50% of the time from the development of a new feature =
)
Interested in questions: How should testing look in general? (test for each block / module of the site, or for each page, or for the whole site),
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question