Answer the question
In order to leave comments, you need to log in
What do you need to learn to autotest web applications in Java?
Good afternoon!
I do manual functional testing. There is a small basic knowledge of Java. I want to autotest. I started to try writing tests on Selenium. Tell me what you need to study for autotests in Java? What frameworks? How to make a training plan?
Answer the question
In order to leave comments, you need to log in
Good afternoon.
Start by learning about TestNG and Selenium features in a Java context. If Java knowledge is very basic, then it makes sense to pull it up too. If you want to go faster, you can take several online courses, at software-testing.ru, for example.
But the most important thing is to have a good knowledge of testing, boundary values, equivalence classes, and so on. If you test poorly in principle, automation is contraindicated. Because it's not so important what you're testing, it's more important how.
Selenium + HtmlElements + jUnit (killer feature - TestRules) + Allure for beautiful reports + matchers. The Yandex blog has articles about HtmlElements and matchers. For dependency injection, I recommend Guice. Or don't inject them at all.
You should start with the Selenium + jUnit bundle, then add HtmlElements, having dealt with the matchers in parallel. Well, complete it with an Allure report.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question