You have seen over 200 recipes for individual web testing operations throughout this book so far. In this chapter, we will showcase a selection of complete test scenarios from my blog that apply the techniques you’ve acquired.
Verify Chart Generation
Test Case: Verify a chart is generated successfully on a web page
Charting is a common feature in modern web applications. Charting packages like HighCharts typically generate charts in the SVG (Scalable Vector Graphics) format. While we can visually confirm a generated chart manually, how can we accomplish this ...