Category Archives: Automation
AutomationSelenium TutorialTutorial
How WebdriverIO Uses Selenium Locators in a Unique Way – A WebdriverIO Tutorial With Examples
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on WebDriverIO Tutorial and Selenium Locators Tutorial. In any automation testing framework, finding elements is the most fundamental activity. We have to choose web elements very carefully so that automation script execution can handle static and dynamic … Continue reading How WebdriverIO Uses Selenium Locators in a Unique Way – A WebdriverIO Tutorial With Examples
January 13, 2020
250634 Views
13 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
192357 Views
17 Min Read
Codeless Automation Testing: What, Why & How?
We are witnessing an agile transition through small and big enterprises alike. Without a doubt, Automation testing has become a need of the hour. Selenium empowered automation tester to expand its test coverage.
December 23, 2019
23558 Views
2 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
213517 Views
23 Min Read
AutomationSelenium TutorialTutorial
Selenium WebdriverIO Tutorial with Example
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on WebDriverIO Tutorial. WebdriverIO is Javascript based test automation framework built over nodeJs. It is an open-source project developed for the automation testing community. WebdriverIO is extendible, compatible, feature-rich, and easy to install.
December 16, 2019
193013 Views
17 Min Read
AutomationCross Browser Testing
Is Automated Browser Testing A Must For Modern Web Development?
Cross browser testing is not a new term for someone who is into web development. If you are developing a website or a web application, you would want to run it smoothly on different browsers.
December 12, 2019
173457 Views
14 Min Read
AutomationCross Browser Testing
What Are The Benefits Of Website Testing On The Cloud?
The development of web applications is becoming more and more dynamic. Big and small enterprises are rolling out web applications and upgraded versions in very short intervals.
December 10, 2019
138372 Views
12 Min Read
AutomationManual TestingMiscellaneous
Beyond Testing: 13 Ways for Functional Testers to Excel
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Automation Testing Tutorial. Functional testing of a web application or a website is one of the most essential phases of SDLC(Software Development Life Cycle) and who would know it better than we do.
November 29, 2019
156183 Views
15 Min Read
AutomationCross Browser Testing
Cross Browser Testing Is Not Only About Browsers
I recently encountered a question from one of the clients, and the questions were, “What do you think is the most important metric for building a Cross Browser Testing strategy?
November 26, 2019
108515 Views
11 Min Read
Desired Capabilities in Selenium Webdriver
Desired Capabilities is a class used to declare a set of basic requirements such as combinations of browsers, operating systems, browser versions, etc. to perform automated cross browser testing of a web application.
November 19, 2019
169028 Views
18 Min Read