R
R
rmfalx2017-07-31 15:19:50
Python
rmfalx, 2017-07-31 15:19:50

What is the most common python automated testing stack?

Tell a newbie. It so happened that I began to study python, because to enter this language it is easier to master than java.
But it turned out that for automating testing of web applications in Java - the stack has already been perfected. We take the intellij idea, set up the maven framework, take, for example, the pageobject pattern, describe the pages and elements on it, and then write test cases by pulling objects through xpath.
There is a lot of information and courses on this subject, both online and irl.
Tell me, if you know, is there already some kind of honed stack for building automated testing in python? To have a lot of information. Again, I'm a beginner, so this is important to me.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vlad Grigoriev, 2017-08-01
@Vaindante

pytest or behave + selenium is also possible to take elements by xpath, css and so on.

R
rmfalx, 2017-08-01
@rmfalx

Say behave works in python3

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question