Category Archives: Automation

AutomationSelenium JavaTutorial

How To Handle Captcha In Selenium

With the rapidly evolving technology due to its ever-increasing demand in today’s world, Digital Security has become a major concern for the Software Industry. There are various ways through which Digital Security can be achieved, Captcha being one of them.

January 6, 2022

view count250308 Views

Read time16 Min Read

Selenium automation testing

AutomationSelenium Java

Selenium Tutorial: Basics and Getting Started

Selenium is still the most influential and well-developed framework for web automation testing. Being one of the best automation frameworks with constantly evolving features, it is poised to lead the industry in all aspects as compared to other trending frameworks like Cypress, Puppeteer, PlayWright, etc.

January 3, 2022

view count195313 Views

Read time18 Min Read

JUnit 5 vs TestNG

Selenium JavaAutomationTutorial

JUnit 5 vs. TestNG: Choosing The Right Framework For Selenium Automation Testing

A framework is a backbone for testing or development activities. It is a set of components that helps frame the tests, execute the tests, and generate the final report of execution. The approach used for designing the test automation framework plays a crucial part in the testing activity.

December 27, 2021

view count73388 Views

Read time21 Min Read

Switch Between iFrames In Selenium Java

Selenium JavaAutomationTutorial

How To Switch Between iFrames In Selenium Java [Tutorial]

Although automation testing has been around for several years, the tester faces multiple hurdles while performing Selenium automation testing. There are multiple cases that can’t be automated, and there are a few that are hard to implement and have to be handled efficiently. One such case is handling the web pages with iframes.

December 15, 2021

view count196098 Views

Read time9 Min Read

how-to-write-test-scripts-in-selenium

AutomationSelenium TutorialTutorial

How to Write Test Scripts in Selenium

An automated test script takes testing to the next level by executing setup and validation procedures programmatically. Unlike traditional test scripts, which require manual intervention, automated test scripts operate independently. This not only enhances efficiency and reduces errors but also serves as comprehensive documentation for your software’s testing process. When it comes to automation testing, … Continue reading How to Write Test Scripts in Selenium

December 10, 2021

view count371035 Views

Read time18 Min Read

manual-testing-to-automation

AutomationManual Testing

How To Move From Manual Testing To Automation

As software requirements are changing faster than ever, more organizations are adopting agile methodologies to achieve shorter development cycles and accelerated Time to Market (TTM).

December 9, 2021

view count341110 Views

Read time21 Min Read

junit 5 mockito tutorial

AutomationSelenium Java

Getting Started With JUnit 5 And Mockito For Unit Testing

Mockito is a unit testing framework for Java that simplifies the task of automation testing. It makes unit testing highly effective with clean tests, thanks to dependency injection and compile-time checks.

December 6, 2021

view count121208 Views

Read time12 Min Read

Submit Forms In Cypress

AutomationCypress TestingTutorial

How To Fill And Submit Forms In Cypress

Web forms are one of the most common types of forms that you may have encountered when interacting with websites. An example of a simple form is a login page, where the user needs to enter the login credentials to access the relevant features of the platform. On the other hand, complex forms can contain … Continue reading How To Fill And Submit Forms In Cypress

December 3, 2021

view count153620 Views

Read time18 Min Read

Selenium WebDriver Using JUnit

AutomationSelenium JavaTutorial

How To Minimize Browsers In Selenium WebDriver Using JUnit

Delivering software with superior UI is one of the key aspects of development, but there are times when you need to test the most complicated functionality. These tests include window resizing or minimizing or maximizing, all of which require interacting with the browser window, and if the number of tests is high, it becomes cumbersome.

November 30, 2021

view count97423 Views

Read time12 Min Read

Selenium WebDriver Tutorial

AutomationSelenium WebDriverTutorial

Complete Selenium WebDriver Tutorial: Guide to Selenium Test Automation

When it comes to web automation testing, there are a number of frameworks like Selenium, Cypress, PlayWright, Puppeteer, etc., that make it to the ‘preferred list’ of frameworks.

November 23, 2021

view count404110 Views

Read time32 Min Read