SlideShare uma empresa Scribd logo
1 de 34
Baixar para ler offline
Automation Open Source
         Tools




                   QA Talks #3
Selenium

- is a suit of tools for web browser
  automation and it is composed of:

- Selenium IDE
- Selenium 1.0(RC)
- Selenium 2.0(Webdriver)
- Selenium Grid
Supported by
  Selenium
Selenium IDE Example
Selenium IDE Limitation
- for Firefox only
- do not support:
   - loops, exception handling
   - conditional statement
   - re-execution of failed test
   - video recording
   - reporting functionality
   - flash
Watir
- is a Ruby libraries for automating web browsers. It allows
you to write easy to read and maintain tests.
Ruby script example
Watir Example
Pros&Cons
                Pros                              Cons
Selenium:                         Selenium:
- cross browser, OS               - doesn't work directly with Flash
- programming languages           - IDE for Firfox only
- native IDE                      - updates
- record and play functionality
- webdriver                       Watir:
                                  - doesn't work directly with Flash
Watir:                            - IE only by default (but there is
- easy to understand              watir-webdriver)
- rich API                        - ruby (if you don't learn before)
- Watir(Ruby), Watij(Java),
WatiN(.NET)
- cross browser, OS
- webdriver
FlexMonkey
- is a free tool for used for
testing Flex and Air based
applications




 - Record and Playback
 - Verifying that ER match AR
 - Generating ready-to-run FlexUnit scripts
Meet the Monkeys!


                            FoneMonkey for
 FlexMonkey for testing     Android
Flex and AIR applications




        Selenium IDE            FoneMonkey for
        Plugin                  iOS
FlexMonkey Example
Turnkeylinux
    45+ ready-to-use free open source solutions


●   Specials (LAMP, SVN, Torrent, Domain
    Controller, Jabber)
●   Content management (Joomla, Drupal,
    WordPress)
●   Web development (Ruby, Symphony)
●   Issue tracking (Redmine,Bugzilla)
●   Messaging (Jabber, Mail)
●   Database (MySQL, PostgreSQL)
Save your time!




and much more...
TestLink
- is open source web-based test management tool
Redmine
- is a project management & issue tracking tool
Summary

- easy to setup and understand
- easily integrates with other tools (e.g.
  Teslink+RedmineTestLink+Bugzilla)
- containes almost all required features
- crossplatform
- plugins
- compare all available tools
Useful links
http://www.w3.org/QA/Tools/ W3C validator tools
http://www.bugzilla.org/ Bug-tracking system
http://seleniumhq.org/ Selenium web automation
http://code.google.com/p/aost/ Tellurium
http://www.teamst.org/ test management tool
http://watir.com/ Watir web automation
http://watirwebdriver.com watir-webdriver
http://www.gorillalogic.com WebMonkey Flex Automation test tool
http://cacique.mercadolibre.com Web automation test tool
http://www.turnkeylinux.org/all linux based ready-to-use solutions
http://bitnami.org/stacks linux based ready-to-use solutions
http://www.redmine.org project&issue management tool
http://www.opensourcetesting.org/ Open Source Tools
http://qtpselenium.com Selenium training
Automation Open Source Tools
      for Windows OS
How to choose the best
 software test automation tool?
- What are you trying to accomplish with the
  automation tool?
- Define goals of automation
- Is there repeated work in the project?
- Time taken for My current Manual project
  testing
- Error rate by Manual testing
- Return on Investment
Main characteristics
- OS compatibility
- Scripting languages
- Documentation
- Capture driven
- Keyword driven
- Code driven
- Object tree
- Control Finder tool
Main characteristics
- Record and Playback
- Video recording
- Test suites
- Portability
- Run from Console
- Continuous Integration systems
- Performance monitoring
- Reporting/Logging
Check-list
- Define the main goals for automation
- Define the main features which you need
- Define the required team's skills
- Choose several suitable tools
- Create prototype using each tool
- Create comparison chart with
  characterictics
- Choose more suitable tool for your project
QAliber Test Builder
- Framework for creating tests with no coding skills
- Simply drag and drop Test Cases from repository
- Use loops, conditions and parameters to create
robust scenarios.
- Run automated tasks such as handling windows
and dialogs, I/O, registry, devices and more.
- Log with screenshots, movies, performance
graphs.
- Supported by an open source community
Qaliber plug-in for Visual Studio
QAliber Test Developer is Visual Studio plug-in:
- Write C#/.net code, use the .NET framework capabilities.
- Create test cases as an integral part of your development solution.
- Create GUI / API level test quick!
- Record / Play GUI automation.
- Support .NET forms / WPF / WEB GUI testing.
- Run on all windows platforms with .NET framework 3.0
- An ever growing Open source Common tools repository.
AutoIt
AutoIt v3 is a freeware BASIC-like scripting language designed for
  automating the Windows GUI and general scripting.
- Easy to learn BASIC-like syntax
- Manipulate windows and processes, interact with all standard
  windows controls
- Scripts can be compiled into standalone executables
- COM support, regular expressions, directly call external DLL and
  Windows API functions
- Scriptable RunAs functions
- Detailed helpfile and large community-based support forums
White
Framework for automating rich client applications based
 on Win32, WinForms, WPF, Silverlight and SWT (Java)
 platforms:

- It is .NET based
- Provides a consistent object-oriented API
- Hiding the complexity of Microsoft's UIAutomation library
Sikuli
Visual technology to automate and test graphical user interfaces
   (GUI) using images (screenshots).
- Includes Sikuli Script, a visual scripting API for Jython
- Includes Sikuli IDE, an integrated development environment
   for writing visual scripts with screenshots easily.
- Automates anything you see on the screen without internal
   API's support.
- You can programmatically control a web page, a
   Windows/Linux/Mac OS X desktop application,
- Support iphone or android application running in a simulator or
   via VNC.
Comparison chart
                      AutoIT              QAliber              White              Sikuli

OS compatibility      Windows 2000/       HTML (IE),           Win32, WinForms,   Windows
                      XP/ 2003/ Vista /   WinForms, WPF,       WPF, Silverlight   Linux
                      2008/ Windows 7/    Silverlight, Java,   and SWT (Java)     MacOS
                      2008 R2             MFC                  platforms.

Scripting languages   Basic-like scripting VB.net/C#           .NET               Jyton/Python
                      language

Documentation         Help, Manuals,      Help, Manuals,       Community on       Help, Video
                      Video examples      Video Tutorials      codeplex.com       examples

Capture driven        Code-driven         Keyword-driven       Code-driven        Capture-driven
Keyword driven                            Code-driven
Code driven

Object tree           No                  Yes                  Yes                No


Control Finder tool   Yes                 Yes                  Yes (UIspy)        No
Comparison chart
Record and          Yes   Yes   Yes (record   No
Playback                        classes)

Video recording     No    Yes   No            No


Test suites         Yes   Yes   Yes           No


Portability         Yes   Yes   Yes           No


Run from Console    Yes   No    Yes           No


Continuous          Yes   No    Yes           No
Integration
systems

Performance         No    Yes   No            No
monitoring

Reporting/Logging   Yes   Yes   Yes           No
Useful Links
http://qaliber.net/ Qaliber Test Builder, plug-in for MS VS
http://www.autoitscript.com/site/autoit/ AutoIt
http://white.codeplex.com/ White
http://sikuli.org/ Sikuli
http://www.opensourcetesting.org/ Open Source Tools
http://software-testing.ru/ Software-testing forum
http://www.testingexperience.com/ QA Magazines
Contacts:


email: info@qaclubkiev.com

Oleksandr Maidaniuk
Andrii Matukhno


  alexander.maydanyuk

  andrej_2704


                         Kiev 2011
Обсуждение лучших инструментов
и практик, применимых в сфере
тестирования и обеспечения
качества.


        http://qaclubkiev.com/

Mais conteúdo relacionado

Mais procurados

Automation Testing on Selenium by Quontra Solutions
Automation Testing on Selenium by Quontra SolutionsAutomation Testing on Selenium by Quontra Solutions
Automation Testing on Selenium by Quontra Solutions
QUONTRASOLUTIONS
 

Mais procurados (20)

Apache Cordova In Action
Apache Cordova In ActionApache Cordova In Action
Apache Cordova In Action
 
Case study: QTP to Selenium migration
Case study: QTP to Selenium migrationCase study: QTP to Selenium migration
Case study: QTP to Selenium migration
 
Testing on Android
Testing on AndroidTesting on Android
Testing on Android
 
[ApacheCon 2016] Advanced Apache Cordova
[ApacheCon 2016] Advanced Apache Cordova[ApacheCon 2016] Advanced Apache Cordova
[ApacheCon 2016] Advanced Apache Cordova
 
Appium & Jenkins
Appium & JenkinsAppium & Jenkins
Appium & Jenkins
 
Selenium- A Software Testing Tool
Selenium- A Software Testing ToolSelenium- A Software Testing Tool
Selenium- A Software Testing Tool
 
Functional Tests Automation with Robot Framework
Functional Tests Automation with Robot FrameworkFunctional Tests Automation with Robot Framework
Functional Tests Automation with Robot Framework
 
Selenium Webdriver Interview Questions
Selenium Webdriver Interview QuestionsSelenium Webdriver Interview Questions
Selenium Webdriver Interview Questions
 
Colorful world-of-visual-automation-testing-latest
Colorful world-of-visual-automation-testing-latestColorful world-of-visual-automation-testing-latest
Colorful world-of-visual-automation-testing-latest
 
Automation Testing on Selenium by Quontra Solutions
Automation Testing on Selenium by Quontra SolutionsAutomation Testing on Selenium by Quontra Solutions
Automation Testing on Selenium by Quontra Solutions
 
Rft courseware
Rft coursewareRft courseware
Rft courseware
 
Automation using ibm rft
Automation using ibm rftAutomation using ibm rft
Automation using ibm rft
 
Efficient mobile automation
Efficient mobile automationEfficient mobile automation
Efficient mobile automation
 
Android testing
Android testingAndroid testing
Android testing
 
Android Automation Using Robotium
Android Automation Using RobotiumAndroid Automation Using Robotium
Android Automation Using Robotium
 
Test automation design patterns
Test automation design patternsTest automation design patterns
Test automation design patterns
 
Test Automation and Keyword-driven testing af Brian Nielsen, CISS/AAU
Test Automation and Keyword-driven testing af Brian Nielsen, CISS/AAUTest Automation and Keyword-driven testing af Brian Nielsen, CISS/AAU
Test Automation and Keyword-driven testing af Brian Nielsen, CISS/AAU
 
Best Practices in Mobile Game Testing
Best Practices in Mobile Game TestingBest Practices in Mobile Game Testing
Best Practices in Mobile Game Testing
 
Software Automation Testing Introduction
Software Automation Testing IntroductionSoftware Automation Testing Introduction
Software Automation Testing Introduction
 
Selenium vs QTP/ UFT | Edureka
Selenium vs QTP/ UFT | EdurekaSelenium vs QTP/ UFT | Edureka
Selenium vs QTP/ UFT | Edureka
 

Destaque

Automation testing IBM RFT - Rational Functional Tester
Automation testing IBM RFT - Rational Functional TesterAutomation testing IBM RFT - Rational Functional Tester
Automation testing IBM RFT - Rational Functional Tester
VijayChowthri Nagaprakasham
 
Automation testing strategy, approach & planning
Automation testing  strategy, approach & planningAutomation testing  strategy, approach & planning
Automation testing strategy, approach & planning
SivaprasanthRentala1975
 
Rational Functional Tester
Rational Functional TesterRational Functional Tester
Rational Functional Tester
Ravi Anand
 
Accelerated test case - Anish bhanu
Accelerated test case - Anish bhanuAccelerated test case - Anish bhanu
Accelerated test case - Anish bhanu
Roopa Nadkarni
 
RFT Simplified Scripting- Shinoj Z
RFT Simplified Scripting- Shinoj ZRFT Simplified Scripting- Shinoj Z
RFT Simplified Scripting- Shinoj Z
Roopa Nadkarni
 

Destaque (20)

Automation testing IBM RFT - Rational Functional Tester
Automation testing IBM RFT - Rational Functional TesterAutomation testing IBM RFT - Rational Functional Tester
Automation testing IBM RFT - Rational Functional Tester
 
Lets Auto It
Lets Auto ItLets Auto It
Lets Auto It
 
Automated Web Testing and Open Source Tools
Automated Web Testing and Open Source ToolsAutomated Web Testing and Open Source Tools
Automated Web Testing and Open Source Tools
 
RFT - Ashish Mathur
RFT - Ashish MathurRFT - Ashish Mathur
RFT - Ashish Mathur
 
Rpt ppt for training
Rpt ppt for trainingRpt ppt for training
Rpt ppt for training
 
Automation testing strategy, approach & planning
Automation testing  strategy, approach & planningAutomation testing  strategy, approach & planning
Automation testing strategy, approach & planning
 
Rational Functional Tester
Rational Functional TesterRational Functional Tester
Rational Functional Tester
 
Automated Testing with Selenium and Bamboo - Atlassian Summit 2010 - Lightnin...
Automated Testing with Selenium and Bamboo - Atlassian Summit 2010 - Lightnin...Automated Testing with Selenium and Bamboo - Atlassian Summit 2010 - Lightnin...
Automated Testing with Selenium and Bamboo - Atlassian Summit 2010 - Lightnin...
 
Streamline RJS Document Management with AutoMate
Streamline RJS Document Management with AutoMateStreamline RJS Document Management with AutoMate
Streamline RJS Document Management with AutoMate
 
Why use hosted ip pbx
Why use hosted ip pbxWhy use hosted ip pbx
Why use hosted ip pbx
 
Mozilla Science Lab 101
Mozilla Science Lab 101Mozilla Science Lab 101
Mozilla Science Lab 101
 
Anyone can build a MOOC! But should they?
Anyone can build a MOOC! But should they?Anyone can build a MOOC! But should they?
Anyone can build a MOOC! But should they?
 
Decreasing false positives in automated testing
Decreasing false positives in automated testingDecreasing false positives in automated testing
Decreasing false positives in automated testing
 
Obtaining, Scrubbing, and Exploring Data at the Command Line by Jeroen Janssens
Obtaining, Scrubbing, and Exploring Data at the Command Line by Jeroen Janssens	Obtaining, Scrubbing, and Exploring Data at the Command Line by Jeroen Janssens
Obtaining, Scrubbing, and Exploring Data at the Command Line by Jeroen Janssens
 
Sikuli Slides
Sikuli SlidesSikuli Slides
Sikuli Slides
 
Data twisting
Data twistingData twisting
Data twisting
 
Accelerated test case - Anish bhanu
Accelerated test case - Anish bhanuAccelerated test case - Anish bhanu
Accelerated test case - Anish bhanu
 
Dilip_K_Sharma_CV
Dilip_K_Sharma_CVDilip_K_Sharma_CV
Dilip_K_Sharma_CV
 
RFT Simplified Scripting- Shinoj Z
RFT Simplified Scripting- Shinoj ZRFT Simplified Scripting- Shinoj Z
RFT Simplified Scripting- Shinoj Z
 
Entrevista
Entrevista Entrevista
Entrevista
 

Semelhante a Automation Open Source tools

automation framework
automation frameworkautomation framework
automation framework
ANSHU GOYAL
 

Semelhante a Automation Open Source tools (20)

Microsoft power point automation-opensourcetestingtools_matrix-1
Microsoft power point   automation-opensourcetestingtools_matrix-1Microsoft power point   automation-opensourcetestingtools_matrix-1
Microsoft power point automation-opensourcetestingtools_matrix-1
 
Microsoft power point automation-opensourcetestingtools_matrix-1
Microsoft power point   automation-opensourcetestingtools_matrix-1Microsoft power point   automation-opensourcetestingtools_matrix-1
Microsoft power point automation-opensourcetestingtools_matrix-1
 
Intro Of Selenium
Intro Of SeleniumIntro Of Selenium
Intro Of Selenium
 
Test automationslides
Test automationslidesTest automationslides
Test automationslides
 
automation framework
automation frameworkautomation framework
automation framework
 
Automatic system tests of web applications
Automatic system tests of web applicationsAutomatic system tests of web applications
Automatic system tests of web applications
 
Web Test Automation Framework - IndicThreads Conference
Web Test Automation Framework  - IndicThreads ConferenceWeb Test Automation Framework  - IndicThreads Conference
Web Test Automation Framework - IndicThreads Conference
 
QSpiders - Automation using Selenium
QSpiders - Automation using SeleniumQSpiders - Automation using Selenium
QSpiders - Automation using Selenium
 
Eclipse vs Netbean vs Railo
Eclipse vs Netbean vs RailoEclipse vs Netbean vs Railo
Eclipse vs Netbean vs Railo
 
Windows Phone and Windows 8 application development
Windows Phone and Windows 8 application developmentWindows Phone and Windows 8 application development
Windows Phone and Windows 8 application development
 
Антон Семенченко | (EPAM Systems, DPI.Solutions )Сравнительный анализ инстру...
Антон Семенченко | (EPAM Systems, DPI.Solutions )Сравнительный анализ инстру...Антон Семенченко | (EPAM Systems, DPI.Solutions )Сравнительный анализ инстру...
Антон Семенченко | (EPAM Systems, DPI.Solutions )Сравнительный анализ инстру...
 
Modern e2e-testing-for-complex-web-applications-with-cypressio
Modern e2e-testing-for-complex-web-applications-with-cypressioModern e2e-testing-for-complex-web-applications-with-cypressio
Modern e2e-testing-for-complex-web-applications-with-cypressio
 
Learn Selenium - Online Guide
Learn Selenium - Online GuideLearn Selenium - Online Guide
Learn Selenium - Online Guide
 
Selenium2 and Jenkins: Almost pain-free UI Testing
Selenium2 and Jenkins: Almost pain-free UI TestingSelenium2 and Jenkins: Almost pain-free UI Testing
Selenium2 and Jenkins: Almost pain-free UI Testing
 
Demystifying Selenium framework
Demystifying Selenium frameworkDemystifying Selenium framework
Demystifying Selenium framework
 
JavaScript Unit Testing
JavaScript Unit TestingJavaScript Unit Testing
JavaScript Unit Testing
 
Flutter vs Java Graphical User Interface Frameworks - text
Flutter vs Java Graphical User Interface Frameworks - textFlutter vs Java Graphical User Interface Frameworks - text
Flutter vs Java Graphical User Interface Frameworks - text
 
Solving the Automation Puzzle - how to select the right automation framework ...
Solving the Automation Puzzle - how to select the right automation framework ...Solving the Automation Puzzle - how to select the right automation framework ...
Solving the Automation Puzzle - how to select the right automation framework ...
 
ElasTest presentation in Panel Sistemas company (Madrid December 2017)
ElasTest presentation in Panel Sistemas company (Madrid December 2017)ElasTest presentation in Panel Sistemas company (Madrid December 2017)
ElasTest presentation in Panel Sistemas company (Madrid December 2017)
 
New Generation Record/Playback Tools for AJAX Testing
New Generation Record/Playback Tools for AJAX TestingNew Generation Record/Playback Tools for AJAX Testing
New Generation Record/Playback Tools for AJAX Testing
 

Mais de QA Club Kiev

Agile performance testing
Agile performance testingAgile performance testing
Agile performance testing
QA Club Kiev
 
QAClubKiev Performance-Structure
QAClubKiev Performance-StructureQAClubKiev Performance-Structure
QAClubKiev Performance-Structure
QA Club Kiev
 
QA Club Kiev #13 Performance Testing - introduction
QA Club Kiev #13  Performance Testing - introductionQA Club Kiev #13  Performance Testing - introduction
QA Club Kiev #13 Performance Testing - introduction
QA Club Kiev
 
Qa club kiev #12 istqb сertification
Qa club kiev #12  istqb сertification Qa club kiev #12  istqb сertification
Qa club kiev #12 istqb сertification
QA Club Kiev
 
ISTQB Certification
ISTQB CertificationISTQB Certification
ISTQB Certification
QA Club Kiev
 
Test management in scrum
Test management in scrumTest management in scrum
Test management in scrum
QA Club Kiev
 
Qa club kiev #11 test documentation - introduction
Qa club kiev #11  test documentation - introductionQa club kiev #11  test documentation - introduction
Qa club kiev #11 test documentation - introduction
QA Club Kiev
 
Agile testing - introduction
Agile testing - introductionAgile testing - introduction
Agile testing - introduction
QA Club Kiev
 

Mais de QA Club Kiev (20)

QA Club Kiev #20. Mobile Testing. Tips & Tricks
QA Club Kiev #20. Mobile Testing. Tips & TricksQA Club Kiev #20. Mobile Testing. Tips & Tricks
QA Club Kiev #20. Mobile Testing. Tips & Tricks
 
QA Club Kiev #20. Making life easier with Docker
QA Club Kiev #20. Making life easier with DockerQA Club Kiev #20. Making life easier with Docker
QA Club Kiev #20. Making life easier with Docker
 
QA Club Kiev #19 - ISTQB to be or not to be
QA Club Kiev #19 - ISTQB to be or not to beQA Club Kiev #19 - ISTQB to be or not to be
QA Club Kiev #19 - ISTQB to be or not to be
 
QA Club Kiev #18 - Test Management in Google Sheets
QA Club Kiev #18 - Test Management in Google SheetsQA Club Kiev #18 - Test Management in Google Sheets
QA Club Kiev #18 - Test Management in Google Sheets
 
QA Club Kiev 18 - Test Management and Approaches
QA Club Kiev 18 - Test Management and ApproachesQA Club Kiev 18 - Test Management and Approaches
QA Club Kiev 18 - Test Management and Approaches
 
Performance Testing
Performance TestingPerformance Testing
Performance Testing
 
Whay QA- engineers should know how to code
Whay QA- engineers should know how to codeWhay QA- engineers should know how to code
Whay QA- engineers should know how to code
 
Mobile Testing. What to do?
Mobile Testing. What to do?Mobile Testing. What to do?
Mobile Testing. What to do?
 
Мифы Автоматизации
Мифы АвтоматизацииМифы Автоматизации
Мифы Автоматизации
 
QA Club Kiev #17 Measuring quality by Volodymyr Prymakov
QA Club Kiev #17 Measuring quality by Volodymyr PrymakovQA Club Kiev #17 Measuring quality by Volodymyr Prymakov
QA Club Kiev #17 Measuring quality by Volodymyr Prymakov
 
QA Club Kiev #17 QA Challenge by Oleksandr Maidaniuk
QA Club Kiev #17 QA Challenge by Oleksandr MaidaniukQA Club Kiev #17 QA Challenge by Oleksandr Maidaniuk
QA Club Kiev #17 QA Challenge by Oleksandr Maidaniuk
 
QA Club Kiev #16: BA in IT
QA Club Kiev #16: BA in ITQA Club Kiev #16: BA in IT
QA Club Kiev #16: BA in IT
 
Agile performance testing
Agile performance testingAgile performance testing
Agile performance testing
 
QAClubKiev Performance-Structure
QAClubKiev Performance-StructureQAClubKiev Performance-Structure
QAClubKiev Performance-Structure
 
QA Club Kiev #13 Performance Testing - introduction
QA Club Kiev #13  Performance Testing - introductionQA Club Kiev #13  Performance Testing - introduction
QA Club Kiev #13 Performance Testing - introduction
 
Qa club kiev #12 istqb сertification
Qa club kiev #12  istqb сertification Qa club kiev #12  istqb сertification
Qa club kiev #12 istqb сertification
 
ISTQB Certification
ISTQB CertificationISTQB Certification
ISTQB Certification
 
Test management in scrum
Test management in scrumTest management in scrum
Test management in scrum
 
Qa club kiev #11 test documentation - introduction
Qa club kiev #11  test documentation - introductionQa club kiev #11  test documentation - introduction
Qa club kiev #11 test documentation - introduction
 
Agile testing - introduction
Agile testing - introductionAgile testing - introduction
Agile testing - introduction
 

Último

Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 

Último (20)

Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 

Automation Open Source tools

  • 1. Automation Open Source Tools QA Talks #3
  • 2. Selenium - is a suit of tools for web browser automation and it is composed of: - Selenium IDE - Selenium 1.0(RC) - Selenium 2.0(Webdriver) - Selenium Grid
  • 3.
  • 4. Supported by Selenium
  • 6. Selenium IDE Limitation - for Firefox only - do not support: - loops, exception handling - conditional statement - re-execution of failed test - video recording - reporting functionality - flash
  • 7. Watir - is a Ruby libraries for automating web browsers. It allows you to write easy to read and maintain tests.
  • 10. Pros&Cons Pros Cons Selenium: Selenium: - cross browser, OS - doesn't work directly with Flash - programming languages - IDE for Firfox only - native IDE - updates - record and play functionality - webdriver Watir: - doesn't work directly with Flash Watir: - IE only by default (but there is - easy to understand watir-webdriver) - rich API - ruby (if you don't learn before) - Watir(Ruby), Watij(Java), WatiN(.NET) - cross browser, OS - webdriver
  • 11. FlexMonkey - is a free tool for used for testing Flex and Air based applications - Record and Playback - Verifying that ER match AR - Generating ready-to-run FlexUnit scripts
  • 12. Meet the Monkeys! FoneMonkey for FlexMonkey for testing Android Flex and AIR applications Selenium IDE FoneMonkey for Plugin iOS
  • 14. Turnkeylinux 45+ ready-to-use free open source solutions ● Specials (LAMP, SVN, Torrent, Domain Controller, Jabber) ● Content management (Joomla, Drupal, WordPress) ● Web development (Ruby, Symphony) ● Issue tracking (Redmine,Bugzilla) ● Messaging (Jabber, Mail) ● Database (MySQL, PostgreSQL)
  • 15. Save your time! and much more...
  • 16. TestLink - is open source web-based test management tool
  • 17. Redmine - is a project management & issue tracking tool
  • 18. Summary - easy to setup and understand - easily integrates with other tools (e.g. Teslink+RedmineTestLink+Bugzilla) - containes almost all required features - crossplatform - plugins - compare all available tools
  • 19. Useful links http://www.w3.org/QA/Tools/ W3C validator tools http://www.bugzilla.org/ Bug-tracking system http://seleniumhq.org/ Selenium web automation http://code.google.com/p/aost/ Tellurium http://www.teamst.org/ test management tool http://watir.com/ Watir web automation http://watirwebdriver.com watir-webdriver http://www.gorillalogic.com WebMonkey Flex Automation test tool http://cacique.mercadolibre.com Web automation test tool http://www.turnkeylinux.org/all linux based ready-to-use solutions http://bitnami.org/stacks linux based ready-to-use solutions http://www.redmine.org project&issue management tool http://www.opensourcetesting.org/ Open Source Tools http://qtpselenium.com Selenium training
  • 20. Automation Open Source Tools for Windows OS
  • 21. How to choose the best software test automation tool? - What are you trying to accomplish with the automation tool? - Define goals of automation - Is there repeated work in the project? - Time taken for My current Manual project testing - Error rate by Manual testing - Return on Investment
  • 22. Main characteristics - OS compatibility - Scripting languages - Documentation - Capture driven - Keyword driven - Code driven - Object tree - Control Finder tool
  • 23. Main characteristics - Record and Playback - Video recording - Test suites - Portability - Run from Console - Continuous Integration systems - Performance monitoring - Reporting/Logging
  • 24. Check-list - Define the main goals for automation - Define the main features which you need - Define the required team's skills - Choose several suitable tools - Create prototype using each tool - Create comparison chart with characterictics - Choose more suitable tool for your project
  • 25. QAliber Test Builder - Framework for creating tests with no coding skills - Simply drag and drop Test Cases from repository - Use loops, conditions and parameters to create robust scenarios. - Run automated tasks such as handling windows and dialogs, I/O, registry, devices and more. - Log with screenshots, movies, performance graphs. - Supported by an open source community
  • 26. Qaliber plug-in for Visual Studio QAliber Test Developer is Visual Studio plug-in: - Write C#/.net code, use the .NET framework capabilities. - Create test cases as an integral part of your development solution. - Create GUI / API level test quick! - Record / Play GUI automation. - Support .NET forms / WPF / WEB GUI testing. - Run on all windows platforms with .NET framework 3.0 - An ever growing Open source Common tools repository.
  • 27. AutoIt AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. - Easy to learn BASIC-like syntax - Manipulate windows and processes, interact with all standard windows controls - Scripts can be compiled into standalone executables - COM support, regular expressions, directly call external DLL and Windows API functions - Scriptable RunAs functions - Detailed helpfile and large community-based support forums
  • 28. White Framework for automating rich client applications based on Win32, WinForms, WPF, Silverlight and SWT (Java) platforms: - It is .NET based - Provides a consistent object-oriented API - Hiding the complexity of Microsoft's UIAutomation library
  • 29. Sikuli Visual technology to automate and test graphical user interfaces (GUI) using images (screenshots). - Includes Sikuli Script, a visual scripting API for Jython - Includes Sikuli IDE, an integrated development environment for writing visual scripts with screenshots easily. - Automates anything you see on the screen without internal API's support. - You can programmatically control a web page, a Windows/Linux/Mac OS X desktop application, - Support iphone or android application running in a simulator or via VNC.
  • 30. Comparison chart AutoIT QAliber White Sikuli OS compatibility Windows 2000/ HTML (IE), Win32, WinForms, Windows XP/ 2003/ Vista / WinForms, WPF, WPF, Silverlight Linux 2008/ Windows 7/ Silverlight, Java, and SWT (Java) MacOS 2008 R2 MFC platforms. Scripting languages Basic-like scripting VB.net/C# .NET Jyton/Python language Documentation Help, Manuals, Help, Manuals, Community on Help, Video Video examples Video Tutorials codeplex.com examples Capture driven Code-driven Keyword-driven Code-driven Capture-driven Keyword driven Code-driven Code driven Object tree No Yes Yes No Control Finder tool Yes Yes Yes (UIspy) No
  • 31. Comparison chart Record and Yes Yes Yes (record No Playback classes) Video recording No Yes No No Test suites Yes Yes Yes No Portability Yes Yes Yes No Run from Console Yes No Yes No Continuous Yes No Yes No Integration systems Performance No Yes No No monitoring Reporting/Logging Yes Yes Yes No
  • 32. Useful Links http://qaliber.net/ Qaliber Test Builder, plug-in for MS VS http://www.autoitscript.com/site/autoit/ AutoIt http://white.codeplex.com/ White http://sikuli.org/ Sikuli http://www.opensourcetesting.org/ Open Source Tools http://software-testing.ru/ Software-testing forum http://www.testingexperience.com/ QA Magazines
  • 33. Contacts: email: info@qaclubkiev.com Oleksandr Maidaniuk Andrii Matukhno alexander.maydanyuk andrej_2704 Kiev 2011
  • 34. Обсуждение лучших инструментов и практик, применимых в сфере тестирования и обеспечения качества. http://qaclubkiev.com/