How to use test cases in the REFramework?

Hello Team,

How can I be able to use test cases in the REFramework and execute them with none static values.

Best Regards,
Klaus

Hi Klaus,

I would recommend to write test cases only for the sequences you are chaging or adding. For instance, write tests for InitAllApplications, Process and so forth. Do not add test cases for the components from the framework you are not changing, like Main. This will take you quite some effort.

If you are using queue items, assign the values to some variables which you can pass as arguments to some component. In this way you can easily write tests for this new component with many data variations. You can do the same if you are using REF with excel files. Assign the values from the Datatable to some variables and invoke your component.

BR,
Horea

1 Like