Category Archives: Automation
• Selenium Python • Automation • Tutorial
Getting Started With Nose2 in Python [Tutorial]
Nose2 is a popular test runner in Python that can detect the unit tests in your project and execute them. If you are familiar with unittest – Python’s standard library and prefer the same over other test automation frameworks in Python, then you should have a brief look at Nose2 Python.
April 21, 2021
100898 Views
18 Min Read
• Selenium Python • Automation • Tutorial
Getting Started With Nose In Python [Tutorial]
A challenge that many developers face in Selenium test automation is choosing the right test framework that can help them come up with automated tests with minimal (or no) requirement of boilerplate code.
April 16, 2021
89441 Views
16 Min Read
• Automation • Tutorial
What Is ExpectedConditions In Selenium (With Examples)
The majority of the web products use AJAX (Asynchronous JavaScript and XML), due to which elements on the page are loaded at varying time intervals. This can lead to timing issues when automation testing is performed using the Selenium framework.
April 14, 2021
103236 Views
22 Min Read
• Automation • Selenium PHP • Tutorial
Handling Multiple Browser Windows And Tabs In Selenium PHP
One of the common scenarios in a web application (or a web app) is opening up a new browser window (or tab) once the user performs a specific activity.
April 12, 2021
83146 Views
14 Min Read
Overcoming Top Challenges With In-Sprint Test Automation
The role of QA teams has utterly changed in the last few years, especially after the initiation of agile development methodologies in software development.
April 9, 2021
84302 Views
15 Min Read
• Automation • Selenium Tutorial • Tutorial
How To Speed Up Selenium Test Cases Execution?
The primary intent of Selenium test automation is to expedite the testing process. In the majority of the cases, automation tests using Selenium perform exceptionally better than the manual counterparts.
April 7, 2021
119584 Views
19 Min Read
• Selenium C# • Automation • Tutorial
NUnit vs. XUnit vs. MSTest: Comparing Unit Testing Frameworks In C#
One of the most challenging things to do is ‘making the right choice.’ Arriving at a decision becomes even more complicated when there are multiple options in front of you☺.
March 22, 2021
389523 Views
24 Min Read
• Selenium Python • Automation • Tutorial
How To Do Parameterization In Pytest With Selenium?
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial and Selenium pytest Tutorial. Incorporating automated testing as a part of the testing accelerates the testing process so that issues can be identified & fixed faster. At the initial stages of product development, … Continue reading How To Do Parameterization In Pytest With Selenium?
March 20, 2021
162546 Views
23 Min Read
• CI/CD • Automation • Tutorial
How To Create & Run A Job In Jenkins Using Jenkins Freestyle Project?
As per the official Jenkins wiki information, a Jenkins freestyle project is a typical build job or task. This may be as simple as building or packaging an application, running tests, building or sending a report, or even merely running few commands.
March 19, 2021
225089 Views
16 Min Read
• Automation • Selenium C# • Tutorial
Best XUnit Parameterized Tests Tutorial: Selenium Testing
When a developer comes up with unit tests, there are multiple ways through which they try to optimize the test code. Reduction of code size by reusing the existing code is one way of achieving the same.
March 18, 2021
293363 Views
10 Min Read