Migration - Build tests

The test specification captures can now become reusable test procedures for migrating the application.

Build test procedures

Ask the agent to build test procedures based on captured data according to the migration plan, validating the correctness.

Update migration plan

Ask the agent to review the migration plan and update as needed.

Before
  • final capture data

After
  • automated test procedures
  • updated migration plan

Test procedures provide the steps to validate the migration. Your project's test setup must execute those steps and verify the results.

Next: use the tests to Migrate the application.