Hi forum,
Can anyone tell me the use of tests folder xaml’s in RE-Famework template.
Thanks in advance
Hi forum,
Can anyone tell me the use of tests folder xaml’s in RE-Famework template.
Thanks in advance
Those are the testing framework xaml
detailed explanation is here
in ref if you open the documentation you would find it
cheers
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
@Anil_G , @ashokkarale Thanks for replying
What is the use of getTransactionDataTestCase.xaml?
It runs the initapp and gettransactiondata to get data while testing
basically to test gettransactiondata.xaml this is used
cheers
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