'Looking for Test Automation Tool
I am looking for an end to end test automation tool. End to End meaning, I have to treat my application as a black box and can only access defined interfaces. I am not talking about unit tests which can directly access the code. Until now these tests have been done by hand, which has become a bit tedious.
My tests are generally:
- Send some data to the product (PACS/DICOM protocol, if that makes any difference).
- Wait until I receive results. This is asynchronous.
- Compare the results to the expected result. I do not fetch the results, the application sends back as soon as results are available.
One Issue I have to tackle: The data I get back are PDF Reports. (Or error states of various kind, which are easier to tackle.) I need to compare the content of the PDFs. Direct binary comparision is sadly not possible due to dates, checksums, etc. inside the PDFs.
Any ideas or tools that could help me at least partially with this? I have seen a lot of products for web interface testing. But that is not exactly what I need.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
