SlideShare uma empresa Scribd logo
1 de 16
Baixar para ler offline
®
          mVerify
          A Million Users in a Box ®



Test Objects -- They Just Work


           September 8, 2006
    Google Test Automation Conference
            www.mverify.com
Overview

 Motivation
 MTS Goals
 TTCN Influences
 X-Unit Influences
 MTS::TestObject
 Demo
 Q&A


                © 2006 mVerify Corporation   A Million Users in a Box ®   2
The Mobile Testing Nightmare
                                     Intense, high-stakes race to
                                      market
                                     Configurations (platforms x
                                      devices x airlinks) increase
                                      exponentially
                                     More testing necessary for
                                      competitive quality,
                                      reliability, performance
                                     Ad hoc manual testing is
                                      slow, costly, ineffective

       © 2006 mVerify Corporation    A Million Users in a Box ®      3
MTS Background

 Advanced model-based, mobile-centric testing
    Necessary for 21st century technology
    It’s time for a change
    Model-based, mobile-centric, reliability-maximizing
 Advanced test strategy useless without
      End to end and embedded observation & control
      Scalable, Robust
      Distributed
      Broadly usable


                  © 2006 mVerify Corporation   A Million Users in a Box ®   4
MTS: Any App, Any Platform
Console Host                                                               Agent Host

     MTS Console
                                                                                       MTS Test
                                   TEST RUN
                                                                                        Agent
                                   REPORTS




Agent Host
                                                                                                     MTS Remote
                                                                                                       Agent
        MTS Test
         Agent                                                                                                       Client
                                                                                                                   Under Test

                                                                                                  Client Host Under Test
                   MTS Remote
                     Agent

                                                                                                                   MTS Remote
                                  Client
                                                                                                                     Agent
                                Under Test
                                                                     Host Under Test may be
                                                                                                                  Server
               Client Host Under Test                                      Cell Phone                          Under Test
                                                                           PDA
                                                                           Desktop            Server Host Under Test
                                  MTS Remote
                                    Agent
                                                                           Server
                                                                           Embedded Processor
                                                  Server                   Network Equipment
                                                Under Test                 Access Point
                                                                           Base Station
                              Server Host Under Test



                                        © 2006 mVerify Corporation   A Million Users in a Box ®                                 5
Design Goals
   Generate Test Objects from models
   Generate models from IUT
   Logical/Physical separation
   Platform agnostic/robust
   Channel agnostic/robust
   Minimize IUT footprint
   Distributed control
   Works out of the box/Agile
   Intuitive interaction
   Minimize brittleness
   Composable

                  © 2006 mVerify Corporation   A Million Users in a Box ®   6
About TTCN-3

   Testing and Test Control Notation, international standard
   Abstract specification
   Structured/Procedural paradigm
   Proven support for complex scenarios
   Proven support for concurrency
   ASN.1 data (packed, maps to XML)
   Routine use in very high-reliability applications
     Rigorous conformance testing of protocol implemenations, from
      single test spec




                      © 2006 mVerify Corporation   A Million Users in a Box ®   7
About TTCN-3

 Point of Observation and Control
   Abstract Interface Specification
   Each user provides physical binding for logical
    interface definition
   Same test suites can be used on many
    implementations
 Model-based Testing
   Generate TTCN from MSCs, FSMs, etc.
   Compile to implementation language (C++, Java)
   Compile & run implementation


                 © 2006 mVerify Corporation   A Million Users in a Box ®   8
Incremental Testing Framework
                              «uses»




TestRunner +Contains         TestLog               -Uses                TestObject

           1        1                              1         1


                                         0..1

                                   TestSuite                -Contains                TestCase
               -Contains
                                                            0..1 0..*
                    0..*




                                MyTestSuite                                     MyTestObject



                           © 2006 mVerify Corporation   A Million Users in a Box ®              9
TTCN and ITF -- Complementary
MTS Design Goal                                                         TTCN       ITF
Automate test object generation                                            Yes     NA
Logical/Physical separation                                                Yes     No
Platform agnostic/robust                                                   Yes     No
Channel agnostic/robust                                                    Yes     NA
Distributed control                                                        Yes     No
Minimize IUT footprint                                                     NA      No
Works out of the box/Agile                                                 No      Yes
Intuitive interaction                                                      No      Yes
Composable                                                                 No      Yes
Minimize brittleness                                                       No      No

                         © 2006 mVerify Corporation   A Million Users in a Box ®         10
TTCN and ITF -- Limitations
 TTCN
   Not executable – must be compiled
   L2P implementation out of scope
   Modular, but not composable
 ITF
     TestSuite limited to static object list
     Not control-composable
     Tight coupling with IUT
     Greedy
     Language-centric
     Developer-centric

                    © 2006 mVerify Corporation   A Million Users in a Box ®   11
MTS::TestObject
                                                           MTS::TestObject
              MTS Framework                          +testObjectHeadline
                                                     +getTestObjectClassName()
                                                     +getTestObjectHeadline()
                                                     +getTestObjectFileName()
    Adapter                                          +getTestObjectDir()
                                                     +getRemoteHostStatus()
+connect()                                           +getTestRunRepeatCount()                            YourTestObject
+open()                                              +getTestRunIteration()
                                                     #require()                                    MyTestObject
+close()
+test()                                              #setup()
+record()                                            #test()                                     +require()
                             PPC 2002                #cleanup()                                  +setup()
                       WM5                           #ensure()                                   +test()
                                                     #check()                                    +cleanup()
               +getImage()                           #run()                                      +ensure()
                                                     #submit()
                   WebService                        #userLogEntry()
                                                     #userLogImage()
               +getServiceWSDL()                     #evaluateCompareFrame()
               +parseWSDL()                          #replayTestActionSequence()
               +queryForDictionary()
               +queryForXML()

                                       © 2006 mVerify Corporation   A Million Users in a Box ®                       12
MTS::TestObject
 Adapter: built-in remote host proxy; connection
  management, logging, exception handling
 Control-composable TestObject::run <testobject>
 Pre-conditions TestObject::require
 Post-conditions TestObject::ensure
 Built-in data-driven test from literal, variable, or function
    TestObject::submit <data_provider>
   Pass/fail any Tcl expression: TestObject::check <expr>
   XML test run log
   Incr Tcl, any Tcl package, library extension, or procedure
   Support stories, suites, cases, procedures …

                     © 2006 mVerify Corporation   A Million Users in a Box ®   13
Demo

 Adapter selection
 One-click Repeat
 Smart Progress Bar




               © 2006 mVerify Corporation   A Million Users in a Box ®   14
Notes

 NeXTSTEP demo, Steve Jobs says “It just works --
  they’re objects“
  http://rixstep.com/1/1/20060814,00.shtml

 Mobile Testing Nightmare Poster

 Questions: Bob_Binder@mverify.com




                © 2006 mVerify Corporation   A Million Users in a Box ®   15
Q&A


© 2006 mVerify Corporation   A Million Users in a Box ®   16

Mais conteúdo relacionado

Mais procurados

Agile and Dynamic Semantic Services Environment
Agile and Dynamic Semantic Services EnvironmentAgile and Dynamic Semantic Services Environment
Agile and Dynamic Semantic Services EnvironmentKarthik Gomadam
 
Continuous Deployment at Lean LA
Continuous Deployment at Lean LAContinuous Deployment at Lean LA
Continuous Deployment at Lean LABrett Durrett
 
Blue Monitor Software Development
Blue Monitor Software DevelopmentBlue Monitor Software Development
Blue Monitor Software Developmenturbantech
 
Performance Test Slideshow Recent
Performance Test Slideshow RecentPerformance Test Slideshow Recent
Performance Test Slideshow RecentFuture Simmons
 
EEQA and EHM Background
EEQA and EHM BackgroundEEQA and EHM Background
EEQA and EHM Backgroundcrispieg
 
Effect of Procedure Question Group Attributes on Performance of Batch Validation
Effect of Procedure Question Group Attributes on Performance of Batch ValidationEffect of Procedure Question Group Attributes on Performance of Batch Validation
Effect of Procedure Question Group Attributes on Performance of Batch ValidationPerficient
 
TAUS USER CONFERENCE 2010, The Deep Hybrid machine translation engine
TAUS USER CONFERENCE 2010, The Deep Hybrid machine translation engineTAUS USER CONFERENCE 2010, The Deep Hybrid machine translation engine
TAUS USER CONFERENCE 2010, The Deep Hybrid machine translation engineTAUS - The Language Data Network
 
OSGi Applications Clustering using Distributed Shared Memory
OSGi Applications Clustering using Distributed Shared MemoryOSGi Applications Clustering using Distributed Shared Memory
OSGi Applications Clustering using Distributed Shared MemoryAnthony Gelibert
 
HTAF 2.0 - A hybrid test automation framework.
HTAF 2.0 - A hybrid test automation framework.HTAF 2.0 - A hybrid test automation framework.
HTAF 2.0 - A hybrid test automation framework.Mindtree Ltd.
 
Optimize load handling for high-volume tests with IBM Rational Performance Te...
Optimize load handling for high-volume tests with IBM Rational Performance Te...Optimize load handling for high-volume tests with IBM Rational Performance Te...
Optimize load handling for high-volume tests with IBM Rational Performance Te...Bill Duncan
 
Bits2010jemison
Bits2010jemisonBits2010jemison
Bits2010jemisonbjemison
 

Mais procurados (15)

Agile and Dynamic Semantic Services Environment
Agile and Dynamic Semantic Services EnvironmentAgile and Dynamic Semantic Services Environment
Agile and Dynamic Semantic Services Environment
 
Continuous Deployment at Lean LA
Continuous Deployment at Lean LAContinuous Deployment at Lean LA
Continuous Deployment at Lean LA
 
RABIT
RABITRABIT
RABIT
 
Blue Monitor Software Development
Blue Monitor Software DevelopmentBlue Monitor Software Development
Blue Monitor Software Development
 
A100
A100A100
A100
 
Performance Test Slideshow Recent
Performance Test Slideshow RecentPerformance Test Slideshow Recent
Performance Test Slideshow Recent
 
EEQA and EHM Background
EEQA and EHM BackgroundEEQA and EHM Background
EEQA and EHM Background
 
Effect of Procedure Question Group Attributes on Performance of Batch Validation
Effect of Procedure Question Group Attributes on Performance of Batch ValidationEffect of Procedure Question Group Attributes on Performance of Batch Validation
Effect of Procedure Question Group Attributes on Performance of Batch Validation
 
TAUS USER CONFERENCE 2010, The Deep Hybrid machine translation engine
TAUS USER CONFERENCE 2010, The Deep Hybrid machine translation engineTAUS USER CONFERENCE 2010, The Deep Hybrid machine translation engine
TAUS USER CONFERENCE 2010, The Deep Hybrid machine translation engine
 
ITS-Fidel
ITS-FidelITS-Fidel
ITS-Fidel
 
OSGi Applications Clustering using Distributed Shared Memory
OSGi Applications Clustering using Distributed Shared MemoryOSGi Applications Clustering using Distributed Shared Memory
OSGi Applications Clustering using Distributed Shared Memory
 
HTAF 2.0 - A hybrid test automation framework.
HTAF 2.0 - A hybrid test automation framework.HTAF 2.0 - A hybrid test automation framework.
HTAF 2.0 - A hybrid test automation framework.
 
Optimize load handling for high-volume tests with IBM Rational Performance Te...
Optimize load handling for high-volume tests with IBM Rational Performance Te...Optimize load handling for high-volume tests with IBM Rational Performance Te...
Optimize load handling for high-volume tests with IBM Rational Performance Te...
 
Bits2010jemison
Bits2010jemisonBits2010jemison
Bits2010jemison
 
Objectif cloud
Objectif cloudObjectif cloud
Objectif cloud
 

Semelhante a Test Objects -- They Just Work

MTS: Controllable Test Objects
MTS: Controllable Test ObjectsMTS: Controllable Test Objects
MTS: Controllable Test ObjectsBob Binder
 
SOASTA CloudTest Lite
SOASTA CloudTest LiteSOASTA CloudTest Lite
SOASTA CloudTest LiteFred Beringer
 
Agile Open Source Performance Testing Workshop for Business Managers
Agile Open Source Performance Testing Workshop for Business ManagersAgile Open Source Performance Testing Workshop for Business Managers
Agile Open Source Performance Testing Workshop for Business ManagersClever Moe
 
Enterprise deck feb2013v2
Enterprise deck feb2013v2Enterprise deck feb2013v2
Enterprise deck feb2013v2Kalen Kimm
 
Bibhas automation testing
Bibhas automation testingBibhas automation testing
Bibhas automation testingBibhas Senapati
 
The Advanced Mobile Application Testing Environment: Project Report
The Advanced Mobile Application Testing Environment: Project ReportThe Advanced Mobile Application Testing Environment: Project Report
The Advanced Mobile Application Testing Environment: Project ReportBob Binder
 
Visual Studio 2010 Testing & Lab Management Tools
Visual Studio 2010 Testing & Lab Management ToolsVisual Studio 2010 Testing & Lab Management Tools
Visual Studio 2010 Testing & Lab Management ToolsAyman El-Hattab
 
San Jose Selenium Meet-up PushToTest TestMaker Presentation
San Jose Selenium Meet-up PushToTest TestMaker PresentationSan Jose Selenium Meet-up PushToTest TestMaker Presentation
San Jose Selenium Meet-up PushToTest TestMaker PresentationClever Moe
 
Testing in an Open Source Middleware Platform Space The WSO2 Way.
Testing in an Open Source Middleware Platform Space  The WSO2 Way.Testing in an Open Source Middleware Platform Space  The WSO2 Way.
Testing in an Open Source Middleware Platform Space The WSO2 Way.WSO2
 
Wind River Test Management
Wind River Test ManagementWind River Test Management
Wind River Test Managementramzyh78
 
Automating End-to-End Business Scenario Testing
Automating End-to-End Business Scenario TestingAutomating End-to-End Business Scenario Testing
Automating End-to-End Business Scenario TestingTechWell
 
20110812 CyberTAN presentation
20110812 CyberTAN presentation20110812 CyberTAN presentation
20110812 CyberTAN presentationRichard Hsu
 
Neil Tompson - SoftTest Ireland
Neil Tompson - SoftTest IrelandNeil Tompson - SoftTest Ireland
Neil Tompson - SoftTest IrelandDavid O'Dowd
 
Keyword-driven Test Automation Framework
Keyword-driven Test Automation FrameworkKeyword-driven Test Automation Framework
Keyword-driven Test Automation FrameworkMikhail Subach
 
Performance Testing Mobile and Multi-Tier Applications
Performance Testing Mobile and Multi-Tier ApplicationsPerformance Testing Mobile and Multi-Tier Applications
Performance Testing Mobile and Multi-Tier ApplicationsBob Binder
 
Unit testingandcontinousintegrationfreenest1dot4
Unit testingandcontinousintegrationfreenest1dot4Unit testingandcontinousintegrationfreenest1dot4
Unit testingandcontinousintegrationfreenest1dot4JAMK
 
Technical meeting automated testing with vs2010
Technical meeting automated testing with vs2010Technical meeting automated testing with vs2010
Technical meeting automated testing with vs2010Clemens Reijnen
 

Semelhante a Test Objects -- They Just Work (20)

MTS: Controllable Test Objects
MTS: Controllable Test ObjectsMTS: Controllable Test Objects
MTS: Controllable Test Objects
 
SOASTA CloudTest Lite
SOASTA CloudTest LiteSOASTA CloudTest Lite
SOASTA CloudTest Lite
 
Agile Open Source Performance Testing Workshop for Business Managers
Agile Open Source Performance Testing Workshop for Business ManagersAgile Open Source Performance Testing Workshop for Business Managers
Agile Open Source Performance Testing Workshop for Business Managers
 
Enterprise deck feb2013v2
Enterprise deck feb2013v2Enterprise deck feb2013v2
Enterprise deck feb2013v2
 
Bibhas automation testing
Bibhas automation testingBibhas automation testing
Bibhas automation testing
 
The Advanced Mobile Application Testing Environment: Project Report
The Advanced Mobile Application Testing Environment: Project ReportThe Advanced Mobile Application Testing Environment: Project Report
The Advanced Mobile Application Testing Environment: Project Report
 
Visual Studio 2010 Testing & Lab Management Tools
Visual Studio 2010 Testing & Lab Management ToolsVisual Studio 2010 Testing & Lab Management Tools
Visual Studio 2010 Testing & Lab Management Tools
 
San Jose Selenium Meet-up PushToTest TestMaker Presentation
San Jose Selenium Meet-up PushToTest TestMaker PresentationSan Jose Selenium Meet-up PushToTest TestMaker Presentation
San Jose Selenium Meet-up PushToTest TestMaker Presentation
 
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
 
Testing in a distributed world
Testing in a distributed worldTesting in a distributed world
Testing in a distributed world
 
Testing in an Open Source Middleware Platform Space The WSO2 Way.
Testing in an Open Source Middleware Platform Space  The WSO2 Way.Testing in an Open Source Middleware Platform Space  The WSO2 Way.
Testing in an Open Source Middleware Platform Space The WSO2 Way.
 
Wind River Test Management
Wind River Test ManagementWind River Test Management
Wind River Test Management
 
Automating End-to-End Business Scenario Testing
Automating End-to-End Business Scenario TestingAutomating End-to-End Business Scenario Testing
Automating End-to-End Business Scenario Testing
 
20110812 CyberTAN presentation
20110812 CyberTAN presentation20110812 CyberTAN presentation
20110812 CyberTAN presentation
 
Neil Tompson - SoftTest Ireland
Neil Tompson - SoftTest IrelandNeil Tompson - SoftTest Ireland
Neil Tompson - SoftTest Ireland
 
05 test infrastructure
05   test infrastructure05   test infrastructure
05 test infrastructure
 
Keyword-driven Test Automation Framework
Keyword-driven Test Automation FrameworkKeyword-driven Test Automation Framework
Keyword-driven Test Automation Framework
 
Performance Testing Mobile and Multi-Tier Applications
Performance Testing Mobile and Multi-Tier ApplicationsPerformance Testing Mobile and Multi-Tier Applications
Performance Testing Mobile and Multi-Tier Applications
 
Unit testingandcontinousintegrationfreenest1dot4
Unit testingandcontinousintegrationfreenest1dot4Unit testingandcontinousintegrationfreenest1dot4
Unit testingandcontinousintegrationfreenest1dot4
 
Technical meeting automated testing with vs2010
Technical meeting automated testing with vs2010Technical meeting automated testing with vs2010
Technical meeting automated testing with vs2010
 

Mais de Bob Binder

How to Release Rock-solid RESTful APIs and Ice the Testing BackBlob
How to Release Rock-solid RESTful APIs and Ice the Testing BackBlobHow to Release Rock-solid RESTful APIs and Ice the Testing BackBlob
How to Release Rock-solid RESTful APIs and Ice the Testing BackBlobBob Binder
 
Lessons learned validating 60,000 pages of api documentation
Lessons learned validating 60,000 pages of api documentationLessons learned validating 60,000 pages of api documentation
Lessons learned validating 60,000 pages of api documentationBob Binder
 
Model-based Testing: Taking BDD/ATDD to the Next Level
Model-based Testing: Taking BDD/ATDD to the Next LevelModel-based Testing: Taking BDD/ATDD to the Next Level
Model-based Testing: Taking BDD/ATDD to the Next LevelBob Binder
 
Model-based Testing: Today And Tomorrow
Model-based Testing: Today And TomorrowModel-based Testing: Today And Tomorrow
Model-based Testing: Today And TomorrowBob Binder
 
Mobile App Assurance: Yesterday, Today, and Tomorrow.
Mobile App Assurance: Yesterday, Today, and Tomorrow.Mobile App Assurance: Yesterday, Today, and Tomorrow.
Mobile App Assurance: Yesterday, Today, and Tomorrow.Bob Binder
 
Popular Delusions, Crowds, and the Coming Deluge: end of the Oracle?
Popular Delusions, Crowds, and the Coming Deluge: end of the Oracle?Popular Delusions, Crowds, and the Coming Deluge: end of the Oracle?
Popular Delusions, Crowds, and the Coming Deluge: end of the Oracle?Bob Binder
 
Achieving Very High Reliability for Ubiquitous Information Technology
Achieving Very High Reliability for Ubiquitous Information Technology Achieving Very High Reliability for Ubiquitous Information Technology
Achieving Very High Reliability for Ubiquitous Information Technology Bob Binder
 
The Tester’s Dashboard: Release Decision Support
The Tester’s Dashboard: Release Decision SupportThe Tester’s Dashboard: Release Decision Support
The Tester’s Dashboard: Release Decision SupportBob Binder
 
Testing Object-Oriented Systems: Lessons Learned
Testing Object-Oriented Systems: Lessons LearnedTesting Object-Oriented Systems: Lessons Learned
Testing Object-Oriented Systems: Lessons LearnedBob Binder
 
Model-Based Testing: Why, What, How
Model-Based Testing: Why, What, HowModel-Based Testing: Why, What, How
Model-Based Testing: Why, What, HowBob Binder
 
MDD and the Tautology Problem: Discussion Notes.
MDD and the Tautology Problem: Discussion Notes.MDD and the Tautology Problem: Discussion Notes.
MDD and the Tautology Problem: Discussion Notes.Bob Binder
 
Mobile Reliability Challenges
Mobile Reliability ChallengesMobile Reliability Challenges
Mobile Reliability ChallengesBob Binder
 
Experience with a Profile-based Automated Testing Environment
Experience with a Profile-based Automated Testing EnvironmentExperience with a Profile-based Automated Testing Environment
Experience with a Profile-based Automated Testing EnvironmentBob Binder
 
Testability: Factors and Strategy
Testability: Factors and StrategyTestability: Factors and Strategy
Testability: Factors and StrategyBob Binder
 
A Million Users in a Box: The WTS Story
A Million Users in a Box: The WTS StoryA Million Users in a Box: The WTS Story
A Million Users in a Box: The WTS StoryBob Binder
 
ISSRE 2008 Trip Report
ISSRE 2008 Trip ReportISSRE 2008 Trip Report
ISSRE 2008 Trip ReportBob Binder
 
Software Test Patterns: Successes and Challenges
Software Test Patterns: Successes and ChallengesSoftware Test Patterns: Successes and Challenges
Software Test Patterns: Successes and ChallengesBob Binder
 
Assurance for Cloud Computing
Assurance for Cloud ComputingAssurance for Cloud Computing
Assurance for Cloud ComputingBob Binder
 
Software Testing: Models, Patterns, Tools
Software Testing: Models, Patterns, ToolsSoftware Testing: Models, Patterns, Tools
Software Testing: Models, Patterns, ToolsBob Binder
 
The Tester’s Dashboard: Release Decision Support
The Tester’s Dashboard: Release Decision SupportThe Tester’s Dashboard: Release Decision Support
The Tester’s Dashboard: Release Decision SupportBob Binder
 

Mais de Bob Binder (20)

How to Release Rock-solid RESTful APIs and Ice the Testing BackBlob
How to Release Rock-solid RESTful APIs and Ice the Testing BackBlobHow to Release Rock-solid RESTful APIs and Ice the Testing BackBlob
How to Release Rock-solid RESTful APIs and Ice the Testing BackBlob
 
Lessons learned validating 60,000 pages of api documentation
Lessons learned validating 60,000 pages of api documentationLessons learned validating 60,000 pages of api documentation
Lessons learned validating 60,000 pages of api documentation
 
Model-based Testing: Taking BDD/ATDD to the Next Level
Model-based Testing: Taking BDD/ATDD to the Next LevelModel-based Testing: Taking BDD/ATDD to the Next Level
Model-based Testing: Taking BDD/ATDD to the Next Level
 
Model-based Testing: Today And Tomorrow
Model-based Testing: Today And TomorrowModel-based Testing: Today And Tomorrow
Model-based Testing: Today And Tomorrow
 
Mobile App Assurance: Yesterday, Today, and Tomorrow.
Mobile App Assurance: Yesterday, Today, and Tomorrow.Mobile App Assurance: Yesterday, Today, and Tomorrow.
Mobile App Assurance: Yesterday, Today, and Tomorrow.
 
Popular Delusions, Crowds, and the Coming Deluge: end of the Oracle?
Popular Delusions, Crowds, and the Coming Deluge: end of the Oracle?Popular Delusions, Crowds, and the Coming Deluge: end of the Oracle?
Popular Delusions, Crowds, and the Coming Deluge: end of the Oracle?
 
Achieving Very High Reliability for Ubiquitous Information Technology
Achieving Very High Reliability for Ubiquitous Information Technology Achieving Very High Reliability for Ubiquitous Information Technology
Achieving Very High Reliability for Ubiquitous Information Technology
 
The Tester’s Dashboard: Release Decision Support
The Tester’s Dashboard: Release Decision SupportThe Tester’s Dashboard: Release Decision Support
The Tester’s Dashboard: Release Decision Support
 
Testing Object-Oriented Systems: Lessons Learned
Testing Object-Oriented Systems: Lessons LearnedTesting Object-Oriented Systems: Lessons Learned
Testing Object-Oriented Systems: Lessons Learned
 
Model-Based Testing: Why, What, How
Model-Based Testing: Why, What, HowModel-Based Testing: Why, What, How
Model-Based Testing: Why, What, How
 
MDD and the Tautology Problem: Discussion Notes.
MDD and the Tautology Problem: Discussion Notes.MDD and the Tautology Problem: Discussion Notes.
MDD and the Tautology Problem: Discussion Notes.
 
Mobile Reliability Challenges
Mobile Reliability ChallengesMobile Reliability Challenges
Mobile Reliability Challenges
 
Experience with a Profile-based Automated Testing Environment
Experience with a Profile-based Automated Testing EnvironmentExperience with a Profile-based Automated Testing Environment
Experience with a Profile-based Automated Testing Environment
 
Testability: Factors and Strategy
Testability: Factors and StrategyTestability: Factors and Strategy
Testability: Factors and Strategy
 
A Million Users in a Box: The WTS Story
A Million Users in a Box: The WTS StoryA Million Users in a Box: The WTS Story
A Million Users in a Box: The WTS Story
 
ISSRE 2008 Trip Report
ISSRE 2008 Trip ReportISSRE 2008 Trip Report
ISSRE 2008 Trip Report
 
Software Test Patterns: Successes and Challenges
Software Test Patterns: Successes and ChallengesSoftware Test Patterns: Successes and Challenges
Software Test Patterns: Successes and Challenges
 
Assurance for Cloud Computing
Assurance for Cloud ComputingAssurance for Cloud Computing
Assurance for Cloud Computing
 
Software Testing: Models, Patterns, Tools
Software Testing: Models, Patterns, ToolsSoftware Testing: Models, Patterns, Tools
Software Testing: Models, Patterns, Tools
 
The Tester’s Dashboard: Release Decision Support
The Tester’s Dashboard: Release Decision SupportThe Tester’s Dashboard: Release Decision Support
The Tester’s Dashboard: Release Decision Support
 

Último

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 

Último (20)

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 

Test Objects -- They Just Work

  • 1. ® mVerify A Million Users in a Box ® Test Objects -- They Just Work September 8, 2006 Google Test Automation Conference www.mverify.com
  • 2. Overview  Motivation  MTS Goals  TTCN Influences  X-Unit Influences  MTS::TestObject  Demo  Q&A © 2006 mVerify Corporation A Million Users in a Box ® 2
  • 3. The Mobile Testing Nightmare  Intense, high-stakes race to market  Configurations (platforms x devices x airlinks) increase exponentially  More testing necessary for competitive quality, reliability, performance  Ad hoc manual testing is slow, costly, ineffective © 2006 mVerify Corporation A Million Users in a Box ® 3
  • 4. MTS Background  Advanced model-based, mobile-centric testing  Necessary for 21st century technology  It’s time for a change  Model-based, mobile-centric, reliability-maximizing  Advanced test strategy useless without  End to end and embedded observation & control  Scalable, Robust  Distributed  Broadly usable © 2006 mVerify Corporation A Million Users in a Box ® 4
  • 5. MTS: Any App, Any Platform Console Host Agent Host MTS Console MTS Test TEST RUN Agent REPORTS Agent Host MTS Remote Agent MTS Test Agent Client Under Test Client Host Under Test MTS Remote Agent MTS Remote Client Agent Under Test Host Under Test may be Server Client Host Under Test  Cell Phone Under Test  PDA  Desktop Server Host Under Test MTS Remote Agent  Server  Embedded Processor Server  Network Equipment Under Test  Access Point  Base Station Server Host Under Test © 2006 mVerify Corporation A Million Users in a Box ® 5
  • 6. Design Goals  Generate Test Objects from models  Generate models from IUT  Logical/Physical separation  Platform agnostic/robust  Channel agnostic/robust  Minimize IUT footprint  Distributed control  Works out of the box/Agile  Intuitive interaction  Minimize brittleness  Composable © 2006 mVerify Corporation A Million Users in a Box ® 6
  • 7. About TTCN-3  Testing and Test Control Notation, international standard  Abstract specification  Structured/Procedural paradigm  Proven support for complex scenarios  Proven support for concurrency  ASN.1 data (packed, maps to XML)  Routine use in very high-reliability applications  Rigorous conformance testing of protocol implemenations, from single test spec © 2006 mVerify Corporation A Million Users in a Box ® 7
  • 8. About TTCN-3  Point of Observation and Control  Abstract Interface Specification  Each user provides physical binding for logical interface definition  Same test suites can be used on many implementations  Model-based Testing  Generate TTCN from MSCs, FSMs, etc.  Compile to implementation language (C++, Java)  Compile & run implementation © 2006 mVerify Corporation A Million Users in a Box ® 8
  • 9. Incremental Testing Framework «uses» TestRunner +Contains TestLog -Uses TestObject 1 1 1 1 0..1 TestSuite -Contains TestCase -Contains 0..1 0..* 0..* MyTestSuite MyTestObject © 2006 mVerify Corporation A Million Users in a Box ® 9
  • 10. TTCN and ITF -- Complementary MTS Design Goal TTCN ITF Automate test object generation Yes NA Logical/Physical separation Yes No Platform agnostic/robust Yes No Channel agnostic/robust Yes NA Distributed control Yes No Minimize IUT footprint NA No Works out of the box/Agile No Yes Intuitive interaction No Yes Composable No Yes Minimize brittleness No No © 2006 mVerify Corporation A Million Users in a Box ® 10
  • 11. TTCN and ITF -- Limitations  TTCN  Not executable – must be compiled  L2P implementation out of scope  Modular, but not composable  ITF  TestSuite limited to static object list  Not control-composable  Tight coupling with IUT  Greedy  Language-centric  Developer-centric © 2006 mVerify Corporation A Million Users in a Box ® 11
  • 12. MTS::TestObject MTS::TestObject MTS Framework +testObjectHeadline +getTestObjectClassName() +getTestObjectHeadline() +getTestObjectFileName() Adapter +getTestObjectDir() +getRemoteHostStatus() +connect() +getTestRunRepeatCount() YourTestObject +open() +getTestRunIteration() #require() MyTestObject +close() +test() #setup() +record() #test() +require() PPC 2002 #cleanup() +setup() WM5 #ensure() +test() #check() +cleanup() +getImage() #run() +ensure() #submit() WebService #userLogEntry() #userLogImage() +getServiceWSDL() #evaluateCompareFrame() +parseWSDL() #replayTestActionSequence() +queryForDictionary() +queryForXML() © 2006 mVerify Corporation A Million Users in a Box ® 12
  • 13. MTS::TestObject  Adapter: built-in remote host proxy; connection management, logging, exception handling  Control-composable TestObject::run <testobject>  Pre-conditions TestObject::require  Post-conditions TestObject::ensure  Built-in data-driven test from literal, variable, or function TestObject::submit <data_provider>  Pass/fail any Tcl expression: TestObject::check <expr>  XML test run log  Incr Tcl, any Tcl package, library extension, or procedure  Support stories, suites, cases, procedures … © 2006 mVerify Corporation A Million Users in a Box ® 13
  • 14. Demo  Adapter selection  One-click Repeat  Smart Progress Bar © 2006 mVerify Corporation A Million Users in a Box ® 14
  • 15. Notes  NeXTSTEP demo, Steve Jobs says “It just works -- they’re objects“ http://rixstep.com/1/1/20060814,00.shtml  Mobile Testing Nightmare Poster  Questions: Bob_Binder@mverify.com © 2006 mVerify Corporation A Million Users in a Box ® 15
  • 16. Q&A © 2006 mVerify Corporation A Million Users in a Box ® 16