Category Archives: Tutorial

How To Get Response Status Code Using Apache HTTP Client

Selenium JavaAutomationTutorial

How To Get Response Status Code Using Apache HTTP Client?

As an automation tester, many times we reminisce about what is going on behind the scenes after the URL is passed to the web browser. What happens once the browser requests to load a website, or how does it know whether its request has been accepted and is ready to be fulfilled or not.

July 11, 2022

view count509223 Views

Read time17 Min Read

How To Select Dropdown In Selenium C#?

Selenium C#AutomationTutorial

How To Select Dropdown In Selenium C#

Dropdowns and multi-selects are extremely common in today’s web pages. Dropdowns can be a great option to allow your users to choose from several options without having to scroll through a whole page.

July 8, 2022

view count308822 Views

Read time15 Min Read

Selenium JavaScriptAutomationTutorial

Download Files Using JavaScript and Selenium: A Step By Step Guide

Downloading files is one of the most popular features utilized by Internet users worldwide. Almost all web applications provide a feature that allows users to download a file from the web page.

July 7, 2022

view count255917 Views

Read time10 Min Read

Selenium RubyTutorial

How To Implement Data Tables In Cucumber Using Selenium Ruby

Data tables can be used when you have data in a range of cells and want to iterate over the cells in order.

July 6, 2022

view count17454 Views

Read time25 Min Read

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 count160851 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 count59859 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 count55946 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 count174565 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 count182141 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 count53611 Views

Read time14 Min Read