Books

Selenium Testing Tools Cookbook

  • Finished
  • 2012
  • 2012
  • upgundecha

Web technologies are evolving rapidly, necessitating robust testing across multiple browsers and platforms. “Selenium Testing Tools Cookbook” offers a comprehensive guide to effectively use the advanced features of Selenium WebDriver for reliable test automation. Through detailed examples, readers will learn best practices, design patterns, and how to extend Selenium. The book covers advanced location strategies, design patterns like Data Driven Tests and PageFactory, and even delves into setting up environments for parallel test runs. With examples in Java, C#, Ruby, and Python, this cookbook is a one-stop resource for enhancing your test automation framework from inception to completion

Selenium

WebDriver

Learning Selenium Testing Tools with Python

  • Finished
  • 2014
  • 2014
  • upgundecha

If you are a quality testing professional, or a software or web application developer looking to create automation test scripts for your web applications, with an interest in Python, then this is the perfect guide for you. Python developers who need to do Selenium testing need not learn Java, as they can directly use Selenium for testing with this book.

Selenium

WebDriver

Python

Selenium Testing Tools Cookbook, 2nd Edition

  • Finished
  • 2015
  • 2015
  • upgundecha

Web technologies are evolving rapidly, necessitating robust testing across multiple browsers and platforms. “Selenium Testing Tools Cookbook” offers a comprehensive guide to effectively use the advanced features of Selenium WebDriver for reliable test automation. Through detailed examples, readers will learn best practices, design patterns, and how to extend Selenium. The book covers advanced location strategies, design patterns like Data Driven Tests and PageFactory, and even delves into setting up environments for parallel test runs. With examples in Java, C#, Ruby, and Python, this cookbook is a one-stop resource for enhancing your test automation framework from inception to completion

Selenium

WebDriver

Selenium WebDriver 3 Practical Guide - Second Edition

  • Finished
  • 2018
  • 2018
  • upgundecha
  • avasarala

Selenium WebDriver is an open source automation tool implemented through a browser-specific driver, which sends commands to a browser and retrieves results. The latest version of Selenium 3 brings with it a lot of new features that change the way you use and setup Selenium WebDriver. This book covers all those features along with the source code, including a demo website that allows you to work with an HMTL5 application and other examples throughout the book. Selenium WebDriver 3 Practical Guide will walk you through the various APIs of Selenium WebDriver, which are used in automation tests, followed by a discussion of the various WebDriver implementations available. You will learn to strategize and handle rich web UI using advanced WebDriver API along with real-time challenges faced in WebDriver and solutions to handle them. You will discover different types and domains of testing such as cross-browser testing, load testing, and mobile testing with Selenium. Finally, you will also be introduced to data-driven testing using TestNG to create your own automation framework. By the end of this book, you will be able to select any web application and automate it the way you want

Selenium

WebDriver