hariniveditaJan 152 minPage Object Model - What should I know?As we know that Page Object Model is a Design Pattern where objects and actions are separated from tests. Page object model (POM) can be ...
Lalitha GunturuNov 2, 20205 minPytest - a beginner guide. 📄Pytest is a open source framework to perform test automation for python. Most excited part for me is that , so easy to start with and can...
Pradeepa GollapalliJun 28, 20208 minGetting started with PyTestWalkthrough to PyTest framework from installation to creating a basic test with assertions, adding fixtures, conftest.py , parallel running.