#27: CRUD Test Revisit (with Modal)
Client CRUD with Database Reset; Testing modal.
This article is one of the “Selenium Training Workbook” series, a set of bite-sized exercises.
In episode #22, we covered the CRUD (Create/Read/Update/Delete) tests for a Professional in WhenWise. Because automated testers typically write several sets of CRUD tests for an app, it is important to get familiar with writing CRUD tests. This and the next episode serve as a review, along with introducing a few new testing tips.
Learning Objectives
Review CRUD Test Design.
Use of database reset to help simplify test design.
Drive elements in a Modal.
Make steps that involve quick JavaScript more stable.
Note: If this exercise takes a bit long, you may skip the refactoring and leave it for the next episode.
Test Design
With CRUD tests, we usually write them together in one test script file. In other words, design as a whole.
Keep reading with a 7-day free trial
Subscribe to The Agile Way to keep reading this post and get 7 days of free access to the full post archives.