Selenium WebDriver Recipes in C#: 2nd Edition
- Length: 164 pages
- Edition: 2nd ed. 2015
- Language: English
- Publisher: Apress
- Publication Date: 2015-12-19
- ISBN-10: 1484217411
- ISBN-13: 9781484217412
- Sales Rank: #532219 (See Top 100 Books)
Solve your Selenium WebDriver problems with this quick guide to automated testing of web applications with Selenium WebDriver in C#. Selenium WebDriver Recipes in C#, Second Edition contains hundreds of solutions to real-world problems, with clear explanations and ready-to-run Selenium test scripts that you can use in your own projects.
You’ll learn:
- How to locate web elements and test functions for hyperlinks, buttons, TextFields and TextAreas, radio buttons, CheckBoxes, and more
- How to use Selenium WebDriver for select lists, navigation, assertions, frames, file upload and pop-up dialogs
- How to debug test scripts and test data
- How to manage and deal with browser profiles and capabilities<
- How to manage tests for advanced user interactions and experiences (UX)
- How to work with and manage tests and testing using Selenium Remote Control and Selenium Server
Audience
This book is for experienced .NET and C# Windows application programmers/developers.
Table of Contents
Chapter 1: Introduction
Chapter 2: Locating Web Elements
Chapter 3: Hyperlink
Chapter 4: Button
Chapter 5: TextField and TextArea
Chapter 6: Radio Button
Chapter 7: Check Box
Chapter 8: Select List
Chapter 9: Navigation and Browser
Chapter 10: Assertion
Chapter 11: Frames
Chapter 12: AJAX
Chapter 13: Pop-up
Chapter 14: Debugging Test Scripts
Chapter 15: Test Data
Chapter 16: Browser Profile
Chapter 17: Advanced User Interactions
Chapter 18: HTML5 and JavaScript
Chapter 19: WYSIWYG Editor
Chapter 20: Leverage Programming
Chapter 21: Optimization
Chapter 22: Gotchas
Chapter 23: Remote Control Server
Chapter 24: Afterword
Chapter 25: Resources