Hii , as i was exploring the UiPath , i came to a doubt whether i can do a Visual Regression Testing( Like comparing 2 screenshot to check whether they are same or not). Can anyone guide me how we can achieve it. Is there any dependency to do this task easily. Can anyone help !!!
Yes, UiPath supports visual regression testing using image comparison techniques. You can use the “Image Comparison” activity from the UiPath.Testing.Activities package or leverage custom logic with the “Take Screenshot” and “Compare Images” activities. External libraries (e.g., OpenCV via Python or .NET) can also be integrated for advanced comparisons.
Check below link for more,
If you found helpful, feel free to tick as a solution.
Happy Automation
for most of the cases you would find relevant activities ..for this case it is image comparison and you can search docs.uipath.com to get the activity list
cheers