Top Picks for
Must do checks before your ELearning course launch

Posted on Sep 09, 2020
How to design an agile friendly automation testing framework

Posted on May 13, 2020
Prerequisite of setting up Automation CoE

Posted on Apr 30, 2020
Appium Commands

Posted on Feb 18, 2019
Latest Posts
The Best JavaScript Testing Frameworks you should be using in 2021
Automation testing using JavaScript has been gaining popularity in recent days making a blog about the best JavaScript Testing Frameworks available the need of the hour. A conversation between business analysts, developers, and testers about a feature will become specifications. After that, the developers & testers convert the specs into automated acceptance tests. Automated tests […]

Posted on Apr 06, 2021
Basic npm Commands
Even the smallest hiccups like package installation errors can be a bane to your productivity. In this blog article, we have listed some of the basic npm commands which are used by developers and software testers regularly to resolve package installation errors and to even upgrade existing npm packages. As a software testing company, we […]

Posted on Mar 29, 2021
The Complete Guide to Page Object Model in Selenium
Page Object Model is a design pattern for automation testing. It is easy to define what the Page Object Model pattern is. However, many automation testers use the Page Object model without knowing its value. In this blog article, we will learn what ‘Page Object Model’ is and how to use it effectively. Let’s say […]

Posted on Jan 28, 2021
Best Mobile App Testing Tools you should be using in 2021
The need to know the best mobile app testing tools is very crucial because if a mobile app tester is familiar with these testing tools, it will ease the QA activities. There are several best mobile app testing tools for manual & automation. But we understand that choosing the best mobile app testing tools would […]

Posted on Jan 11, 2021
Selenium Grid Tutorial
Selenium Grid helps you to leverage parallel execution and cross-platform testing at the same time. You would most definitely know how much valuable time this can save. If you are running a race against time on a project with a quick deadline then this right here can be a lifesaver. So let’s get to know […]

Posted on Jan 04, 2021
iOS App Testing Approach
Using iOS, you can develop mobile apps. iOS development strongly follows the Model-View-Controller designs pattern, which separates data from visual objects. As a mobile app tester, if you are familiar with some basics of iOS development concepts, you will understand the importance of testing the iOS apps on real devices using different orientations. There are […]

Posted on Dec 28, 2020
Appium iOS Setup Details
You can find many blog articles and YouTube videos that demonstrate Appium iOS setup. However, in this blog article, you will learn about each installation step and its importance. Many automation testers follow Appium iOS installation steps blindly and install the required software without knowing its details and usage. HomeBrew Installation: HomeBrew is an open-source […]

Posted on Dec 24, 2020
How to use XPath Axes in Selenium Webdriver
Using the CSS selector, you cannot traverse to the parent node/grandparent nodes on the DOM tree. The advantage with the XPath locator is you can traverse between child & descendant and parent & ancestors. To use XPath effectively in Selenium WebDriver, you should be familiar with XPath Axes and HTML. In this blog article, you […]

Posted on Dec 08, 2020
What can a tester do with the Chrome DevTools Console panel?
Chrome DevTools has several panels – Elements, Console, Sources, Network, Performance, Memory, Application, Security, and Audits. Today you are going to learn DevTools’ Console panel from a testing perspective. What can you see in the Console panel? You can access error messages which are thrown by the parser. Sometimes the web application under test may […]

Posted on Nov 30, 2020
4 Objectives of Mobile App Testing and Why You Need It
While we can all dream about creating software free from bugs from launch, there is no such thing, especially when it comes to mobile applications. This is because different mobile devices have different specifications, all of which can affect an application’s performance one way or the other. Even the mobile app developers themselves have their […]

Posted on Nov 26, 2020