Visual Comparison Test of pdf & excel reports?

I suppose that your test would do 3 steps:

  1. visit your target website, find links to PDF and Excel files
  2. download PDF and Excel files into local disk, rather than opening them in browser
  3. do whatever verification over the downloaded PDF/Excel files

You can implement the step1 using WebUI.* keywords. Also you can implement the step2 using WS.* keywords. You can mix WebUI.* and WS.* keyword together in a test case in Katalon Studio. The following discussion might help you:

The step3 is something new. Enjoy development!

1 Like