Category Archives: Automation

Ways To Speed Up Testing Cycle

AutomationManual Testing

19 Ways To Speed Up Testing Cycle

How can we speed up test cycles? It’s a question that large enterprises and SMBs alike often wonder. Evaluating a system and its components to check whether they satisfy the end-user requirements or not is as important as developing the system itself.

August 9, 2022

view count734048 Views

Read time22 Min Read

How To Handle Errors And Exceptions In Selenium Python

Selenium PythonAutomationTutorial

How To Handle Errors And Exceptions In Selenium Python

In the world of automation testing, Selenium is a free and open-source framework used to perform web application testing in web browsers like Chrome, Safari, Firefox, Opera, and Edge. You can write Selenium IDE tests using various programming languages such as Python, Java, JavaScript(Node.js), Kotlin, Ruby, PHP, and C#.

July 20, 2022

view count594345 Views

Read time18 Min Read

How To Perform Web Scraping With JavaScript And Selenium

Selenium JavaScriptAutomationTutorial

Guide To Web Scraping With JavaScript And Selenium

Web scraping with JavaScript is a very useful technique to extract data from the Internet for presentation or analysis. However, in this era of dynamic websites, it becomes difficult to accurately extract data from the web because of the ever-changing nature of data.

July 18, 2022

view count562053 Views

Read time19 Min Read

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 count508210 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 count307466 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 count254926 Views

Read time10 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 count159765 Views

Read time13 Min Read

Code-Based vs. Codeless Test Automation: Everything you need to know

Automation

Code-Based vs. Codeless Test Automation: Everything you need to know

Test automation has seen its glory in the past decade. After all, credit goes to Selenium and its popularity that made Selenium automation testing a more widespread practice. Organizations realized that the key to continuous deployment was automated testing that enabled faster release cycles and provided a better ROI.

June 26, 2022

view count118983 Views

Read time13 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 count173314 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 count181104 Views

Read time12 Min Read