У нас вы можете посмотреть бесплатно How to Compare Two Images in Selenium Automation | Pradeep Nailwal или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса savevideohd.ru
package com.org.selenium; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import javax.imageio.ImageIO; import ru.yandex.qatools.ashot.comparison.ImageDiff; import ru.yandex.qatools.ashot.comparison.ImageDiffer; public class ImageComparisionAutomation { public static void main(String[] args) throws IOException, InterruptedException { String expectedImagePath = "D:\\AutomationTestImages\\Expected_Image.png"; String actualImagePath = "D:\\AutomationTestImages\\Downloaded_Image.png"; File expectedImageFile = new File(expectedImagePath); File actualImageFile = new File(actualImagePath); BufferedImage expectedImage = ImageIO.read(expectedImageFile); BufferedImage actualImage = ImageIO.read(actualImageFile); ImageDiffer imgDiff = new ImageDiffer(); ImageDiff diff = imgDiff.makeDiff(expectedImage, actualImage); if (diff.hasDiff()) { System.out.println("Images are NOT same"); } else { System.out.println("Images are same"); } } } ------------------------------------------------------------------------------------------------------------------------------------------------------------------ #java#restassured #soapui #postman #extentreport #selenium #jmeter #api #testing #training #refermegroup #jenkins #maven #github #apitesting #cicd #agiletesting #cucumber #sonar #robotframework #Error #Defect #Bug #Failure #api #webdesigner #webdriver #web #java #html #html5 #performance #manualtesting #junit #mutable #immutable #singleton #casting #synchronization #jmeter Refer my channel for Manual Testing concepts also like #Error, #Defect, #Bug and #Failure easily in Hindi