Hello,
I’m having some difficulty trying to get the hang of the unit testing pieces in the RE Framework. I’m trying to test a UI automation app but the problem seems to be getting the necessary configuration values passed into the InitAllApplications.xaml workflow. The list of unit tests that should run are in the _Tests.xlsx workbook, and I’ve created the necessary Test_ProcessTransaction unit test. When the unit tests run, the first workflow that runs is InitAllSettings.xaml, which executes and passes the test. The second workflow to run, InitAllApplications.xaml, has an In parameter in_Config that should be passed in, however it’s always null and the result is a null object exception when I try and read the config. Does anyone have any tips for how to pass parameter values between the various workflows that are listed in the _Tests.xlsx workbook?
Also, I’m trying to find documentation on unit testing in the RE Framwork but can’t seem to locate any. Is there anything in the Academy sessions or otherwise that shows how to approach unit testing in the RE Framework?
Thanks,
Paul