0% found this document useful (0 votes)
59 views2 pages

Interacting With Web Elements and Waits in Selenium: Hands-On

The document discusses locating web elements using different locators, interacting with elements and implementing waits, and using the TestNG framework for structuring Selenium tests. It covers topics like CSS selectors, Selenium commands, different types of waits, TestNG annotations, grouping, sequencing, parameterization, parallel testing and reporting.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views2 pages

Interacting With Web Elements and Waits in Selenium: Hands-On

The document discusses locating web elements using different locators, interacting with elements and implementing waits, and using the TestNG framework for structuring Selenium tests. It covers topics like CSS selectors, Selenium commands, different types of waits, TestNG annotations, grouping, sequencing, parameterization, parallel testing and reporting.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Introduction to Web elements

Locating Web elements using various Locators (ID, Name, Class Name, Tag Name, Link Text,
Partial Link Text, CSS Selector, and XPath)

Introduction to XPath

Types of XPath

XPath Functions and Customisations

Hands-On:

Locating Web elements using various Locators

Absolute and Relative XPath

XPath Functions

XPath Axes

Interacting with Web Elements and Waits in Selenium

Learning Objective:Locate Web Elements using CSS Selector and implement Synchronization
mechanism in test automation scripts.

Topics:

What are CSS Selectors?

Locating Web Elements using CSS Selectors

Selenium Commands in WebDriver

Interacting with Web Elements

Performing Actions on Web Elements

Checking the Web Element state

Types of Waits in Selenium

Hands-On:

Locating Web Elements using CSS Selectors

www.edureka.co © 2021 Brain4ce Education Solutions Pvt. Ltd. All rights Reserved.
Selenium Commands in WebDriver

Types of Waits in Selenium

TestNG Framework

Learning Objective: Implement TestNG Framework in Selenium Scripts and structurize test cases
using concepts such as annotations, grouping, sequencing, and parameterization. Perform parallel
tests as well as generate test reports of the executed tests.

Topics:

Introduction to TestNG

Installing TestNG Plug-in in Eclipse

Rules to write TestNG

Annotations

Grouping

Sequencing

Parameterization

Parallel/Cross Browser Testing

Introduction to Reports

Types of Reports

Hands-On:

Installing TestNG Plugin

Executing a TestNG Script

TestNG Assertions

TestNG Parameters

Parallel Testing using TestNG

TestNG Reporting

www.edureka.co © 2021 Brain4ce Education Solutions Pvt. Ltd. All rights Reserved.

You might also like