News

If you found an issue or would like to submit an improvement to this project, please submit an issue using the issues tab above.
Mobile Automation test based on Appium python with pytest Framework. The Test uses the page object framework. HTML report can be generated with the pytest-html plugin. If test fails, it should take ...
PyTest is the go-to test framework for a test automation engineer with a good understanding of Python fundamentals. With the PyTest framework, you can create high-coverage unit tests, complex ...
Integration: Works with existing test frameworks like PyTest. Reproducibility: Ensures that failing test cases are reproducible. Mock is one of the best Python libraries for automation testing. It ...
Improve your Python testing even more. In my last two articles, I introduced pytest, a library for testing Python code (see "Testing Your Code with Python's pytest" Part I and Part II). pytest has ...
Don't test your code? pytest removes any excuses. Software developers don't just write software; they also use software. So, they're the first to recognize, and understand, that software is complex ...