Category Archives: Automation
• Automation • Selenium Tutorial • Selenium WebDriver
Selenium RemoteWebDriver: What Is It? How Is It Different From WebDriver?
Selenium has gained immense popularity as the most preferred automation testing tool. It is being used widely for testing web applications as it supports a plethora of programming languages, operating systems, and browsers.
September 23, 2020
105603 Views
8 Min Read
• Automation • Selenium Tutorial
All You Need To Know For Selenium Testing On The Cloud
Building large-scale web applications take a monumental effort. Testing the quality of these applications requires a whole other level of dedication. From a developer’s vantage point, the focus is on improving the feature set, speeding up the overall performance, and building a scalable product.
September 21, 2020
97884 Views
11 Min Read
Top 10 Java Unit Testing Frameworks for 2023
When we talk about programming in the modern tech world, Java instantly comes to our mind. After all, it is considered as one of the most versatile programming languages.
September 15, 2020
85717 Views
25 Min Read
• Cross Browser Testing • Automation
What is Cloud Testing: An Overview of Example & Benefits
The duration of release cycles has become one of the key metrics for website application development. In a dynamically changing business environment, Time To Market (TTM) becomes extremely important as you always want to stay ahead of the competition.
September 14, 2020
219830 Views
17 Min Read
• Automation • Selenium Tutorial • Tutorial
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
245070 Views
12 Min Read
• CI/CD • Automation • Tutorial
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
204357 Views
37 Min Read
• Automation • Selenium C# • Tutorial
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
236383 Views
23 Min Read
• Automation • Selenium Python • Selenium Tutorial • Tutorial
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
105249 Views
15 Min Read
• Automation • Selenium Tutorial
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
164552 Views
17 Min Read
How To Use DataProviders In TestNG [With Examples]
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 us to pass the values only once per execution cycle.
August 18, 2020
107057 Views
7 Min Read