what is build and release in software testing
A build is a piece of software or Product which consists of a set of features and a few bug fixes, Build…
A build is a piece of software or Product which consists of a set of features and a few bug fixes, Build…
API stands for Application Programming Interface An API provides a set of functionality, it could be a function or a method…
Mirror illusion in Hotels or showrooms(Trial rooms) –HOW TO KNOW 2 WAY MIRROR OR NOT????What is 2 way mirror –…
We have seen how we can automate desktop applications using testStackWhite feamework. Some more useful links you can follow A…
There might be a situation where our script fails or taking long time if the application doesn’t load properly. Other…
In this post, we will discuss the possible locator strategies that webdriverIO provides to identify browser elements. We can use…
In our selenium automation scripts, we use WebDriver driver = new FirefoxDriver(); or WebDriver driver = new ChromeDriver(); & so…
TestNG provides different ways to run multiple testng.xml files Through code Through testng.xml itself TestNG tutorial For this post let’s…
There are situations where we need to automate tasks such as Click on Browse (file explorer pops up) Select required…