From the course: Test Automation Foundations

Scenarios to automate

- [Instructor] Spend some time to identify scenarios to automate. For each new feature being implemented, I recommend to sit down with your team and take 10 minutes to write down as many scenarios as you can think of. Don't worry about writing down scenarios that are too off the wall are not feasible. The goal in this stage should be to think of as many scenarios as possible. I'll spend the rest of this video listing some possibilities for test scenarios. From the home page of the Stickerfy application, I can view products for sale. After viewing stickers available for purchase, I can add a sticker of choice to my cart by pressing Add to Cart. If I want many of the same type of sticker, I can continue to click the button Add to Cart. If I want each type of sticker, I can add all of the options I like by simply pressing Add to Cart on that sticker. Going to my cart, I can see all of the items that I have added, and I can also see a total of the stickers down below. If I decide I don't want a sticker any longer, I can select it, and choose the option to remove one. If I decide I don't want any of a particular sticker anymore, I can select it and choose the option to Remove All. Then perhaps I don't want any of these stickers anymore and want to start over, I can simply remove it and clear out my cart. When I am satisfied with my order, I can go back to my cart and I can check out to complete the purchase. I'll stop at these 10 scenarios for now, but this is still not an exhaustive list of all of the scenarios that could be automated.

Contents