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.

Initial page setup

Initial page setup - Python Tutorial

From the course: Scripting for Testers

Start my 1-month free trial

Initial page setup

- [Instructor] When we think of Selenium, we often think of automated regression tests. We've already seen one example of how Selenium can be used for exploration, and now that we know a bit of the basics of it, let's take a look at some other things that we might want to use it for. One of the powerful ways to use Selenium is to help you get through some of the initial setup quickly so that you can get to some testing that you're interested in, so we're going to look at how we can do that using this AutomationPractice.com website. As you could see, the exercise file started with a link to this page already set up, so the example that we want to look at on this page is how we can use Selenium to help us get setup for further testing. Specifically, we're going to try and fill up our cart so that we can do some further testing on the cart itself. If we wanted to add many items to the cart, it could be a tedious process to go through and click on each of these links, and then add them to…

Contents