Examples of Scripts for Automation – Selenium Training

Examples of Scripts for Automation – Selenium Training   Public class test1 : Public static void main ( string[ ] args) throws interrupted  exception . // Launch site. WebDriver obj= new FirefoxDriver(); obj.get ( ” http://newtours.demoaut.com/”); Thread.sleep (5000 );//wait 5 seconds //click register link obj. find element ( By . […]

Advertisements

Locating Elements in Web Pages – Selenium Training

Locating Elements in Web Pages – Selenium Training   Locating Elements in Web Pages – Selenium Training   One website means a set of interlinked web pages. Every web page is having multiple elements like test boxes, images, drop down links , radio buttons, check boxes, links , tables, buttons […]

Advertisements

WebDriver Class and Install Firefox Browser – Selenium Training

WebDriver Class and Install Firefox Browser – Selenium Training   WebDriver Class and Install Firefox Browser – Selenium Training   Web driver class : In selenium webDriver jars, webDriver is a base class , we can use this class to create an object. This object is useful to automate specified […]

Advertisements

How to download Selenium and Create a Connection to the Project

How to download Selenium and Create a Connection to the Project   How to download Selenium and Create a Connection to the Project   In the previous article we have seen Eclipse Installation and creating a project in Eclipse. In this article will see how to download Selenium Jars and […]

How to Install Eclipse and Create a Project – Selenium Training

How to Install Eclipse and Create a Project – Selenium Training   How to Install Eclipse and Create a Project – Selenium Training   In the previous article we have seen JDK installation. After completion of JDK installation verification test automater can concentrate on Eclipse IDE download.   Navigation: Go […]

How to install Java and configure the path in System Variables – Selenium

How to install Java and configure the path in System Variables – Selenium   How to install Java and configure the path in System Variables – Selenium   Selenium web driver : Part of selenium syllabus. To automate functional testing on websites , which pages  are  developed in HTML. Developed […]

Manual Testing vs Test Automation – Selenium Training

Manual Testing vs Test Automation – Selenium Training   Manual Testing vs Test Automation – Selenium Training   Manual Testing vs Test Automation: From the above diagram manual tester can compare test case expected value and software actual value. In automation , tester can use tool to compare test case […]

Test Closure – Software Testing Life Cycle – Manual Testing Training

Test Closure – Software Testing Life Cycle – Manual Testing Training   Test Closure – Software Testing Life Cycle – Manual Testing Training   V.  Test Closure :   After completion of all test cycles and all major bugs closing( Remaining bugs are deferred due to low severity and low […]

Defect tracking process and Bug Life Cycle – Manual Testing Training

Defect tracking process and Bug Life Cycle – Manual Testing Training   Defect tracking process and Bug Life Cycle – Manual Testing Training   h)  Defect tracking process :   i)  Test case related defect fixing : j)  Test data related defect fixing : k)   Test environment related defect […]

Defect Report Format in IEEE 829 – Manual Testing Training

Defect Report Format in IEEE 829 – Manual Testing Training   Defect Report Format in IEEE 829 – Manual Testing Training   g)  Defect Report Format in IEEE 829:   Defect ID : Unique number or name.   Defect description : About defect.   Sprint build version number : Version […]