The Protractor Handbook: Understanding and Implementing the Tool Effectively
by: Shashank Shukla
Publisher finelybook 出版社: Apress; 1st ed. edition (August 29,2021)
Language 语言: English
Print Length 页数: 224 pages
ISBN-10: 1484272889
ISBN-13: 9781484272886
Book Description
Learn to quickly set up Protractor and dive into the amazing possibilities that this tool offers for automating browser interactions for a user for any Angular web application. Software testing is here to stay,and an integral part of this is test automation. Protractor is one of the most evolved test automation frameworks that every software testing professional working with an Angular application should know.
You will to automate a vast range of actions that a user takes to interact with the browser. From a simple ‘click’ to more complex user actions such as frame switches,selecting from drop-downs,and file downloads using Protractor APIs for Angular-based websites. You will also learn about assertions,timeouts,waits,parallel testing frameworks that are available,and the general pros and cons you should be aware of.
With over 150 working code samples demonstrating various test scenarios that you require in your day-to-day automation testing,and examples that may be given in interviews,this book will be your practical handbook to all the key Protractor API implementations.
What You’ll Learn
Set up and install Protractor efficiently
Implement Angular-specific locator strategies
Automate Angular web pages
Run parallel execution using Protractor
Explore all the pros,cons and challenges you may face while using Protractor
Use specific notes around each API to ensure optimum usage and avoid common mistakes