Category Archives: Automation
AutomationSelenium TutorialTutorial
How To Test PDF Files Using Selenium Automation?
A compact, extremely secure file format is PDF. The majority of firms process their files using PDFs. The reason for this is that PDF files have the distinctive property of keeping format independent of the instrument used to retrieve them.
September 10, 2020
252922 Views
12 Min Read
What is Jenkins? Architecture, Installation, and Setup Explained
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Jenkins Tutorial. Continuous Integration & Continuous Delivery are integral parts of DevOps, as they are used for integrating multiple stages of the methodology.
September 2, 2020
221299 Views
37 Min Read
SpecFlow Tutorial: A Guide to Automation Testing with C# and Selenium
The entire cycle of software design, development, and testing is pretty complicated. Each team works towards a common goal i.e. success of the rollout, which totally depends on the quality of work done.
August 28, 2020
248012 Views
24 Min Read
AutomationSelenium PythonSelenium TutorialTutorial
Automate Browser Testing with Selenium Opera in Python Easily
This article on Selenium Opera 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 cross browser testing, we tend to focus on executing test cases for bigwigs like Google Chrome, Firefox, or Safari. What about the other browsers? What about … Continue reading Automate Browser Testing with Selenium Opera in Python Easily
August 21, 2020
114862 Views
15 Min Read
Selenium Grid 4 Tutorial For Distributed Testing
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium 4. Selenium Grid has been an integral part of automation testing, as it lets you perform test case execution on different combinations of browsers, operating systems (or platforms), and machines.
August 20, 2020
171525 Views
17 Min Read
How To Use DataProviders In TestNG [With Examples]
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on TestNG. In our earlier posts, we learned about using TestNG parameters in our TestNG scripts. To jog your memory, Parameterization In TestNG helps us pass data through the code and prevent hard-coding. However, TestNG parameters enable … Continue reading How To Use DataProviders In TestNG [With Examples]
August 18, 2020
117651 Views
8 Min Read
SelectorsHub: The Next Gen XPath, CSS Selectors Tool
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Locators Tutorial. SAP applications are designed to help businesses improve customer relations and deliver a better experience. These business applications also provide users with complete access to information, helping them make faster decisions.
August 10, 2020
71916 Views
23 Min Read
Create TestNG Project In Eclipse & Run Selenium Test Script
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on TestNG. In the last article, we installed TestNG in Eclipse and did some environment set up for the same. Subsequently, we saw how we could convert our existing Java projects into TestNG projects in Eclipse.
July 31, 2020
106726 Views
9 Min Read
xUnit Testing Tutorial: Unit Testing With Selenium C#
When you are developing a consumer web product, you would have come across scenarios where some functionalities do not work on certain browsers, operating systems, or devices.
July 22, 2020
156702 Views
26 Min Read
Jenkins vs Travis | Which CI/CD Tool Is Best for You?
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Top CI/CD Tools Comparison. Travis CI and Jenkins are both popular CI/CD tools and were launched in the same year i.e. 2011. As of July 2020, Jenkins has been the more obvious choice as CI/CD tool … Continue reading Jenkins vs Travis | Which CI/CD Tool Is Best for You?
July 20, 2020
98556 Views
15 Min Read