I’ve been using Katalon Visual Testing on a small scale, partly to see if it fits our requirements before expanding its usage and potentially upgrading to Visual Testing Professional.
I have 2 Katalon projects - ‘WEB’ and ‘MOBILE’ - and I have a visual testing test suites/collection in each project - let’s call them WEB-TS-1 and MOB-TS-1 respectively. Let’s say there are 10 checkpoints in WEB-TS-1 and 4 checkpoints in MOB-TS-1.
When I execute WEB-TS-1 for the first time, then review Visual Test Runs, I have to go through each checkpoint in TestOps for #1 and ‘Mark as Passed’ for all checkpoints (‘New’ images) and then ‘Save to baseline’, so I now have 10 images in my baseline collection (system-generated - I’m executing these via Runtime application). All good so far.
However, when I execute MOB-TS-1 for the first time, when I review the Visual Test Run (#2), I have 14 items to review - 4 ‘new’ images and 10 ‘missing’).
This obviously causes a ‘conflict’ going forwards whatever I do - it seems that unless all checkpoints are executed on every execution of any visual test, then this will happen.
I thought that I may need to use separate Visual Baseline Collections, but this option seems only to be available if I schedule test runs in TestOps and/or (I’m not quite sure) subscribe to Visual Testing Professional?
Is there any way to configure visual testing so that I can execute multiple, separate visual tests, without the checkpoints conflicting with each other please?