top of page
Evergreen posts from some of our Ninjas...
May 12, 20213 min read
1,459 views
All Blogs
Search
pavithrasenthurai
Dec 15, 20245 min read
TestNG Project Setup in Visual Studio Code Part-1
TestNG (Test Next Generation) is a testing framework inspired by JUnit and NUnit with its own functionalities and categories of tests...
pavithrasubburaj
Dec 14, 20245 min read
Integration of Allure Report in TestNG-Integration of Allure Report and Extent Report in Cucumber framework
Integration of Allure Report in TestNG-Integration of Allure Report and Extent Report in Cucumber framework
judefebi
Sep 5, 20244 min read
Deploying a Spring Boot mock REST API to AWS Elastic Beanstalk
Java Spring Boot: Spring Boot is an open-source Java framework used to create a Micro Service. Spring boot is developed by Pivotal Team,...
Srividhya Kumar
Jul 25, 20244 min read
Validate Status code from JSON file in Rest-assured Data Driven API testing
In this blog, we’ll look at how to validate status code using a JSON file in Rest-assured to conduct data-driven testing. This method is...
Saranya Shanmugam
Jun 15, 20245 min read
"How to effectively use Xray in JIRA for test management ?"
TEST MANAGEMENT The main goal of testing is to identify and resolve issues that prevent the products from meeting the user expectations....
Kavita Pakhale
May 23, 20249 min read
SDLC, STLC and Types of SDLC Models
The software development lifecycle (SDLC) is the cost-effective and time-efficient process that development teams use to design and build...
Balbir Kaur
May 22, 20244 min read
Agile and Beyond……..
Lean Change Management We have all been using Agile principles in software development and seen how it changes the focus from heavy...
Deepali Ingle
May 22, 20244 min read
How to Use Selenium WebDriver to Test and Identify Broken Links on a Web Page?
Checking the links on a web page for their proper functionality is a crucial part of the testing process. In this blog, we will discuss...
vijetha.asam
May 22, 20244 min read
Assertions in Postman with Chai Assertion Library
Assertion: At the basic level, an assertion is just a Boolean expression. It contains a true and false binary. Assertion is a key concept...
vijetha.asam
May 19, 20244 min read
Rest Assured with Cucumber BDD API Automation
What is API: Application Programming Interface, it is an interface and also called a middle tier layer. API is an interface (or)...
Balbir Kaur
May 17, 20244 min read
A Beginner's Guide to Using Tesseract for Accurate OCR Results
Use Case - Read company name as displayed in the login logo screen from LMS UI application. In UI functional testing we try to cover all...
limnadavisk
May 8, 20241 min read
ConfigReader(How to Implement configuration reader to read property files)
Step 1. Create a property file config.properties first create a property file . Inside src/test/resources create a property file inside...
Pavithra s
Mar 15, 20244 min read
Parallel testing using SeleniumGrid
What is Selenium Grid? Selenium Grid is a part of the Selenium Suite that specializes in running multiple tests across different...
Priyanka Nigam
Feb 13, 20244 min read
Paging Through the Web: Basic and Advanced Selenium Techniques in Java for Handling Pagination in Various Scenarios-Part 2
Hope you have found the part 1Â of this blog informative. This blog is the continuation of my previous blog, where we talked about what is...
Priyanka Nigam
Feb 11, 20244 min read
Paging Through the Web: Basic and Advanced Selenium Techniques in Java for Handling Pagination in Various Scenarios-Part 1
We have often come across scenarios where it took longer times to load a certain page displaying huge datasets, when the need is to view...
Durgadevi
Jan 10, 20244 min read
Cypress - A Beginner's Guide to Effortless Setup and Acing Your First Test!
Cypress - A Beginner's Guide to Effortless Setup and Acing Your First Test!
Prajakta Chavan
Nov 1, 20234 min read
Basic Structure of Cucumber Framework
Introduction: Cucumber is a popular open-source tool for Behavior-driven development (BDD). It is widely used in software development to...
gayathhriv
Sep 26, 20235 min read
How to read Properties File in Java
This is my first blog and is all about How to read configuration data from properties file in Java. This can be in BDD cucumber framework...
Remya K
Sep 22, 20232 min read
Selenium Cucumber Java BDD Framework Basic – Setup
These are the basic steps to create Java BDD Framework. 1. Create a new maven project Open Eclipse IDE and click File>Project>Select...
Ramya k
Sep 21, 20234 min read
Selenium WebElement Commands
Selenium is an open source implementation tool used for automating web applications, and it provides a wide range of methods and...
bottom of page