top of page

Evergreen posts from some of our Ninjas...



- May 12, 2021
- 3 min
877 views





All Blogs
Search

Sridevi Ponnusamy
- Dec 24, 2022
- 3 min
How to use Pico Container in Cucumber?
Why we need Pico Container? Inheritance is not possible in Cucumber step definition class. What if we don't want to create objects for...


binichandra
- Nov 28, 2022
- 5 min
Scrum Ceremonies : A Prescriptive Guide to Agile Transformation
Today’s digital transformations are forcing organizations to transform their business processes from a standalone operation into a...

rakhimundhada1
- Jun 18, 2022
- 2 min
How to run Jenkins with Java 17 on a Windows Machine!!
Did you just now install Jenkins from "https://www.jenkins.io/doc/book/installing/windows/" using Windows MSI Installer? After the...

kalavalamadhuri3
- May 6, 2022
- 5 min
Xpath in Selenium
For automating any web Applications, locating web elements(link for locators in selenium) is first step. We need some unique attributes...

kalavalamadhuri3
- May 6, 2022
- 6 min
Locators in Selenium
As an Automation tester, we all know that for testing web-based applications, we need to perform specific actions on the HTML elements....

Pushpa B
- Mar 25, 2022
- 2 min
Overview Of Agile Process
Now everywhere we hear Agile. Around half of all the industries are applying Agile practices. Let’s understand what Agile process is....

Pushpa B
- Mar 25, 2022
- 2 min
Understanding OOPS concept of JAVA with Instant pot
We all have faced this OOPs moment in our life right. That’s OK. I am going to explain OOPs concept of Java using real time example....

Sandhya rani
- May 14, 2021
- 3 min
A Beginner Guide to Behavior Driven Development — BDD
A Definitive Guide to Behavior Driven Development — BDD
Saritha Palanivelu
- May 11, 2021
- 3 min
Anatomy of a REST Request
Any REST request includes four essential parts: HTTP method Endpoint Headers Body An HTTP method describes what is to be done with a...


Roshani Jaiswal
- May 6, 2021
- 2 min
Behavior Driven Development With Gherkin
BDD is a software development approach that allows a Tester or Business Analyst to create test cases in simple text language i.e.,...

harinivedita
- Jan 18, 2021
- 2 min
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 16, 2021
- 2 min
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...

niveditahari
- Oct 3, 2020
- 2 min
Data-Driven Testing - An Introduction
An introduction to data-driven testing.
Pradeepa Gollapalli
- Jun 29, 2020
- 8 min
Getting started with PyTest
Walkthrough to PyTest framework from installation to creating a basic test with assertions, adding fixtures, conftest.py , parallel running.
bottom of page