In this video, learn about how you can use scripting to do things you couldn't otherwise do in exploration.
- So far in this course, … as we have discussed exploratory testing … we've been talking about manual testing, … if you remember way back to the start of this course … we talked about the explore script spectrum, … and we said that automated regression test fits squarely … on the script side of the spectrum. … However, there are ways that we can use automation … to help us explore. … For example we can use scripts … to help us with data generation, … I'll show you a simple example of this. … The script that I'm going to show use this python, … but don't worry for the purposes of this video … you really don't need to know anything … about python to understand it. … So let's imagine that we're testing gethub, … and we want to try some stuff out, that requires us … to have an account with a 100 repositories. … We could go in and we could manually click on buttons … and add a 100 repositories, and do that a 100 times. … But that sounds really boring and slow, … so instead we could just create a script to do it for us. …
Released
6/5/2019- Defining exploratory testing
- Quality and value
- Models
- Variables
- Exploration in agile, DevOps, and production
- Paired testing
- Test planning
- Testing techniques
- Automation with scripts
- Generating and analyzing data
Share this video
Embed this video
Video: Scripts that help you explore