Use of tests folder xaml's in RE-Famework

Hi forum,

Can anyone tell me the use of tests folder xaml’s in RE-Famework template.

Thanks in advance

@Nisha_K21

Those are the testing framework xaml

detailed explanation is here

in ref if you open the documentation you would find it

cheers

@Nisha_K21,

Those are test cases for testing different parts of the framework. You can find more about them in the PDF document you get in every REFramework template you use.

Thanks,
Ashok :slight_smile:

@Anil_G , @ashokkarale Thanks for replying
What is the use of getTransactionDataTestCase.xaml?

@Nisha_K21

It runs the initapp and gettransactiondata to get data while testing

basically to test gettransactiondata.xaml this is used

cheers

@Anil_G

Also, when exactly I have to choose convert to workflow option ?

@Nisha_K21

basically it is used to convert a text xaml to a normal workflow

sometimes to test applications we can build test xamls but actually to test them we woudl do the exact steps as we do on app and for that case we needed not rebuild instead can convert the test cse to workflow xaml and use in processes if needed removing the verify stages

cheers