All posts by Himanshu Sheth
• Automation • Selenium Tutorial • Tutorial
45+ Different Types of Common Selenium Exceptions
A developer will always write code keeping different scenarios in mind but there could be cases where the implementation does not work as expected. The same principle also applies to test code that is primarily written to test the existing product functionalities
March 30, 2020
51510 Views
17 Min Read
• Selenium C# • Tutorial
Using Explicit Wait and Fluent Wait in Selenium
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium C# Tutorial. Wait is an important command used in Selenium for handling dynamic loading of web elements on a web page (or web application).
March 27, 2020
86674 Views
13 Min Read
• Selenium C# • Tutorial
Selenium C# Tutorial: Using Implicit Wait In Selenium C#
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium C# Tutorial. While designing test automation scripts, it is quite imperative that we consider all the major challenges that might come while performing Selenium test automation.
March 20, 2020
78341 Views
7 Min Read
Top Selenium C# Frameworks For Automation Testing In 2020
With the ever-increasing number of languages and frameworks, it’s quite easy to get lost and confused in this huge sea of all these frameworks. Popular languages like C# provide us with a lot of frameworks and it’s quite essential to know which particular framework would be best suited for our needs.
March 16, 2020
53857 Views
27 Min Read
Selenium C# Tutorial: Setting Up Selenium In Visual Studio
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium C# Tutorial. Getting started with Selenium and C# is easy if you have the idea about connecting the right blocks for test code development. In one of the earlier blogs, we covered the Selenium WebDriver … Continue reading Selenium C# Tutorial: Setting Up Selenium In Visual Studio
March 13, 2020
77780 Views
7 Min Read
• Manual Testing • Testing Strategies
13 Software Testing Trends to Look Out for in 2021
Technology is constantly evolving, what was state of art a few years back might be defunct now. Especially now, where the world of software development and testing is innovating ways to incorporate emerging technologies such as artificial intelligence, machine learning, big data, etc.
February 27, 2020
150491 Views
15 Min Read
Top Automation Testing Trends To Look Out In 2020
Quality Assurance (QA) is at the point of inflection and it is an exciting time to be in the field of QA as advanced digital technologies are influencing QA practices.
January 15, 2020
124212 Views
16 Min Read
Top 22 Selenium Automation Testing Blogs To Look Out In 2020
If you are a web tester then somewhere down the road you will have to come across Selenium, an open-source test automation framework that has been on boom ever since its launch in 2004.
December 26, 2019
182288 Views
17 Min Read
Code Coverage vs Test Coverage: Which Is Better?
Test Coverage and Code coverage are the most popular methodologies for measuring the effectiveness of the code. Though these terms are sometimes used interchangeably since their underlying principles are the same.
December 18, 2019
201800 Views
23 Min Read
• Selenium Tutorial • Tutorial
Parameterization In TestNG – DataProvider and TestNG XML (With Examples)
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on A Detailed TestNG Tutorial. Test automation, or automation testing as it’s called popularly, is not as easy as it sounds. All permutations and combinations of all possible user interactions have to be considered and based on … Continue reading Parameterization In TestNG – DataProvider and TestNG XML (With Examples)
December 5, 2019
112516 Views
15 Min Read