• Complain

Diego Molina - Selenium Fundamentals

Here you can read online Diego Molina - Selenium Fundamentals full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2018, publisher: Packt Publishing, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover
  • Book:
    Selenium Fundamentals
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2018
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Selenium Fundamentals: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Selenium Fundamentals" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Diego Molina: author's other books


Who wrote Selenium Fundamentals? Find out the surname, the name of the author of the book and a list of all author's works by series.

Selenium Fundamentals — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Selenium Fundamentals" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Selenium Fundamentals Speed up your internal testing by automating user - photo 1
Selenium Fundamentals
Speed up your internal testing by automating user interaction with browsers and web applications
Diego Molina

BIRMINGHAM - MUMBAI Selenium Fundamentals Copyright 2018 Packt Publishing All - photo 2

BIRMINGHAM - MUMBAI
Selenium Fundamentals

Copyright 2018 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author(s), nor Packt Publishing or its dealers and distributors, will be held liable for any damages caused or alleged to have been caused directly or indirectly by this book.

Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

Acquisitions Editors: Aditya Date
Content Development Editor: Edwin Moses, Aritro Ghosh
Production Coordinator: Samita Warang

First Published: September 2018
Production Reference: 1291018


Published by Packt Publishing Ltd.
Livery Place, 35 Livery Street
Birmingham, B3 2PB, U.K.
ISBN 978-1-78980-381-5

www.packtpub.com

maptio Mapt is an online digital library that gives you full access to over - photo 3
mapt.io

Mapt is an online digital library that gives you full access to over 5,000 books and videos, as well as industry leading tools to help you plan your personal development and advance your career. For more information, please visit our website.

Why Subscribe?
  • Spend less time learning and more time coding with practical eBooks and Videos from over 4,000 industry professionals

  • Improve your learning with Skill Plans built especially for you

  • Get a free eBook or video every month

  • Mapt is fully searchable

  • Copy and paste, print, and bookmark content

Packt.com

Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at www.packt.com and as a print book customer, you are entitled to a discount on the eBook copy. Get in touch with us at customercare@packtpub.com for more details.

At www.packt.com , you can also read a collection of free technical articles, sign up for a range of free newsletters, and receive exclusive discounts and offers on Packt books and eBooks.

About the Author

Diego Molina is a software engineer in Test, specialized in testing tool development, advising, and training teams how to test better. He worked initially as a software developer for 8 years before switching completely to testing, where he has been during the last 7 years. He is one of the maintainers of the official Docker-Selenium project and a Selenium contributor.

He also co-created Zalenium, a dynamic, ready to use Selenium Grid. He spends most of his time working with different teams and finding ways to do UI testing in a more simple way. Additionally, he is often attending the Selenium conferences, either presenting or collaborating with the on-site workshops. You can find him often in the IRC/Slack channel for Selenium.

Packt Is Searching for Authors Like You

If you're interested in becoming an author for Packt, please visit authors.packtpub.com and apply today. We have worked with thousands of developers and tech professionals, just like you, to help them share their insight with the global tech community. You can make a general application, apply for a specific hot topic that we are recruiting an author for, or submit your own idea.

Preface

Automated testing is more efficient than manual testing, and more and more industries in the IT sector are opting for automated tests for applications, whether desktop or web.

Selenium is the most popular tool used to automate browsers, and as it is currently on the path to become a W3C standard, its importance in the testing world will only grow. Selenium is open source, platform independent, and can be used to interact in a programmatic way with web applications through any major vendor browser (such as Google Chrome, Mozilla Firefox, Internet Explorer, Safari, Microsoft Edge, and Opera).

Who This Book Is For

This book is designed for software quality assurance and development personnel who want to learn how to automate browser activity and web-based user interface tests with Selenium.

What This Book Covers

, Getting Started , deals with what automation is and why it is important. It then covers the how to use the Selenium WebDriver, and then finally focuses on how to configure the development environment for Selenium.

, WebDriver Functionality , takes you deeper into the details of Selenium, covering each of the main WebDriver class methods and objects for the most commonly used browsers. Lastly, the chapter focuses on how to open and manipulate a browser window and navigate to a web page.

, WebElement Functionality , talks about how to use browser developer tools to review the code behind a web page and how to find and interact with elements to later write and perform tests on them.

, Advanced Element Function, covers how to navigate, search, and identify different elements in a web application by using effective element locators.

, Waiting For Elements , trains the students on how to write a stable automation script by waiting for an element to be present. It discusses the differences between implicit and explicit waits, and finally shows how to effectively synchronize a script in a custom condition.

, Page Object Model , covers the principles behind Page Object Model, and how to model and implement an automation script.

, Writing Tests , talks about test frameworks and how to choose them; as well as how to create test scripts and how to validate results.

, Analysis and Troubleshooting , discusses the root cause of a test failure by analyzing a test report, and tracking down errors It also covers how to separate real issues from flaky tests.

, Using a Selenium Grid , focuses on how to configure and connect to the Selenium Local Grid, as well as the Selenium Network Grid. Afterwards, covering how to connect to third party services.

To Get the Most out of This Book

To complete this book successfully, students will require computer systems with at least an Intel Core i5 processor or equivalent, 8 GB RAM, and 4 GB available storage space. Along with this, you would require the following software:

  • Operating System: Windows or above
  • Browser: Google Chrome (latest version)
  • Selenium WebDriver
  • Google ChromeDriver
  • IntelliJ IDEA
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Selenium Fundamentals»

Look at similar books to Selenium Fundamentals. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Selenium Fundamentals»

Discussion, reviews of the book Selenium Fundamentals and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.