Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sikuliplugin [2017/10/29 17:50]
admin [SikuliUIA Plugin]
— (current)
Line 1: Line 1:
-=====SikuliUIA Plugin ===== 
- 
-//Sikuli Plugin// provides a set of [[http://testoptimal.com/javaDoc/reference/com/webmbt/plugin/SikuliPlugin.html| mscript functions]] for interacting with any type of //UI Applications//. Due to the nature of using image to identify the UI control, the performance will be a little bit slower. 
- 
-[[http://testoptimal.com/javaDoc/reference/com/webmbt/plugin/SikuliPlugin.html| MScript Functions]]  
- 
-This plugin is currently in beta. 
- 
----- 
-==== Enable Sikuli Plugin ==== 
- 
-To use //Sikuli// plugin, open the [[ModelNode|model properties]], locate //Sikuli// plugin and check the checkbox next to the plugin. 
- 
-//Sikuli// plugin can be used with other plugins together to build a comprehensive test automation suite to test multiple applications of different types simultaneously.  It is commonly used to complement [[WinUIAPlugin | WinUIA]] and [[Selenium Plugin | Selenium]] plugins to accomplish automation on hard to identify UI elements. 
- 
- 
----- 
-==== UI Images ===== 
- 
-//Sikuli// uses images to identify UI controls.  The images must be //png// 
- 
-Image files must be stored in ///uimap/// subfolder within the model folder. 
- 
-Use [[ui_map | UI Map Tab]] to generate images for the UI controls. 
- 
-