Hi There,
In my current project we have to do file based testing ie., we have to verify the output file based on the input file ( transactions placed in the input file ). Is it possible to automate file based testing usinf Katalon? Thanks
1 Like
Ramya,
I think there are 2 options available in Katalon Studio that you could use.
- Use Checkpoints with description at https://docs.katalon.com/display/KD/Manage+Checkpoint
- Use Script mode to load input file, perform transaction and verify the out-put file using groovy/java language.