When we perform automation testing, most of them times we use Google Chrome for executing our scripts. But now we have a challenge that is Changes by Google Chrome team effects the way we need to automate using chrome browser. So that is why we are Unable to execute automation scripts on Chrome browser 115…
This is one of the most common questions that we hear these days. I would like to answer this in a couple of sections and it will get you the clarity as How much Java is required for test automation career?? Apart from this for the benefit of the readers, I am including a series…
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…
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…
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…
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…
Here, you will find most frequently and tricky asked selenium interview questions in selenium automation tool. These will definitely help you to understand the concepts with deep insights and guide you through the interview process. Selenium interview questions and answers: 1.What is the difference between driver.get and driver.navigate function? Driver .get () waits till the navigated…
Selenium is one of the most widely known web automation tool. It has captured majority of the market in the automation arena. We are providing training on selenium with insights on core java and TestNG framework. Selenium training course is designed so as to give proper guidance to novice as well as experienced automation professionals.…
Once you have created the project in android studio by following the article: how to create project in android studio, your next step is to configure the android project with selenium libraries, in order to work with selenium WebDriver based test automation script. We are focusing more on Java code as reference. Steps to configure…