All posts by Hari Sapna Nair
• Automation • Selenium Tutorial • Tutorial
How To Run Selenium Test Scripts?
Selenium comes first to mind when considering automation testing. Automation testers commonly use Selenium, one of the best test automation frameworks, to create test scripts.
May 31, 2024
511443 Views
11 Min Read
• Automation • Selenium Tutorial
What Is Parallel Testing And Why Is It Important?
Organizations are switching from manual testing to Selenium automation testing more frequently as technology evolves, which increases scalability. Many still need help to do parallel testing and instead turn to labor and resource intensive sequential approaches.
May 31, 2024
197284 Views
22 Min Read
• Automation • Website Testing
Machine Learning In Software Testing
We can clearly see how Machine Learning (ML) and Artificial Intelligence (AI) are becoming seamlessly integrated into our daily lives, from helping with email composition to summarising articles and handling programming tasks.
May 15, 2024
140119 Views
18 Min Read
How To Find Bugs In Website?
Whether you are developing a website for your personal use, for a customer or your organization, it is very important that the site is bug-free. A bug in your application will not only ruin the usability of your website but will also affect your reputation as a developer.
May 2, 2024
172734 Views
27 Min Read
• Automation • Selenium Tutorial • Tutorial
Mastering Selenium Testing: JUnit Asserts With Examples
Automation testing helps to ease the life of software testers by allowing them to automate their repetitive tasks, and open-source test automation frameworks like Selenium have enabled users to automate web testing experience at scale. However, what good is automation testing if you cannot verify whether a test case has passed or failed?
March 22, 2024
230990 Views
23 Min Read
• DevOps • Microservice Architecture • Miscellaneous
Top Microservices Design Patterns for Microservices Architecture
Imagine breaking down a single functional unit into multiple mini-service units. That is exactly what microservices do to the traditional monolithic architecture. But there is more to it than meets the eye.
March 4, 2024
240016 Views
29 Min Read
14 Must Know Microservices Design Principles
Imagine an airport humming with diverse operations, where each department serves as a meticulously crafted microservice dedicated to specific operations such as booking, check-in, and baggage handling.
February 27, 2024
194289 Views
20 Min Read
Handle Dropdowns With Select Class In Selenium
Dropdowns are an integral part of modern websites, chosen by designers for their aesthetic appeal and efficient use of screen space. And like any other HTML element, the dropdown elements also need to be tested, especially when performing automated browser testing.
February 2, 2024
125438 Views
19 Min Read