Testing the opensource demo of orangehrm
-
Updated
Jun 22, 2023 - Python
Testing the opensource demo of orangehrm
Test scraped job details from companies websites against peviitor.ro
Testing saucedemo
The E-Commerce Web Demoblaze has been automated using Python and Selenium Webdriver .
The Page Object Pattern in Selenium is a design pattern used to create an abstraction of web pages, allowing for easier interaction and maintenance in tests. It involves creating a separate class for each page, with methods for elements and actions on those pages. This makes tests more readable and maintainable.
pytest-xdist scheduler that runs some tests on dedicated workers. can significantly improve runtime by running long tests on separate workers.
Scraping of the jobs available and adding them all in one place at peviitor.ro
Test pytest-xdist for python 3.6 regarding multiple versions
A foray into the features of pytest.
More in-depth practice of Fixtures and Parametrization for pytest, along with pytest CLI tools. Exercises also include parallel testing, stopping test suites after specified number of test failures and more.
UI automated tests for demoqa.com
Examples of pytest report creation.
A Python project template.
UI testing
UI automated tests for the online store Training Store
Test Automation for Bank site Para Bank, using Playwright, Python Pytest
Parallel Testing Made Easy With pytest-xdist
Add a description, image, and links to the pytest-xdist topic page so that developers can more easily learn about it.
To associate your repository with the pytest-xdist topic, visit your repo's landing page and select "manage topics."