Category Archives: Automation
Top Reasons (+Solutions) for Automation Testing Failure
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Automation Testing Tutorial. We all know that test automation can work wonders for our business. It can help us reduce cost, save time and effort, get quicker feedback, etc. thereby directly contributing to increased productivity and … Continue reading Top Reasons (+Solutions) for Automation Testing Failure
November 9, 2020
94280 Views
21 Min Read
• Selenium WebDriver • Automation • Tutorial
How To Get Attribute Value In Selenium WebDriver?
Testing a web page can be a gargantuan task considering all the elements and variables that come together to make a page work. Selenium automation is a great way to overcome these challenges and automate everything you would manually do.
November 5, 2020
166103 Views
8 Min Read
• Automation • Selenium Tutorial
10 Of The Best Chrome Extensions – How To Find XPath in Selenium
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Locators Tutorial. Are you facing problems while trying to find XPath in Selenium? Well, you are not alone! This is among the most common challenges most developers face while using Selenium for web testing.
October 29, 2020
136454 Views
11 Min Read
• Automation • Selenium PHP • Tutorial
The Most Detailed Selenium PHP Guide (With Examples)
The Selenium automation framework supports many programming languages such as Python, PHP, Perl, Java, C#, and Ruby. But if you are looking for a server-side programming language for automation testing, Selenium WebDriver with PHP is the ideal combination.
October 27, 2020
297211 Views
28 Min Read
• Selenium C# • Automation • Tutorial
XUnit Testing Tutorial: Running First Script in XUnit
In our earlier blog under the xUnit testing tutorial series, we had a look at setting up the xUnit.net framework (further referred as xUnit) in Visual Studio 2019 (VS 2019). Today our core focus is on Selenium test automation with C#.
October 16, 2020
79375 Views
6 Min Read
• Selenium Tutorial • Automation
How To Integrate Selenium Bitbucket Pipelines?
Without Continuous Integration or CI, developers would need to manually coordinate, communicate, and test while contributing code to the end product each time. This, in turn, affects the production and causes a delay in release.
October 14, 2020
205182 Views
11 Min Read
• Automation • CI/CD • DevOps
How To Integrate Jenkins & Maven With Selenium?
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Jenkins Tutorial. Jenkins is one of the popular tools for continuous integration, build management, and automation testing. Maven is a popular build automation tool that is widely used for Java projects.
October 13, 2020
123117 Views
18 Min Read
• Selenium Python • Automation
Python Automation Testing Tutorial: Why Python is the Go-To Choice for Test Automation
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. When it comes to automating the test cases, one of the most difficult choices one has to make is to select the programming language that has good support for test automation. Python, Java, … Continue reading Python Automation Testing Tutorial: Why Python is the Go-To Choice for Test Automation
October 9, 2020
116978 Views
11 Min Read
• Selenium Python • Automation • Tutorial
How To Take A Screenshot Using Python & Selenium?
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. The goto software framework for any web developer looking for an open-source, free test automation tool is Selenium. It is used with various programming languages, including Java, Python, PHP, Perl, and C#.
October 1, 2020
117554 Views
12 Min Read
• Selenium WebDriver • Automation
How To Handle Internationalization In Selenium WebDriver?
There are many software products that are built for a global audience. In my tenure as a developer, I have worked on multiple web (website or web app) projects that supported different languages.
September 30, 2020
93747 Views
13 Min Read