Selenium WebDriver Recipes in C# Second Edition

Selenium WebDriver Recipes in C#, Second Edition is a quick practical problem-solving guide to automated testing web applications with Selenium WebDriver in C#. This book contains hundreds of solutions to real-world problems, with clear explanations and ready-to-run Selenium test scripts that you ca...

Descripción completa

Detalles Bibliográficos
Autor principal: Zhan, Zhimin. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2015.
Edición:2nd ed. 2015.
Colección:The expert's voice in web development
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629937806719
Tabla de Contenidos:
  • 1. Introduction
  • 2. Locating Web Elements
  • 3. Hyperlink
  • 4. Button
  • 5. TestField and TextArea
  • 6. Radio Button
  • 7. CheckBox
  • 8. Select List
  • 9. Navigation and Browser
  • 10. Assertion
  • 11. Frames
  • 12. Testing Ajax.-13. . File Upload and Pop-up Dialogs
  • 14. Debugging Test Scripts
  • 15. Test Data
  • 16. Browser Profile and Capabilities
  • 17. Advanced User Interactions
  • 18. HTML5 and Dynamic Web Sites
  • 19. WYSIWYG HTML Editors
  • 20. Advanced Topics
  • 21. Selenium Remote Control Server
  • 22. Afterword
  • A. Resources.