From the course: Scripting for Testers

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Setting up a testing application

Setting up a testing application - Python Tutorial

From the course: Scripting for Testers

Setting up a testing application

- [Instructor] The best way to learn is by doing. I want you to learn a lot in this course, and so I'm going to encourage you to spend a lot of time trying things out and working through challenges. In order to do that, you're going to need an application that you can use for testing. So I've created this application for you to use, and let's take a look now at how you can set it up to use locally. The easiest way to do that will be using GitHub Codespaces. You can access that by going to the GitHub repository for this course, which you can find here. In order to use this, you're going to need to have a GitHub account. So if you don't have one yet, pause this video for a second and go ahead and create one. You can do that at github.com. So once you're logged into GitHub, navigate to the repository for this course and then click on the code drop down here, and then on the Codespaces tab, and click on the create Codespace on main button. If this is the first time you've come here, it's…

Contents