Configure and run typescript in visual studio code [updated]
In this post, we will be executing a typescript file in VS Code Prerequisites Nodejs & npm Refer Install &…
Basic setup / installation of Selenium Webdriver
Note: For the entire discussion of selenium topics on this blog, we will be using Java language. Basic setup of selenium webdriver…
BaseTest to handle browsers & share driver object across project
In this post, we will be learning why we need to use Base classes for handling different browsers and then…
Automate / handle web table using selenium python
Web table on browser application contains rows & columns with data on each cell. Each cell can have text /…
Automate GUI testing using Sikuli – Part1
What is Sikuli – As per the sikuli official site, “Sikuli automates anything you see on screen, it uses image…
Selenium with Autoit (no installation) for win UIs
As most of us know, Autoit is a tool to automate basic navigations for non browser / windows applications. There…
Assert the text entered in textbox using selenium – getText() vs getAttribute(“value”)
Many automation QAs confuse with which selenium method we need to use to fetch the textbox value from the web…