In this article you will have access to a huge number of reusable functions for test automation in java with examples. This can be considered as your bible for all of your needs. We will divide them in to multiple categories as below String manipulation Date and time Number manipulation Currency related Remember that you… (0 comment)

How to create tests in Selenium IDE
In case you do not have Selenium IDE, we recommend you to follow the steps in “Selenium IDE re-surfaced” article, and once the installation is complete. We recommend you to create a test and execute. It is quite simple. Simple and easy steps to create test in Selenium IDE Click on Selenium icon of your… (0 comment)

Selenium IDE re-surfaced with new capabilities
We all missed Selenium IDE for sure, it was so cool that we could just record a script on fire fox addon. We were able to record, playback, debug, export and many more features. Unfortunately it was shelved long back and we could not afford to use it, as it wasn’t supporting new browser versions… (2 comments)

How to verify if TestNG is installed successfully
In this article you will learn how to verify TestNG is installed successfully or not, there are multiple ways to do so, we have produced couple of most popular and easy ways of verification In case you have not yet installed TestNG plugin, we recommend you to follow “How to install TestNG plugin in eclipse… (6 comments)

How to install testng plugin in eclipse latest version
In this article we provide step by step instructions as how to install testng plugin in eclipse latest version. There might be multiple ways to install the testng plugin, but we recommend you with the following steps. Steps to install testng plugin in eclipse The following steps are performed on latest eclipse version photon Navigate… (6 comments)

How to execute oats scripts in command line
Every automation engineer working with OATS needs to know how to execute oats scripts in command line. It is inevitable when working in real time projects one wishes to run scripts in batch mode. In this article you will know how to do the same. OATS team had provided us with a bat file called… (17 comments)

Variables, data types and activities in UiPath
Automating end to end processes involves several automated actions, data moving from one place/action to another, say for example you captured the invoice amount from a physical bill and you need to input the same in an application UI screen. In order to address these kind of scenarios Variables, data types and activities in UiPath… (0 comment)