All posts by Hari Sapna Nair

About Hari Sapna Nair

Sapna works as a Content Writer at LambdaTest. An avid reader and passionate developer, she embraces the role of a tech blogger who loves to share her wealth of knowledge. Firmly believing in personal growth through uplifting others, she has chosen blogging as her medium for this purpose. Always eager to learn more and connect with new people, she remains ready to explore new horizons and engage with diverse audience.

Follow me on:

Blogs: 4

Mastering Selenium Testing: JUnit Asserts With Examples

AutomationSelenium TutorialTutorial

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

view count222466 Views

Read time23 Min Read

Microservices

DevOpsMicroservice ArchitectureMiscellaneous

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

view count216029 Views

Read time29 Min Read

Microservices Design Principles

Microservice Architecture

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

view count185725 Views

Read time20 Min Read

Handle Dropdowns With Select Class In Selenium

Selenium WebDriver

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

view count116122 Views

Read time18 Min Read