Introduction to Selenium Introduction to Automation Testing Scope of Selenium Training Why Automation Testing Introduction to testing Lifecycle Introduction to Selenium components Selenium 1 V/s Selenium 2 Vs Selenium 3 What is web driver? Why Web Driver? Installation and setting up the environment Installation of Python and PIP Downloading and … [Read more...] about Selenium Python Syllabus
Upload File in Selenium Webdriver using Autoit
This guide will show you how to Upload File in Selenium Webdriver using Autoit Step by Step guide in a simple manner. 1-While automating web-application many times you will get window-based activity like- file upload, file download pop-up, window authentication for secure sites, etc. In this case, Selenium will fail and will not be able to handle desktop elements. We can … [Read more...] about Upload File in Selenium Webdriver using Autoit
How To Install Selenium In Windows Step by Step
In this post, I will guide you on how you can Install Selenium In Windows in a simple guide. You just need an active internet connection and browser, rest everything is covered. Before we start the process just want to highlight that Selenium supports multiple languages like Java, C#, Python, JavaScript, PHP etc. Here we will be covering with Java. In case you want to … [Read more...] about How To Install Selenium In Windows Step by Step
How to run Selenium Webdriver test in IE browser / Internet Explorer Driver
This post will guide you How to Launch IE Browser in Selenium Webdriver and recently Selenium started supporting the Microsoft Edge browser as well which is an added advantage for Windows 10 users. In the previous post, we have already discussed for Chrome, Firefox, Edge Browser with third-party drivers. We will follow the same process for IE Browser as well. You will … [Read more...] about How to run Selenium Webdriver test in IE browser / Internet Explorer Driver
How to install Testng in eclipse using Marketplace
In Selenium you have to use some Unit testing framework like JUnit or TestNG. I will guide you on how you can install TestNG in eclipse using simple steps. TestNG provides different features that reduce enough time for automation tester while automating the script. TestNG provides different methods and collection of classes which we can consume to write an effective … [Read more...] about How to install Testng in eclipse using Marketplace