Skip to main content

Home/ HealthcareMetadata/ Group items tagged sikuli

Rss Feed Group items tagged

Malcolm McRoberts

Using Sikuli to test legacy Flash | Technical Testing - Hints, walkthroughs and how-to'... - 0 views

  • With loads of legacy Flash/Flex code where test automation support is limited or in most cases even non-existing there is only so much that can be done in forms of automation.
  • In short, unless you want to read it from Project Sikuli. Sikuli can match a predefined image to a section of the screen that is VERY similar to predefined image, ‘best fit’. So for example if you take a small screenshot of an object in you Flash implementation and save it as an image Sikuli can then be used to interact with this object, clicking on it, dragging it, checking if it can find it on the page asf..
Malcolm McRoberts

Sikuli Script - Home - 0 views

  • Why Sikuli? Sikuli automates anything you see on the screen. It uses image recognition to identify and control GUI components. It is useful when there is no easy access to a GUI's internal or source code.
  • Why Sikuli? Sikuli automates anything you see on the screen. It uses image recognition to identify and control GUI components. It is useful when there is no easy access to a GUI's internal or source code.
Malcolm McRoberts

JavaIntegration - robotframework - Describes various ways to use Robot Framework from a... - 0 views

  • java -Xbootclasspath/a:lib/swinglibrary-0.14.jar:lib/registration-0.1.jar -jar  robotframework-2.5.3.jar  example.html
  • It is also possible to insert additional jar files to class path using the Xbootclasspath option. In this case, robotframework.jar does not need to be in class path. Here's the above example using Xbootclasspath:
1 - 5 of 5
Showing 20 items per page