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...

drkiranji
- Dec 17, 2022
- 2 min
Maven: A Friendly Helper
What is Maven? Maven is a project management tool and is used for build management and dependencies management. During build, the project...

Livya Dhilip
- Nov 29, 2022
- 5 min
How to effectively use Selenium locators
Well, If you are looking for how Selenium locators are used then you have landed at the right place!. This blog will cover everything.


feminajoshua14
- Oct 13, 2022
- 3 min
API in day today life
Hello !this is Benjamin Rani , lets explore what a API means to common man... Let me share you all with three most relatable example of...

samapti ganguly
- Aug 9, 2022
- 3 min
XPath
Introduction The XPath is a navigation tool for XML documents that is used to traverse and locate elements in an XML file. However,...

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....

kamalaPonrajan
- May 3, 2022
- 2 min
What is String in Java?
In this blog, we will discuss what is string in java and different types of String methods. Java String: A String is an unavoidable type...

rekha nagaraja
- Apr 19, 2022
- 3 min
Javascript Executor in Selenium
Javascript Executor is a Selenium Interface which directly lets you Interact with HTML DOM of the webpage. JavascriptExecutor provides a...

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....
supriya108g
- Sep 23, 2021
- 1 min
Difference between SOAP API,REST API and GraphQL API in tabular format using POSTMAN(for beginners)
This is my first blog. Learning a new tool can be challenging for beginners. I created this table to get an overall idea of the popular...

indugba
- Sep 19, 2021
- 3 min
How to fix indentation Error in Python
If you are new to coding or an experienced coder, you might have come across indentation error in python. It looks silly but it can pause...

Sandhya rani
- May 14, 2021
- 3 min
A Beginner Guide to Behavior Driven Development — BDD
A Definitive Guide to Behavior Driven Development — BDD

revathi 486
- May 8, 2021
- 2 min
Behavior Driven Development and Gherkin
What is Behavior Driven Development? To understand more, let us have a quick look at Test Driven Development. Test driven development is...

Revathy Krishna
- Mar 21, 2021
- 7 min
What is Git? - A Beginner's Guide
Basic git commands, Git

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...

Lalitha Gunturu
- Nov 2, 2020
- 5 min
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...
bottom of page