How to compare different visual baseline collection for different suite

let’s say there are TS-A, TS-B, and TS-C suites and
Visual testing baseline collection BC-A, BC-B, BC-C

Execpted:
Execution result of TS-A compare to BC-A
Execution result of TS-B compare to BC-B
Execution result of TS-C compare to BC-C

Actual:
Execution result of TS-A compare to BC-A
Execution result of TS-B compare to BC-A
Execution result of TS-C compare to BC-A

Please let us know how to achieve the expected result.

1 Like

Hi there,

Thank you very much for your topic. Please note that it may take a little while before a member of our community or from Katalon team responds to you.

Thanks!

Hi @tayyaba.inamdar,

It is glad to hear from you again after long time. I will ask my team about your issue and back to you soon

Hi @tayyaba.inamdar,

It seems like you have chosen BC-A as the baseline. Please try to follow these:

  • Remove all the baseline images on TestOps
  • Running each test suite individually. E.g.: Run TS A individually the first time to let KS save its checkpoint image to become its baseline image. After that, run TS A for a second time to compare. Continuously do the same with TS B & C (Each with two runs). Notes: Name the Checkpoint by each TS correctly for correct comparison
  • Watch this demo to understand how: https://academy.katalon.com/katalon-demo-and-integration/?video=36485

Hope this can help