Automated Test Framework use case: test a business rule
This use case illustrates testing a business rule with the Automated Test Framework.
Before you begin
Role required: atf_test_admin
About this task
This example tests a business rule that sets the value of Locked out to true when active is set to false.
Test steps
Procedure
Impersonate a user with the necessary permissions.
In this example, the step impersonates the admin user.
Form for Impersonate
Open a form for the table to which this business rule applies.
This example opens a new User form.
Form for Open a New Form
Set values on the form that meet the requirements for submitting the form and for triggering the business rule.
This example sets values for the Active, Last name, and First name fields.
Form for Set Field Values
- Submit the form.
Form for Submit Form
Validate that the business rule ran.
In this example the business rule tested sets Locked out to true if Active is set to false.
Form for Field Values Validation
Parent Topic:Automated Test Framework use case examples