Category: Automation Testing

API stands for Application Programming Interface. API is an intermediary for software to talk to each other. In Other words, an API is similar to the messenger which texts requests,…

Installation of android studio can be done easily with a few steps of click. Installation Steps Step 1: Firstly, to download the latest version of Android Studio, go to the…

Installation of Appium Desktop in Windows. To begin with, Appium Studio is an Open Source GUI app to install Appium Server that comes with all the pre-requisites to install Appium…

Bid Adieu โ€“ Browser Binaries

As an automation engineer, I believe you have always set the path for the browser binary. You will know that in order to use some browsers such as Chrome, Firefox,…

In software engineering, behaviour-driven development (BDD) is a software development process that emerged from test-driven development (TDD). The behaviour-driven development combines the general techniques and principles of TDD with ideas from domain-driven design…

If you have been working on selenium from then you may have come across AndroidWebDriver and Selendroid. Though both of them are limited to only Android devices. AndroidWebDriver has been…

You might be wondering about the following terms like What is Jenkins? Why do we use Jenkins in Testing? How to start and from where to install? All the questions…

Every organization needs testing of their product and every organization has their own testing team to test the product before its release. But sometimes happens due to tight deadlines you…

Working with Selenium, sometimes happen you require to run some complex scenarios and many times it fails as well. Like I was using a file download scenario in selenium and…