top of page
All Blogs
Search


Test Automation Strategy - Designing
Before 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...
harinivedita
Jan 18, 20212 min read


Page 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...
harinivedita
Jan 16, 20212 min read


Pytest - 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...
Lalitha Gunturu
Nov 2, 20205 min read


Data-Driven Testing - An Introduction
An introduction to data-driven testing.
niveditahari
Oct 3, 20202 min read


Executing Python 2 on Notepad++ as IDE
Simple steps to configure Python 2 on windows machine and execute code.
niveditahari
Oct 2, 20202 min read


Deployment of Python Django Application on Heroku
Heroku is a platform to easily deploy and host your application,without going through the headache of setting up manually.Heroku has free...
Sangeeta K
Jul 11, 20203 min read
Getting started with PyTest
Walkthrough to PyTest framework from installation to creating a basic test with assertions, adding fixtures, conftest.py , parallel running.
Pradeepa Gollapalli
Jun 29, 20208 min read
bottom of page