Category Archives: Tutorial

How To Get Current URL In Selenium Python

Selenium PythonAutomationTutorial

Selenium with Python Tutorial: How to Get Current URL with Python

If you use Selenium WebDriver, you probably know that there are many methods to perform specific actions or interact with elements on a web page. The Selenium Python module gives you the methods you need to be able to automate many tasks when working with a web browser online.

June 29, 2022

view count160175 Views

Read time14 Min Read

How To Perform Cypress Accessibility Testing

Cypress TestingTutorial

How To Perform Cypress Accessibility Testing

Accessibility means designing products, devices, services, vehicles, or environments so that they’re accessible to specially-abled people.

June 27, 2022

view count59390 Views

Read time12 Min Read

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 count54247 Views

Read time21 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 count173826 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 count181504 Views

Read time12 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 count52913 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 count206100 Views

Read time19 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 count260516 Views

Read time5 Min Read

Getting Started With Cypress For Test Automation

Cypress TestingTutorial

Cypress Testing Framework Tutorial: Complete Guide to Test Automation with Cypress

If you are from the automation testing field, you will know that Selenium is one of the leading test automation frameworks in the market. However, as per my experience in test automation, other modern automation frameworks like Cypress testing framework are picking up pace.

May 4, 2022

view count68782 Views

Read time8 Min Read

How To Use isDisplayed() In Selenium WebDriver

Selenium JavaAutomationTutorial

How To Use isDisplayed() In Selenium WebDriver

If you use Selenium WebDriver, you are probably aware that there are a number of common ways to loop through and interact with elements on a web page. Among them isDisplayed(), isEnabled(), and isSelected() methods. When a tester needs to ascertain the visibility scope of a web element, they can use these methods.

April 22, 2022

view count144424 Views

Read time15 Min Read