A
A
Alexander Krasnov2016-01-27 17:50:54
Automation
Alexander Krasnov, 2016-01-27 17:50:54

What framework to choose for selenium tests?

Good afternoon!
Tell me, please, what frameworks are best used for ui-autotests?
The requirements are:
1. Python
2. Easy to parallel tests
3. Ability to write tests in a human-friendly way, for example:
Feature: Enter TAP 12
Scenario: Input TAP 12
Then push link 'Service registration'
Then push button 'Create'
Then push special key 'F5'
Currently using -- pythonhosted.org/behave . I do not like.
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
azShoo, 2016-01-27
@Pompeius_Magnus

You formulate what specifically you don't like about Behave.
In general, a search query for Python BDD framework will return quite a few options for you.
Another thing is that the same Behave of them is the most popular, in my opinion.
Also, keep in mind that in most cases, using the BDD semantics of tests (which you described) is long, painful, and for most products a frantic overhead.
It's easier to write your own microframework based on selenium + the notorious pytest.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question