From the course: Scripting for Testers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Simple test report webpage

Challenge: Simple test report webpage - Python Tutorial

From the course: Scripting for Testers

Start my 1-month free trial

Challenge: Simple test report webpage

(swishing) - [Instructor] This challenge will pull together everything that we've learned over the last few videos. There's quite a bit to it, so it may be a bit, well, challenging. I want to walk you through a few of the steps that you'll need to do to get set up for this challenge, and I'd really encourage you to start from the file that I've included in the exercise files, as there are some helpful hints in that file as well. So the first thing that you will need to do to get set up is to create a spreadsheet in your Google Drive. I've already done that here. I've created the spreadsheet, and I've called it TestRunData. And once you've done that, you're going to need to populate the spreadsheet with some initial data. So in the exercise files, I've provided a file called initial historical test run data. And let's import that into this spreadsheet. So we'll import that file. And we'll select to replace the current sheet, tell it that it's comma separated, and import the data. And…

Contents