Skip to content

Adding Test Configurations in Test Fields Child Table

Steps to Configure Save, Submit, Cancel, and Delete Actions

These actions simulate basic user operations on forms in Lens AI Test Pilot. They help you test how the form behaves during each critical state change — from saving to deleting.

🔹 Note:

  • These actions are standalone, meaning they don’t require field-level input.
  • Typically placed at top-level positions (e.g., 10, 20, 30, 40), based on when they occur in the test sequence.

Configuration Guide

FieldDescription
ActionUse one of: Save, Submit, Cancel, or Delete.
PosOrder of the action in the test sequence (e.g., 10, 20, etc.).
Field NameLeave blank.
ValueLeave blank.
Data TypeNot applicable.
Is ChildNot applicable.
TabNot required.

Example Configuration: Save → Submit → Cancel → Delete

No.PosActionField NameValueData TypeIs ChildTab
110Save
220Submit
330Cancel
440Delete

Summary

  • Save: Triggers form save; validates required fields and triggers server-side logic.
  • Submit: Submits the form and locks it (if applicable).
  • Cancel: Cancels a previously submitted form (reverts it to draft).
  • Delete: Deletes the form permanently.