- Selenium Testing Tools Cookbook(Second Edition)
- Unmesh Gundecha
- 210字
- 2021-07-09 21:14:13
Preface
Selenium is a set of tools used to automate browsers. It is largely used to test applications, but its usages are not limited to testing. It can also be used to perform screen scraping and automate repetitive tasks in a browser window. Selenium supports automation on all the major browsers, including Firefox, Internet Explorer, Google Chrome, Safari, and Opera. Selenium WebDriver is now a part of W3C standards and is supported by major browser vendors.
This book will help you learn advanced techniques to test web applications using the Selenium WebDriver API and related tools. In this book, you will learn how to test web applications effectively and efficiently with Selenium WebDriver on desktops, mobile web browsers, and in a distributed environment.
Along with the core features of Selenium WebDriver, this book also covers design patterns such as data-driven testing, page objects, and object maps, to design a highly maintainable and reliable test automation framework. You will also learn how to integrate Selenium WebDriver with ATDD/BDD, build and continuous integration tools, and perform mobile web testing with Appium.
This book also covers techniques to extend Selenium for your specific needs. There are more than 80 recipes that you can use to build or extend your existing test automation framework.
- C++程序設計(第3版)
- Ext JS Data-driven Application Design
- Learning Linux Binary Analysis
- C語言實驗指導及習題解析
- MongoDB權威指南(第3版)
- RabbitMQ Essentials
- 青少年信息學競賽
- Android傳感器開發與智能設備案例實戰
- Simulation for Data Science with R
- Node.js區塊鏈開發
- AMP:Building Accelerated Mobile Pages
- Web前端開發技術:HTML、CSS、JavaScript
- 面向對象程序設計及C++(第3版)
- JBoss AS 7 Development
- Python數據可視化之matplotlib實踐