📜 ⬆️ ⬇️

Webinar: Sikuli - simple examples of proper automation (Java)

This is the sixth webinar of the free webinar series on test automation.

Video recording (duration 1 hour and 16 minutes):


Topics and details of the video under the cut
')
Subject Sikuli rose on Habré more than once. In short, this is a tool that allows you to automate testing (and not just testing) “by pictures”. In situations where we cannot reach the control element of the standard tools of the tool you are using - it is Sikuli that may be the rescue straw. Sikuli can find and click on everything that you can take a screenshot from.

And the webinar presenter, Mikhail Polyarush , talks about how to install and start working with the tool. How to associate a tool with Java, Maven and TestNG.

Slides for the webinar can be viewed at the following link: Sikuli Test Automation - How to do it?
Source code examples: polusok / java-sikuli-demo

Timing
00:00 - 02:00Start. Objectives and plan of the webinar
02:00 - 06:30Why do we use Sikuli?
06:30 - 11:30What image recognition tool is present on the market and what is the difference between them?
11:30 - 20:10Sikuli IDE usage example
20:10 - 38:50Create the first Java test with Sikuli
38:50 - 01:05:10We optimize and extend tests using the Maven and TestNG infrastructure
01:05:10 - 01:16:46Questions and answers
Other articles and related videos

Source: https://habr.com/ru/post/164679/


All Articles