Category Archives: Automation

findelement-and-findelements-in-selenium

AutomationSelenium JavaTutorial

FindElement And FindElements In Selenium [Differences]

Finding an element in Selenium can be both interesting and complicated at the same time. If you are not using the correct method for locating an element, it could sometimes be a nightmare.

January 18, 2022

view count299536 Views

Read time21 Min Read

angular-testing-with-jasmine-and-karma

AutomationSelenium JavaScriptTutorial

Angular Testing With Jasmine And Karma Using Selenium [Tutorial]

Software testing is the best way to prevent software defects and plays an important role in the Software Development Life Cycle (SDLC). It is a critical step in software development, and can be achieved using various testing methods.

January 11, 2022

view count251170 Views

Read time19 Min Read

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 count251118 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 count195586 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 count73880 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 count196358 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 count371551 Views

Read time17 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 count341413 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 count122001 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 count154049 Views

Read time18 Min Read