|
1 | | -## **PyBehave Test Automation Framework** |
| 1 | +## **PyTestBehave Test Automation Framework** |
2 | 2 |
|
3 | | - |
4 | | - |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
9 | 9 |
|
10 | 10 | ``` |
11 | | -______ ______ _ |
12 | | -| ___ \ | ___ \ | | |
13 | | -| |_/ / _| |_/ / ___| |__ __ ___ _____ |
14 | | -| __/ | | | ___ \/ _ \ '_ \ / _` \ \ / / _ \ |
15 | | -| | | |_| | |_/ / __/ | | | (_| |\ V / __/ |
16 | | -\_| \__, \____/ \___|_| |_|\__,_| \_/ \___| |
17 | | - __/ | |
18 | | - |___/ |
| 11 | + ____ _____ _ ____ _ |
| 12 | +| _ \ _ _ |_ _| ___ ___ | |_ | __ ) ___ | |__ __ _ __ __ ___ |
| 13 | +| |_) || | | | | | / _ \/ __|| __|| _ \ / _ \| '_ \ / _` |\ \ / / / _ \ |
| 14 | +| __/ | |_| | | | | __/\__ \| |_ | |_) || __/| | | || (_| | \ V / | __/ |
| 15 | +|_| \__, | |_| \___||___/ \__||____/ \___||_| |_| \__,_| \_/ \___| |
| 16 | + |___/ |
19 | 17 | ``` |
20 | 18 |
|
21 | | -**PyBehave** is a powerful test automation framework designed to provide a comprehensive solution for testing user interfaces and APIs. It leverages the power of `Behave` framework, `Python` programming language and `Selenium` `WebDriver` to allow the creation robust and maintainable automated tests. |
| 19 | +**PyTestBehave** is a powerful test automation framework designed to provide a comprehensive solution for testing user interfaces and APIs. It leverages the power of `Behave` framework, `Python` programming language and `Selenium` `WebDriver` to allow the creation robust and maintainable automated tests. |
22 | 20 |
|
23 | 21 | ### Key Features |
24 | 22 | 1. **Behaviour-Driven Development (BDD) Support** - allows testers to write tests in a human-readable format using `Gherkin` syntax, making it easier to collaborate with stakeholders and ensure test coverage. |
|
0 commit comments