© Sujay Raghavendra 2021
S. RaghavendraPython Testing with Seleniumhttps://doi.org/10.1007/978-1-4842-6249-8_12

12. Using Test Cases with a Screenshot

Sujay Raghavendra1  
(1)
Dharwad, Karnataka, India
 

The program in Python on Selenium that tests a specified element on a web application or web page is called a test case. Selenium with Python is a popular choice for testing a web application or web page because there is a lower learning curve to implement it. Python is an easy-to-understand language. Testing requires you to generate simple, understandable test reports for a web application, which can be done with Python and Selenium combined.

This chapter discusses the various test cases used to take a screenshot. In the previous chapter, you learned ...

Get Python Testing with Selenium: Learn to Implement Different Testing Techniques Using the Selenium WebDriver now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.