ckim
11 years agoOccasional Contributor
Scripting without Aliases
Hey All, I'm currently testing an application where I can record scripts and the name mapping will work. However, when I quit the application and try to rerun the scripts I recorded, most of th...
- 5 years ago
Hi swapnils,
I see that you asked this question in the TestComplete community also. As far as I understand, your initial task is to compare HL7 messages. I'm not sure of any of SmartBear tools allow doing it out of the box. However, all of them provide rich scripting features that you can use. In ReadyAPI, you can treat HL7 message as a file and write a groovy script to compare the inbound and outbound files. You can prepare a similar script in TestComplete as well.
I suppose you will need to work with regular expressions.
If this isn't what you are looking for, could you please describe your task in detail?