Forum Discussion
What do you mean by "visual testing bugs"? Can you be more specific as to what you're trying to do, like give an example?
- tristaanogre7 years agoEsteemed Contributor
You're talking about Region checkpoints or image comparisons. That's how I would go about doing it.
https://support.smartbear.com/testcomplete/docs/testing-with/checkpoints/regions/about.html- Vallalarasu_P7 years agoFrequent Contributor
How can we use Visualizer or NameMapping stored images to compare if there is any changes on the go, Instead of regions/stores ?
- AlexKaras7 years agoCommunity Hero
Hi,
> How can we use Visualizer or NameMapping stored images to compare
No way. Those images are provided for your convenience only and cannot be used from within your test code.
You have two options:
a) Use Stores/screenshots comparison as suggested by Robert; or
b) Use some third-party service (like Applitools, for example).