selenium testing

Overview on Selenium

Overview on Selenium I) Introducing Selenium Selenium Tool's suite is Mainly used for Functional together with Regression Testing of Web Applications. It is Open beginning software to automate Browsers, way it is pre…

Selenium Test Process

Selenium Test Process Phases of Software (Manual) Test Process/STLC          I) Test Planning     II) Test Design     III) Test Execution     IV) Test Closure   ----------------------------- Phases of UFT / QTP Test Process…

Selenium WebDriver Tutorial

Selenium WebDriver > It is a virtually of import tool inwards Selenium Suite(Others are Selenium IDE, Selenium RC too Selenium Grid). > It is an Interface (Programming Interface) allows us to execute tests against dis…

WebDriver Methods

Selenium WebDriver Methods 1) get() Method It opens specified URL inwards the Browser window Syntax: driverObject.get("URL") Example: driver.get("http://www.google.com"); -------------------------------------…

Selenium for Beginners

Selenium Quick Reference I) Selenium Fundamentals i) What is Selenium?   > Selenium is a Suite of Tools to automate Browsers, Selenium tin automate Web Applications only, It doesn't automate Desktop Applications. &…

Selenium Test Life Cycle

Selenium Test Life Cycle Selenium Test Life Cycle Phases :   i) Test Planning ii) Generating Basic Tests iii) Enhancing Tests iv) Running as well as Debugging Tests v) Analyzing Test Results as well as Reporting Defects …

Load More
That is All