Category Archives: Tutorial

Playwright Tutorial: Getting Started With Playwright Framework

Playwright TestingTutorial

Playwright Tutorial: Getting Started With Playwright Framework

Playwright is a framework that I’ve always heard great things about but never had a chance to pick up until earlier this year. And since then, it’s become one of my favorite test automation frameworks to use when building a new automation project.

June 21, 2022

view count29632 Views

Read time20 Min Read

How To Select Multiple Checkboxes In Selenium WebDriver Using Java?

Selenium JavaAutomationTutorial

How To Select Multiple Checkboxes In Selenium WebDriver Using Java?

Have you ever wondered how frustrating it would be if you had to log in each time you wanted to view your Facebook profile? Or in a multiple-choice question where you’d like to mark many options but can’t?

June 20, 2022

view count154968 Views

Read time15 Min Read

How To Start Running Automated Testing with Selenium C#

Selenium C#AutomationTutorial

How To Start Running Automated Tests With Selenium C#

The Selenium framework itself is a set of different tools, but the most popular and the most useful to new and experienced testers alike is WebDriver. Selenium WebDriver is a free and open-source tool that allows you to interact with a website for web automation testing.

June 17, 2022

view count166691 Views

Read time12 Min Read

cypress-best-practices

Cypress TestingTutorial

Cypress Best Practices For Test Automation

Cypress is an amazing framework for testing your frontend applications. However, there are mistakes that you can make which can cause you to slow down your development and testing processes.

June 15, 2022

view count52846 Views

Read time21 Min Read

Appium Testing Tutorial For Mobile Applications

Mobile App TestingTutorial

Appium Testing Tutorial For Mobile Applications

The count of mobile users is on a steep rise. According to the research, by 2025, it is expected to reach 7.49 billion users worldwide. 70% of all US digital media time comes from mobile apps, and to your surprise, the average smartphone owner uses ten apps per day and 30 apps each month.

June 9, 2022

view count41233 Views

Read time14 Min Read

Selenium Automation Testing with Ruby

Selenium RubyAutomationTutorial

Getting Started With Automation Testing Using Selenium Ruby

Ruby is a programming language which is well suitable for web automation. Ruby makes an excellent choice because of its clean syntax, focus on built-in library integrations, and an active community.

June 8, 2022

view count194211 Views

Read time19 Min Read

How To Implement A Continuous Testing Strategy For DevOps

DevOpsTutorial

How To Implement A Continuous Testing Strategy For DevOps

Let us paint a scenario: You’re on a road trip across a war-torn country, and there’s a checkpoint every kilometer. Your luggage is rigorously examined at the checkpoint to verify that you carry no items that could jeopardize the region’s stability.

June 3, 2022

view count115583 Views

Read time15 Min Read

Selenium with Java Tutorial: A Complete Guide on Automation Testing using Java

Selenium JavaAutomationTutorial

Selenium with Java Tutorial: A Complete Guide on Automation Testing using Java

While getting started with automation testing, two questions pop up in a tester’s mind. Which framework should be used for automation testing? Which programming language should be preferred? When it comes to the automation testing framework, Selenium is often the first option that comes to our mind.

June 1, 2022

view count227988 Views

Read time10 Min Read

How To Generate Extent Reports In Selenium

Selenium JavaAutomationTutorial

How To Generate Extent Reports In Selenium

Selenium is a great tool when it comes to reporting, as it provides inbuilt reports using various frameworks like TestNG and JUnit. Though a few built-in reports are available, they do not provide information on the steps executed as part of the test suite.

May 19, 2022

view count240816 Views

Read time24 Min Read

How To Perform Modern Web Testing With TestCafe Using JavaScript And Selenium

Tutorial

How To Perform Modern Web Testing With TestCafe Using JavaScript And Selenium

Whether it is an application or web app, every software requires testing after development to ensure it does what we expect it to do. Software testing involves using manual or automated tools. Test automation tools are the best to use over manual tools because they increase software testing effectiveness, efficiency, and coverage.

May 14, 2022

view count252208 Views

Read time5 Min Read