Database records: created, updated and verified — with no manual entry

The scenario creates a record in your database, updates it with the right values and reads it back to confirm the data saved.

  • Data reaches the database without being retyped
  • Create and update happen in a single pass
  • A final check: the record exists and is filled in
  • Easy to hook up to any source of data