hariniveditaJan 172 minTest Automation Strategy - DesigningBefore planning any kind of strategy, it is a wise idea to ponder on WHAT are we trying to accomplish? WHO will be doing this? and HOW ca...
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 ...
niveditahariOct 2, 20202 minData-Driven Testing - An IntroductionAn introduction to data-driven testing.
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.