Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Selenium WebDriver 3 Practical Guide - Second Edition

You're reading from  Selenium WebDriver 3 Practical Guide - Second Edition

Product type Book
Published in Jul 2018
Publisher Packt
ISBN-13 9781788999762
Pages 280 pages
Edition 2nd Edition
Languages
Authors (3):
Pallavi Sharma Pallavi Sharma
Profile icon Pallavi Sharma
UNMESH GUNDECHA UNMESH GUNDECHA
Profile icon UNMESH GUNDECHA
Satya Avasarala Satya Avasarala
Profile icon Satya Avasarala
View More author details

Table of Contents (14) Chapters

Preface 1. Introducing WebDriver and WebElements 2. Different Available WebDrivers 3. Using Java 8 Features with Selenium 4. Exploring the Features of WebDriver 5. Exploring Advanced Interactions of WebDriver 6. Understanding WebDriver Events 7. Exploring RemoteWebDriver 8. Setting up Selenium Grid 9. The PageObject Pattern 10. Mobile Testing on iOS and Android using Appium 11. Data-Driven Testing with TestNG 12. Assessments 13. Other Books You May Enjoy

Chapter 11

  1. Explain Data-driven Testing.

Data-driven is a test automation framework approach, where input test data is stored in tabular format or in a spreadsheet format and a single test script reads each row of the data, which can be a unique test case, and executes the steps. This enables reuse of test scripts and increases test coverage with varied test data combinations.

  1. True or False: Selenium supports data-driven testing.

False.

  1. What are two methods in TestNG to create data-driven tests?

TestNG provides two methods for data-driven testing: Suite Parameters and Data Providers.

  1. Explain the DataProvider method in TestNG.

The DataProvider method in TestNG is a special method annotated with the @DataProvider annotation. It returns an array of objects. We can return tabular data reading from any format such as CSV or Excel to test the test case using the data provider...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}