top of page
All Blogs
Search


Docker for Curious Minds - Part 2
Please refer to the previous section - Docker for Curious Minds - Your first step, Part 1 In Part 1 , we discussed an introduction to...
subashini
Aug 284 min read


Excel Reader and Data Provider (How to read all data from excel sheet and How to implement data provider in testNG using Excel)
Hello everyone, I would like to share my knowledge on how to perform data driven testing using excel reader, access data from data...
Bhoomi Chakrani
Jun 183 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...
pavithrasenthurai
Dec 15, 20245 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...
Priyanka Nigam
Feb 11, 20244 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...
gayathhriv
Sep 26, 20235 min read


Building API tests with REST Assured: A Quick Step by Step Start Guide - Part 2
This blog is a continuation of part 1. I am posting the link for part 1 here, https://www.numpyninja.com/post/building-robust-api-tests-w...
ksurya2008
Sep 21, 20232 min read


Pico Container for Dependency Injection in Test Automation
This title raises many questions, What is Pico container? What is Dependency Injection and why is it required, specifically what is its...
Twinkle Jain
Jun 11, 20233 min read


Singleton Design Pattern in Test Automation
While researching about test automation frameworks, we come across this term many times. But before talking about Singleton Design...
Twinkle Jain
Jun 10, 20233 min read


Assertions In Selenium Using TestNG Frameworks
In this blog, we learn various Assertion methods in selenium that can be used for multiple test case validation and ensure whether the test
Ramya k
May 26, 20234 min read


Rest Assured and TestNG
In this blog let learn about how to work with API, create our own Fake Local API and send Request to the server and get the response , we...
Reka Narayanasamy
Mar 16, 20235 min read
bottom of page