Skip to Content
Cloud Native Python
book

Cloud Native Python

by Manish Sethi
July 2017
Intermediate to advanced
374 pages
8h
English
Packt Publishing
Content preview from Cloud Native Python

Selenium

Selenium is an open source and portable automated software testing tool for testing web applications. It provides end-to-end testing, which means that it is a process of executing test scenarios against a real browser to test the entire stack of a multi-tiered application.

It has the following different components:

  • IDE: This helps you describe the testing workflow.
  • Selenium WebDriver: This automates browser testing. It sends commands directly to the browser and receives the results.
  • Selenium RC: This remote control helps you to create test cases.
  • Grid: This runs test cases across different browsers, and in parallel.

This is one of the best tools you can use to test our web application, which I would recommend.

You can gather more ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python for DevOps

Python for DevOps

Noah Gift, Kennedy Behrman, Alfredo Deza, Grig Gheorghiu
Cloud Native

Cloud Native

Boris Scholl, Trent Swanson, Peter Jausovec

Publisher Resources

ISBN: 9781787129313Supplemental Content