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 count730699 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 count587035 Views

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

Read time19 Min Read

How To Automate Filling In Web Forms With Python Using Selenium

Selenium PythonAutomationTutorial

How To Automate Filling In Web Forms With Python Using Selenium

Test automation has become essential in all software development projects due to agile business needs that increasingly require faster development and delivery. Also, automating frontend tests has become commonplace in the daily lives of software quality professionals.

July 13, 2022

view count550283 Views

Read time17 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 count503805 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 count301226 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 count251623 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 count156414 Views

Read time14 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 count116179 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 count167261 Views

Read time15 Min Read