All posts by Himanshu Sheth
• 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
204229 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
236294 Views
24 Min Read
Bamboo vs Jenkins: Showdown Of CI/CD Tools
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. Continuous integration and continuous delivery is a method to derive delivery consistency in an SDLC. As a process, it helps you automate your development pipeline while making sure everything is tracked.
August 26, 2020
114058 Views
19 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
105197 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
164503 Views
17 Min Read
• Automation • Selenium C# • Tutorial
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
146915 Views
25 Min Read
• Automation • CI/CD
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
90468 Views
15 Min Read
• Automation • Selenium Tutorial • Tutorial
Geckodriver Tutorial: Automation Testing on Firefox with Selenium
With 4.25% of browser market share worldwide in June 2020 as per statcounter, Mozilla Firefox browsers are considered inevitable for every Selenium testing checklist.
July 15, 2020
211601 Views
10 Min Read
TeamCity vs. Jenkins: Picking The Right CI/CD Tool
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. Every software development cycle involves three major phases-building, testing, and deployment. A lag in any of these three phases will result in a delay in the launch of the product. In order … Continue reading TeamCity vs. Jenkins: Picking The Right CI/CD Tool
July 13, 2020
97374 Views
17 Min Read
• Automation • Selenium Tutorial • Selenium WebDriver • Tutorial
Dynamic Web Table Handling in Selenium
Web tables or data tables are often used in scenarios where you need to display the information in a tabular format. The data being displayed can either be static or dynamic in nature.
July 10, 2020
219184 Views
9 Min Read