We need to work on testmodules that will be built into our bots moving forward. I have started a template to use as a guide on how we can accomplish this. This will be a set of built in features for the progress residential activity pack, as well as a final template file to be used in all projects future projects, and maybe some of our existing projects.
Outline. This is what the basic template would look like to run test.
These should be created in FOLDER: [TEST_PROCESS_v1]
Test_Modules.xaml should be set to “Enable Entry Point”
Everything in the above screen shot should be inside a folder called TEST_PROCESS_v1
You should provide a sequence called TEST_000.xaml this is a template for each test. This should include an invoke of ResultLogger.xaml that has all inputs already set by arguments from [TEST_000.xaml]
There are two modules needed for the test, these should be built to be intergrated into the
ProgressResidentail_ActivityPack. For now just build them in the project as sequences.xaml files