SlideShare uma empresa Scribd logo
1 de 20
1
Sikuli
© Sun Technologies Inc.
Table of Contents
• What is Capture/Replay tool
• Issues to solve
• Introducing Sikuli
• Sikuli Script
• The Structure of Test Folder
• Platform Independence
• What we need
• How Sikuli Works
• Using Sikuli IDE
• HTMLTestRunner
• Advantages
• Limitation
© Sun Technologies Inc. 2
What is Capture/Replay tool
• The test developer interacts with an application under test, typically
through the graphical user interface (GUI), while some capture tool
simultaneously generates an automated test script
 Tests are difficult to maintenance as the application changes
• ex. screens will get added,
buttons will get removed,
column names will get modified
3© Sun Technologies Inc.
Issues to solve
• GUIs are difficult to test directly in code
• Need of a reliable consistent regression test execution approach
• Need of easy-to-read test execution results
• Too many repeatable test steps
• No suitable tools for specific applications (e.g. mobile app simulators)
© Sun Technologies Inc. 4
Introducing Sikuli
• Screenshot driven – it is a visual technology to search and automate GUI
using images
 Intuitive open-source visual scripting tool
 Scripts are written in Python
• integrates with jUnit and supports unit testing for GUI
• ability to import entire libs or only a selected subset of methods (reuse code and
images)
5© Sun Technologies Inc.
Sikuli Script
• Sikuli Script is a Jython and Java library that automates GUI
interaction using image patterns to direct keyboard/mouse events
6© Sun Technologies Inc.
The Structure of Test Folder
• Sikuli source/executable script directory (.sikuli)
• Python source file (.py)
• Images files (.png)
• While saving a script using
Sikuli IDE, an HTML file is created
7© Sun Technologies Inc.
System Design
8© Sun Technologies Inc.
Platform Independence
• Works on any GUI can be displayed on Windows/Linux/Mac
• Virtual machines
• Remote desktop
• Mobile simulators: Android, iPhone
• Web: Flash, HTML + Javascript
9© Sun Technologies Inc.
What we need
• Prerequisites for the lecture
• Windows OS
• Sun Java 6 JRE 32-bit version
• Download and install Sikuli
• site: http://www.sikuli.org/download.html
10© Sun Technologies Inc.
11
• Combination of GUI & Traditional coding
• Jython coding that can use images as parameters and variables
• Screen Capture utilized for image selection instead of object IDs
• Can upload image files
How Sikuli Works
© Sun Technologies Inc.
Using Sikuli IDE
12
 Predefined Sikuli Global functions
 IDE Command List – exists, find, findAll, wait, click,
doubleClick, dragDrop, type
 switchApp("App Name")
 keyDown(Key.SHIFT+ "a")
 keyUp(Key.SHIFT+ "a")
 popup("message")
 userText=input("msg", "default")
© Sun Technologies Inc.
Using Sikuli IDE (2)
•Regions – a rectangular area: Region(x, y, w, h)
• Finding Regions:
• windowRegion = App.focusedWindow()
• buttonRegion = find()
• Acting with Regions
• region.highlight, click, type, find, etc..
• Extending Regions
• region.offset(x,y)
•Tuning the Vision Algorithm
© Sun Technologies Inc. 13
Using Sikuli IDE (3)
14
Editor for writing Sikuli
scripts in Python
© Sun Technologies Inc.
Using Sikuli IDE (4)
15
The buttons activate the
screenshot mode
© Sun Technologies Inc.
HTMLTestRunner
• HTMLTestRunner is an extension to the Python standard library's
unittest module
• It generates easy to use HTML test reports
16© Sun Technologies Inc.
Advantages
• Allow programmer to make visual references instead of using names or
keywords
• More intuitive and natural approach
• Useful for specific applications that involve manipulation of GUI
17© Sun Technologies Inc.
Limitation
• Sikuli Script operates only in the visible screen space and thus is not
applicable to invisible GUI elements
• ex. elements hidden underneath other windows, in another tab, or scrolled out of
view
• Dealing with moving, animated objects was hard
18© Sun Technologies Inc.
Useful Resources
• Sikuli Official site:
http://www.sikuli.org/
• Sikuli documentation:
http://doc.sikuli.org/
• Sikuli script help:
http://doc.sikuli.org/sikuli-script-index.html
• HTMLTestRunner page:
http://tungwaiyip.info/software/HTMLTestRunner.html
19© Sun Technologies Inc.
© Sun Technologies Inc. 20

Mais conteúdo relacionado

Mais procurados

Make manual testing to automated by Sikuli bug daybkk2013
Make manual testing to automated by Sikuli bug daybkk2013Make manual testing to automated by Sikuli bug daybkk2013
Make manual testing to automated by Sikuli bug daybkk2013
Tumit Watcharapol
 
Basic android development
Basic android developmentBasic android development
Basic android development
Upanya Singh
 
android-tutorial-for-beginner
android-tutorial-for-beginnerandroid-tutorial-for-beginner
android-tutorial-for-beginner
Ajailal Parackal
 
Android Development
Android DevelopmentAndroid Development
Android Development
Paulo Hecht
 

Mais procurados (20)

Make manual testing to automated by Sikuli bug daybkk2013
Make manual testing to automated by Sikuli bug daybkk2013Make manual testing to automated by Sikuli bug daybkk2013
Make manual testing to automated by Sikuli bug daybkk2013
 
Mateusz Radkiewicz - "Automate user's actions with Selenium, Auto it and Sikuli"
Mateusz Radkiewicz - "Automate user's actions with Selenium, Auto it and Sikuli"Mateusz Radkiewicz - "Automate user's actions with Selenium, Auto it and Sikuli"
Mateusz Radkiewicz - "Automate user's actions with Selenium, Auto it and Sikuli"
 
Intel XDK in Brief
Intel XDK in BriefIntel XDK in Brief
Intel XDK in Brief
 
Multi-OS Engine Technology Overview
Multi-OS Engine Technology OverviewMulti-OS Engine Technology Overview
Multi-OS Engine Technology Overview
 
Android and Intel Inside
Android and Intel InsideAndroid and Intel Inside
Android and Intel Inside
 
Android Programming made easy
Android Programming made easyAndroid Programming made easy
Android Programming made easy
 
Developing Multi-OS Native Mobile Applications with Intel INDE
Developing Multi-OS Native Mobile Applications with Intel INDEDeveloping Multi-OS Native Mobile Applications with Intel INDE
Developing Multi-OS Native Mobile Applications with Intel INDE
 
Software Engineer- A unity 3d Game
Software Engineer- A unity 3d GameSoftware Engineer- A unity 3d Game
Software Engineer- A unity 3d Game
 
Basic android development
Basic android developmentBasic android development
Basic android development
 
android-tutorial-for-beginner
android-tutorial-for-beginnerandroid-tutorial-for-beginner
android-tutorial-for-beginner
 
Android Programming Basics
Android Programming BasicsAndroid Programming Basics
Android Programming Basics
 
Android Workshop PPT
Android Workshop PPTAndroid Workshop PPT
Android Workshop PPT
 
virtual_chess
virtual_chessvirtual_chess
virtual_chess
 
Android Programming
Android ProgrammingAndroid Programming
Android Programming
 
Java Swing vs. Android App
Java Swing vs. Android AppJava Swing vs. Android App
Java Swing vs. Android App
 
Android Development Workshop
Android Development WorkshopAndroid Development Workshop
Android Development Workshop
 
Android Development
Android DevelopmentAndroid Development
Android Development
 
Mobile Web Apps and the Intel® XDK
Mobile Web Apps and the Intel® XDKMobile Web Apps and the Intel® XDK
Mobile Web Apps and the Intel® XDK
 
Android Programming Seminar
Android Programming SeminarAndroid Programming Seminar
Android Programming Seminar
 
Basic iOS Training with SWIFT - Part 1
Basic iOS Training with SWIFT - Part 1Basic iOS Training with SWIFT - Part 1
Basic iOS Training with SWIFT - Part 1
 

Destaque

Aula EBD - Relacionamentos na Igreja
Aula EBD - Relacionamentos na IgrejaAula EBD - Relacionamentos na Igreja
Aula EBD - Relacionamentos na Igreja
Dilsilei Monteiro
 

Destaque (16)

Skillshare - Understanding extractives data
Skillshare - Understanding extractives dataSkillshare - Understanding extractives data
Skillshare - Understanding extractives data
 
QTest
QTest QTest
QTest
 
Análisis de costos y rentabilidad de los proyectos y sus productos relacionados
Análisis de costos y rentabilidad de los proyectos y sus productos relacionadosAnálisis de costos y rentabilidad de los proyectos y sus productos relacionados
Análisis de costos y rentabilidad de los proyectos y sus productos relacionados
 
Software testing
Software testingSoftware testing
Software testing
 
Selenium
SeleniumSelenium
Selenium
 
Extended Finite State Machine - EFSM
Extended Finite State Machine - EFSMExtended Finite State Machine - EFSM
Extended Finite State Machine - EFSM
 
Devops
DevopsDevops
Devops
 
Jira
JiraJira
Jira
 
XPATH
XPATHXPATH
XPATH
 
Jmeter
JmeterJmeter
Jmeter
 
Maven and ANT
Maven and ANTMaven and ANT
Maven and ANT
 
Path Testing
Path TestingPath Testing
Path Testing
 
Semana de Comércio Exterior e Logística - Aplicação de ferramentas de melhori...
Semana de Comércio Exterior e Logística - Aplicação de ferramentas de melhori...Semana de Comércio Exterior e Logística - Aplicação de ferramentas de melhori...
Semana de Comércio Exterior e Logística - Aplicação de ferramentas de melhori...
 
Javascript
JavascriptJavascript
Javascript
 
Aula EBD - Relacionamentos na Igreja
Aula EBD - Relacionamentos na IgrejaAula EBD - Relacionamentos na Igreja
Aula EBD - Relacionamentos na Igreja
 
Automation Testing
Automation TestingAutomation Testing
Automation Testing
 

Semelhante a Sikuli

2012 java one-con3648
2012 java one-con36482012 java one-con3648
2012 java one-con3648
Eing Ong
 
Matteo Gazzurelli - Introduction to Android Development - Have a break edition
Matteo Gazzurelli - Introduction to Android Development - Have a break editionMatteo Gazzurelli - Introduction to Android Development - Have a break edition
Matteo Gazzurelli - Introduction to Android Development - Have a break edition
DuckMa
 
Srikanth_PILLI_CV_latest
Srikanth_PILLI_CV_latestSrikanth_PILLI_CV_latest
Srikanth_PILLI_CV_latest
Srikanth Pilli
 

Semelhante a Sikuli (20)

Prasadraj SIKULI Presentation 1
Prasadraj SIKULI Presentation 1Prasadraj SIKULI Presentation 1
Prasadraj SIKULI Presentation 1
 
Splunk Developer Platform
Splunk Developer PlatformSplunk Developer Platform
Splunk Developer Platform
 
2012 java one-con3648
2012 java one-con36482012 java one-con3648
2012 java one-con3648
 
EclipseCon Fr 2018 - Modeling tools go up to the cloud…
EclipseCon Fr 2018 - Modeling tools go up to the cloud…EclipseCon Fr 2018 - Modeling tools go up to the cloud…
EclipseCon Fr 2018 - Modeling tools go up to the cloud…
 
Getting Started with Coded UI Testing: Building Your First Automated Test
Getting Started with Coded UI Testing: Building Your First Automated TestGetting Started with Coded UI Testing: Building Your First Automated Test
Getting Started with Coded UI Testing: Building Your First Automated Test
 
Getting Started with Visual Studio’s Coded UI Testing: Building Your First Au...
Getting Started with Visual Studio’s Coded UI Testing: Building Your First Au...Getting Started with Visual Studio’s Coded UI Testing: Building Your First Au...
Getting Started with Visual Studio’s Coded UI Testing: Building Your First Au...
 
Matteo Gazzurelli - Introduction to Android Development - Have a break edition
Matteo Gazzurelli - Introduction to Android Development - Have a break editionMatteo Gazzurelli - Introduction to Android Development - Have a break edition
Matteo Gazzurelli - Introduction to Android Development - Have a break edition
 
Srikanth_PILLI_CV_latest
Srikanth_PILLI_CV_latestSrikanth_PILLI_CV_latest
Srikanth_PILLI_CV_latest
 
Compilation Of C/C++ program in Android
Compilation Of C/C++ program in AndroidCompilation Of C/C++ program in Android
Compilation Of C/C++ program in Android
 
Accelerating Development of a Safety-Critical Cobot Welding System with Qt/QM...
Accelerating Development of a Safety-Critical Cobot Welding System with Qt/QM...Accelerating Development of a Safety-Critical Cobot Welding System with Qt/QM...
Accelerating Development of a Safety-Critical Cobot Welding System with Qt/QM...
 
Put the Power of Cloud-based Modeling to Work - Spotlight Session
Put the Power of Cloud-based Modeling to Work - Spotlight SessionPut the Power of Cloud-based Modeling to Work - Spotlight Session
Put the Power of Cloud-based Modeling to Work - Spotlight Session
 
Google IO 2014 overview
Google IO 2014 overviewGoogle IO 2014 overview
Google IO 2014 overview
 
Building a scalable app factory with Appcelerator Platform
Building a scalable app factory with Appcelerator PlatformBuilding a scalable app factory with Appcelerator Platform
Building a scalable app factory with Appcelerator Platform
 
DevOps & SRE at Google Scale
DevOps & SRE at Google ScaleDevOps & SRE at Google Scale
DevOps & SRE at Google Scale
 
Recap of the google io 2017
Recap of the google io 2017Recap of the google io 2017
Recap of the google io 2017
 
Innoslate 101 webinar steve (1) (1)
Innoslate 101 webinar steve (1) (1)Innoslate 101 webinar steve (1) (1)
Innoslate 101 webinar steve (1) (1)
 
Summit 16: NetIDE: Integrating and Orchestrating SDN Controllers
Summit 16: NetIDE: Integrating and Orchestrating SDN ControllersSummit 16: NetIDE: Integrating and Orchestrating SDN Controllers
Summit 16: NetIDE: Integrating and Orchestrating SDN Controllers
 
Dublin Unity User Group Meetup Sept 2015
Dublin Unity User Group Meetup Sept 2015Dublin Unity User Group Meetup Sept 2015
Dublin Unity User Group Meetup Sept 2015
 
Introduction to DL-BUILDER
Introduction to DL-BUILDERIntroduction to DL-BUILDER
Introduction to DL-BUILDER
 
WWDC 15 - Apple's Developer Event @ 8-12 June, 2015
WWDC 15 - Apple's Developer Event @ 8-12 June, 2015WWDC 15 - Apple's Developer Event @ 8-12 June, 2015
WWDC 15 - Apple's Developer Event @ 8-12 June, 2015
 

Mais de Sun Technlogies (9)

Silk Performer Presentation v1
Silk Performer Presentation v1Silk Performer Presentation v1
Silk Performer Presentation v1
 
Selenium
SeleniumSelenium
Selenium
 
Selenium web driver
Selenium web driverSelenium web driver
Selenium web driver
 
HTML, CSS and Java Scripts Basics
HTML, CSS and Java Scripts BasicsHTML, CSS and Java Scripts Basics
HTML, CSS and Java Scripts Basics
 
HyperText Markup Language - HTML
HyperText Markup Language - HTMLHyperText Markup Language - HTML
HyperText Markup Language - HTML
 
Cascading Style Sheets - CSS
Cascading Style Sheets - CSSCascading Style Sheets - CSS
Cascading Style Sheets - CSS
 
Core java
Core javaCore java
Core java
 
Mobile Application Testing
Mobile Application TestingMobile Application Testing
Mobile Application Testing
 
Array and functions
Array and functionsArray and functions
Array and functions
 

Último

AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
VictorSzoltysek
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
mohitmore19
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
shinachiaurasa2
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
masabamasaba
 

Último (20)

AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdf
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
SHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationSHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions Presentation
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 

Sikuli

  • 2. Table of Contents • What is Capture/Replay tool • Issues to solve • Introducing Sikuli • Sikuli Script • The Structure of Test Folder • Platform Independence • What we need • How Sikuli Works • Using Sikuli IDE • HTMLTestRunner • Advantages • Limitation © Sun Technologies Inc. 2
  • 3. What is Capture/Replay tool • The test developer interacts with an application under test, typically through the graphical user interface (GUI), while some capture tool simultaneously generates an automated test script  Tests are difficult to maintenance as the application changes • ex. screens will get added, buttons will get removed, column names will get modified 3© Sun Technologies Inc.
  • 4. Issues to solve • GUIs are difficult to test directly in code • Need of a reliable consistent regression test execution approach • Need of easy-to-read test execution results • Too many repeatable test steps • No suitable tools for specific applications (e.g. mobile app simulators) © Sun Technologies Inc. 4
  • 5. Introducing Sikuli • Screenshot driven – it is a visual technology to search and automate GUI using images  Intuitive open-source visual scripting tool  Scripts are written in Python • integrates with jUnit and supports unit testing for GUI • ability to import entire libs or only a selected subset of methods (reuse code and images) 5© Sun Technologies Inc.
  • 6. Sikuli Script • Sikuli Script is a Jython and Java library that automates GUI interaction using image patterns to direct keyboard/mouse events 6© Sun Technologies Inc.
  • 7. The Structure of Test Folder • Sikuli source/executable script directory (.sikuli) • Python source file (.py) • Images files (.png) • While saving a script using Sikuli IDE, an HTML file is created 7© Sun Technologies Inc.
  • 8. System Design 8© Sun Technologies Inc.
  • 9. Platform Independence • Works on any GUI can be displayed on Windows/Linux/Mac • Virtual machines • Remote desktop • Mobile simulators: Android, iPhone • Web: Flash, HTML + Javascript 9© Sun Technologies Inc.
  • 10. What we need • Prerequisites for the lecture • Windows OS • Sun Java 6 JRE 32-bit version • Download and install Sikuli • site: http://www.sikuli.org/download.html 10© Sun Technologies Inc.
  • 11. 11 • Combination of GUI & Traditional coding • Jython coding that can use images as parameters and variables • Screen Capture utilized for image selection instead of object IDs • Can upload image files How Sikuli Works © Sun Technologies Inc.
  • 12. Using Sikuli IDE 12  Predefined Sikuli Global functions  IDE Command List – exists, find, findAll, wait, click, doubleClick, dragDrop, type  switchApp("App Name")  keyDown(Key.SHIFT+ "a")  keyUp(Key.SHIFT+ "a")  popup("message")  userText=input("msg", "default") © Sun Technologies Inc.
  • 13. Using Sikuli IDE (2) •Regions – a rectangular area: Region(x, y, w, h) • Finding Regions: • windowRegion = App.focusedWindow() • buttonRegion = find() • Acting with Regions • region.highlight, click, type, find, etc.. • Extending Regions • region.offset(x,y) •Tuning the Vision Algorithm © Sun Technologies Inc. 13
  • 14. Using Sikuli IDE (3) 14 Editor for writing Sikuli scripts in Python © Sun Technologies Inc.
  • 15. Using Sikuli IDE (4) 15 The buttons activate the screenshot mode © Sun Technologies Inc.
  • 16. HTMLTestRunner • HTMLTestRunner is an extension to the Python standard library's unittest module • It generates easy to use HTML test reports 16© Sun Technologies Inc.
  • 17. Advantages • Allow programmer to make visual references instead of using names or keywords • More intuitive and natural approach • Useful for specific applications that involve manipulation of GUI 17© Sun Technologies Inc.
  • 18. Limitation • Sikuli Script operates only in the visible screen space and thus is not applicable to invisible GUI elements • ex. elements hidden underneath other windows, in another tab, or scrolled out of view • Dealing with moving, animated objects was hard 18© Sun Technologies Inc.
  • 19. Useful Resources • Sikuli Official site: http://www.sikuli.org/ • Sikuli documentation: http://doc.sikuli.org/ • Sikuli script help: http://doc.sikuli.org/sikuli-script-index.html • HTMLTestRunner page: http://tungwaiyip.info/software/HTMLTestRunner.html 19© Sun Technologies Inc.

Notas do Editor

  1. http://www.sikuli.org/download.html
  2. http://www.sikuli.org/download.html