Author archives
Selenium Builder 6 – How to run from Command Line

Notes: Today we will learn: How to execute Se Builder recorded test through command line on local machine Step 1 : firefox – launch Se Builder Step 2 : Record a test and save as .json file https://wordpress.com/wp-login.php Step 3 : SeInterpreter – Download SeInterpreter.jar Step 4 : CommandLine java -jar SeInterpreter.jar <location of .json …
Selenium Builder 5 – How to Export and run as JUnit & TestNG
Selenium Builder 4 – How to Export as Java and run through Eclipse
Selenium Builder 3 – How to run Test on SauceLabs Virtual Machines
Selenium Builder 2 – How to do Cross Browser Testing

Notes: Today we will learn: 1. How to record and run your UI test on multiple OS, Browser & Devices Step 1 : open firefox – launch Se Builder Step 2 : goto Manage Plugin – install and enable CrossBrowserTesting plugin Step 3 : Record our UI Test https://wordpress.com/wp-login.php Step 4 : Create a account …
Selenium Builder 1 – Introduction and Getting started (UI Automation)
Selenium Python Beginner Tutorial – Learn Selenium Python in one video | Step by Step

Notes: Today we will learn: 1. How to download python on windows 2. How to install python 3. How to install selenium python libraries 4. Download IDE – PyCharm 5. Create new project 6. Add selenium scripts 7. Run and Validate Step 1 : download python – https://www.python.org/downloads/ Step 2 : Install and check python …
Selenium Beginner 15 – How Selenium interacts with PhantomJS

Notes: Recommended – How to use PhantomJS (Headless Browser) Today we will learn : 1. What is PhantomJS 2. How Selenium interacts with PhantomJS Helpful TIPS interview section.. Pros and Cons of PhantomJS 1 What is PhantomJS PhantomJS is an open source Headless Browser. (It is a web browser without graphical user interface) It is …
Selenium Beginner 14 – How to use PhantomJS (Headless Browser)

Notes: Recommended – How Selenium interacts with PhantomJS Today we will learn : 1. How to download PhantomJS 2. How to add in selenium project 3. How to run selenium test on PhantomJS How to download PhantomJS Step 1 Download phantomJS for your OS http://phantomjs.org/download.html Step 2 (optional) Download PhantomJS Driver Not Required with latest …