TEST AUTOMATION FOR THE IOT: IOT-TESTWARE. Axel Rennoch, IoTbarcamp, Munich, October 5th, 2017

Size: px
Start display at page:

Download "TEST AUTOMATION FOR THE IOT: IOT-TESTWARE. Axel Rennoch, IoTbarcamp, Munich, October 5th, 2017"

Transcription

1 TEST AUTOMATION FOR THE IOT: IOT-TESTWARE Axel Rennoch, IoTbarcamp, Munich, October 5th, 2017

2 BERLIN CENTER FOR DIGITAL TRANSFORMATION 2

3 AGENDA IoT test objects, goals, and configuration IoT test automation IoT test language TTCN-3 IoT-Testware project IoT-T testlab IoT-Quality Engineering outlook 3

4 INTRODUCTION Where are we?

5 REFERENCE MODEL (ONE OF MANY) 7

6 TEST OBJECTS IoT devices, Mikrocontroller (MCU), Gateways (Bosch XDK, IoT starterkits) IoT platforms RIOT, relayr, Thread, mbed service layer (onem2m, FiWare) IoT protocols Constrained Application Protocol (CoAP) MQ Telemetry Transport (MQTT) onem2m LPWAN LoRa IoT challenges: complexity, asynchronism, long operation phase, resource constraints 8

7 INTEGRATION OF SEVERAL TESTING APPROACHES Protocol Testing Software Testing IoT Testing Test Automation System Testing Security Testing 9

8 TEST AUTOMATION Less resources needed (time and money) Avoid human mistakes due to manually testing During test development and execution Speed-up of regression tests and product time-to-market 10

9 MULTIPLE TEST CONFIGURATION (SAMPLES) 11

10 TESTWARE Toolset (selection of available means) Protocol tester/monitor Test devices GUI tester Web services tester (Eclipse Titan, Wireshark) (RFID kit, Bluetooth test device) (Selenium, SikuliX, Chrome headless) (soapui) Public Testsuites (in preparation) Application of a standardized notation Abstract and platform-independent 12

11 IOT TEST LANGUAGE What do we use?

12 CHALLENGE TEST AUTOMATION TTCN-3 is the Testing and Test Control Notation Internationally standardized testing language for formally defining test scenarios. Designed purely for testing testcase Hello_Bob () { p.send( How do you do? ); alt { []p.receive( Fine! ); {setverdict( pass )}; [else] {setverdict( inconc )} //Bob asleep! } } 14

13 TESTING AND TEST CONTROL NOTATION (TTCN-3) Distributed testing Automatic execution (TTCN-3 -> Java/C++) and logging Import and use of external data types (ASN.1, IDL, XML, JSON) API / Communication Tester SUT testcase Hello_Bob () { p.send( How do you do? ); alt { []p.receive( Fine! ); {setverdict( pass )}; [else] {setverdict( inconc )} //Bob asleep! } } TTCN-3 API / Network System 15

14 DESIGN PRINCIPLES OF TTCN-3 One test technology for different tests Distributed, platform-independent testing Integrated graphical test development, documentation and analysis Adaptable, open test environment Areas of Testing Conformance and functional testing Interoperability and integration testing Real-time, performance, load and stress testing Security testing Regression testing Used for system and product qualification and certification (e.g. handset certification) 16

15 TTCN-3 HISTORY TTCN (1992) published as ISO standard Tree and Tabular Combined Notation used for protocol tests: GSM, N-ISDN, B-ISDN TTCN-2/2++ (1997) enhancements by ETSI MTS module concept, concurrency used for conformance tests 17

16 TTCN-3 HISTORY (CONT.) TTCN-3 (2000) Further development by ETSI MTS Testing and Test Control Notation Standardised test specifications: SIP, SCTP, M3UA, IPv6 HiperLan, HiperAccess, WiMAX 3GPP LTE, 3GPP NB-IoT OMA TETRA MOST, AUTOSAR EUROCONTROL onem2m 18

17 IMPLEMENTATION Test Specification Test System TTCN-3 TE Test Engine + TCI Adaptors TRI Adaptors Systems Under Systems Test Under Systems Test Under Systems Test Under Test Communication / Invocation Automated Test Execution and Reporting 19

18 TTCN-3 FOR IOT Test technology address various protocols and interfaces Control of real and/or virtual devices (special hardware-interfaces, simulators) Elevator Earlier days Today CD Changer Tester TTCN-3 Test er Head Unit MOST Bus Amplifier / Tuner Tester TTCN-3 MQTT Gateway (SUT) (SUT) Test cases: loudness, playcdtitle Speaker Tester Test cases: remote control (SUT) PLC (SUT) 20

19 CONTRIBUTION TO IOT TESTING What else?

20 THE CONTEXT 22

21 THE ECLIPSE PROJECT Supplement to running Eclipse projects Paho, OM2M, Titan New project at Eclipse Foundation: TTCN-3 test suites for CoAP, MQTT, OPC-UA, LoRa? Assured licenses for users Currently in cooperation with relayr GmbH, Ericsson, LAAS/CNRS, itemis AG, Spirent Communications, Easy Global Market, Iskratel/Sintesio, 23

22 IOT-TESTWARE 24

23 TEST CONFIGURATIONS CoAP MQTT 25

24 TESTSUITE STRUCTURE CoAP MQTT 26

25 TEST PURPOSES TESTZIEL-KATALOG CoAP MQTT 27

26 TTCN-3 REPOSITORY 28 Fraunhofer FOKUS

27 THE TEST EXECUTION TOOL 29

28 SUMMARY AND OUTLOOK What comes next?

29 APPROACH Advanced + mature testing technology: (open source) community: Standardized basis (for certification): 35

30 IOT QUALITY ENGINEERING ASQF/GTB Certified Professional for IoT Foundation Level New syllabus for 3-day lectures QUALITY ENGINEERING FOR THE INTERNET OF THINKS (IOT-QE) 1) Motivation/challenges 2) Constructive QE Quality characteristics 3) Constructive QE IoT architecture 4) Constructive QE Processes and methods 5) Analytic QE (incl. testing) 6) Lifecycle 36

31 IOT QUALITY CALENDAR FOR BERLIN STV17/INTUITEST workshops: UCAAT conference: Industrial IoT Forum: ASQF Quality Day: Thank you for your attention! 37

32 CONTACTS Fraunhofer FOKUS Business Unit Quality Engineering (SQC) Kaiserin-Augusta-Allee Berlin, Germany Axel Rennoch phone

QUALITY ENGINEERING FOR THE IOT. Axel Rennoch, Sascha Hackel TestingStage, Kiev, April 13, 2018

QUALITY ENGINEERING FOR THE IOT. Axel Rennoch, Sascha Hackel TestingStage, Kiev, April 13, 2018 QUALITY ENGINEERING FOR THE IOT Axel Rennoch, Sascha Hackel TestingStage, Kiev, April 13, 2018 BERLIN CENTER FOR DIGITAL TRANSFORMATION 2 AGENDA IoT test objects, goals, and configuration IoT test automation

More information

IOT-TESTWARE AN ECLIPSE PROJECT

IOT-TESTWARE AN ECLIPSE PROJECT IOT-TESTWARE AN ECLIPSE PROJECT Vadim Makhorov Ina Schieferdecker, Sascha Kretzschmann, Michael Wagner, Axel Rennoch QRS, Praha, Czech Republic, July 27, 2017 THE ECLIPSE PROJECT 2 1 THE CONTEXT 3 OUTLINE

More information

TESTING OF IOT APPLICATIONS AND INFRASTRUCTURES

TESTING OF IOT APPLICATIONS AND INFRASTRUCTURES TESTING OF IOT APPLICATIONS AND INFRASTRUCTURES Vadim Makhorov Sascha Kretzschmann, Michael Wagner, Axel Rennoch ICSSEA, June 01, 2017 AGENDA 1. Introduction 2. IoT test language 3. TTCN-3 in use 4. FOKUS

More information

AN INTRODUCTION TO TTCN-3. Axel Rennoch TestingStage, Kiev, April 14, 2018

AN INTRODUCTION TO TTCN-3. Axel Rennoch TestingStage, Kiev, April 14, 2018 AN INTRODUCTION TO TTCN-3 Axel Rennoch TestingStage, Kiev, April 14, 2018 BERLIN CENTER FOR DIGITAL TRANSFORMATION 2 AGENDA Introduction Language concepts Application domains Summary and outlook 3 INTRODUCTION

More information

Test Automation with TTCN-3 Introduction

Test Automation with TTCN-3 Introduction Test Automation with TTCN-3 Introduction Motivation 11 How much does testing cost?... the national annual cost estimates of an inadequate infrastructure for software testing are estimated to be $59.5 billion.

More information

A FLEXIBLE, MULTI-PURPOSE, OPEN SOURCE TEST PLATFORM FOR IOT TESTING

A FLEXIBLE, MULTI-PURPOSE, OPEN SOURCE TEST PLATFORM FOR IOT TESTING A FLEXIBLE, MULTI-PURPOSE, OPEN SOURCE TEST PLATFORM FOR IOT TESTING Presented by Tibor Csöndes and Antal Wu-Hen-Chang Ericsson Hungary Ltd. tibor.csondes@ericsson.com, antal.wu-hen-chang@ericsson.com

More information

ETSI Experiences in Testing and Interoperability

ETSI Experiences in Testing and Interoperability Ultan Mulligan ETSI Protocol and Testing Competence Centre ultan.mulligan@etsi.org TSAG Informal Workshop on Conformance and 25 January 2005 1 What does mean to ETSI? is the ultimate aim of ICT standardisation

More information

TTCN (Testing and Test Control Notation) A standard test specification and implementation language. Contents

TTCN (Testing and Test Control Notation) A standard test specification and implementation language. Contents TTCN (Testing and Test Control Notation) A standard test specification and implementation language Kunal Shanishchara (kunalhs@umd.edu) Contents History Elements and capabilities of TTCN Brief overview

More information

Budapest, October 2016 FUZZ TESTING ITS. Presented by Jürgen Großmann and Dorian Knoblauch. All rights reserved

Budapest, October 2016 FUZZ TESTING ITS. Presented by Jürgen Großmann and Dorian Knoblauch. All rights reserved Budapest, 26-28 October 2016 FUZZ TESTING ITS Presented by Jürgen Großmann and Dorian Knoblauch All rights reserved OVERVIEW AND GENERAL CONSIDERATIONS Why should Fuzz Testing be applied to ITS? All rights

More information

TTCN3 in Wireless Testing Eco Space

TTCN3 in Wireless Testing Eco Space TTCN3 in Wireless Testing Eco Space Accenture, its logo, and Accenture High Performance Delivered are trademarks of Accenture. Agenda Challenges in Test environment development for Wireless Products Critical

More information

International Telecommunication Testing Centre (ITTC)

International Telecommunication Testing Centre (ITTC) International Telecommunication Testing Centre (ITTC) Test creation principles Martin Brand ETSI TISPAN 06 Chairman ITU-T SG11 -WP4 Vice-Chairman International training seminar «Testing of System and Network

More information

ETSI CTI INTRODUCTION

ETSI CTI INTRODUCTION ETSI CTI INTRODUCTION IETF#92 Miguel Angel Reina Ortega Centre for Testing and Interoperability 2015, March 1 ETSI 2015. All rights reserved Agenda ETSI Centre for Testing & Interoperability ETSI Plugtests

More information

DO WE NEED TEST SPECIFICATION LANGUAGES?!

DO WE NEED TEST SPECIFICATION LANGUAGES?! DO WE NEED TEST SPECIFICATION LANGUAGES?! Ina Schieferdecker A-MOST @ ICST 2017, Tokyo, March 17, 2017 Please look up my yesterday s proposal for the new version of the UML Testing Profile OUTLINE 1. About

More information

onem2m Showcase demos

onem2m Showcase demos onem2m Showcase demos Presented by Laurent Velez for ETSI IoT Week 2017 INTRODUCTION The ETSI IoT week provides an ideal opportunity to demonstrate the progress in the development of products based on

More information

Khartoum, Sudan Dec 2017

Khartoum, Sudan Dec 2017 ITU-SUDACAD Regional Forum on Internet of Things for Development of Smart and Sustainable Cities Khartoum, Sudan 13-14 Dec 2017 Standardized architectures and important standards defining organizations

More information

Integration of Fokus TTCN-3 Tools into Hyades Diana Vega, Bernard Stepien, George Din

Integration of Fokus TTCN-3 Tools into Hyades Diana Vega, Bernard Stepien, George Din Integration of Fokus TTCN-3 Tools into Hyades Diana Vega, Bernard Stepien, George Din 2005 by «Diana Vega, Bernard Stepien»; made available under the EPL v1.0 28.02.2005 Fraunhofer Fokus Project aim Fokus

More information

ETSI CTI INTRODUCTION

ETSI CTI INTRODUCTION ETSI CTI INTRODUCTION IETF#91 Miguel Angel Reina Ortega Centre for Testing and Interoperability 1 ETSI 2014. All rights reserved 2014, November Agenda About ETSI Centre for Testing & Interoperability ETSI

More information

Harvesting IOT data. (Using IP networks) Ericsson 2014

Harvesting IOT data. (Using IP networks) Ericsson 2014 Harvesting IOT data (Using IP networks) Samita Chakrabarti ETSI M2M Workshop Ericsson 2014 overview The network society AGGREGATION AND CONVERGENCE IP BASED IOT AND M2M NETWORKS USECASES AND PROTOTYPE

More information

3 Software Stacks for IoT Solutions. Ian Skerrett Eclipse

3 Software Stacks for IoT Solutions. Ian Skerrett Eclipse 3 Software Stacks for IoT Solutions Ian Skerrett Eclipse Foundation @ianskerrett Copyright 2016 The Eclipse Foundation. All Rights Reserved Eclipse Foundation Not-for-profit open source foundation responsible

More information

ACHIEVING INTEROPERABLE STANDARDS -THE ETSI APPROACH. Anthony Wiles Director Centre for Testing and Interoperability (CTI)

ACHIEVING INTEROPERABLE STANDARDS -THE ETSI APPROACH. Anthony Wiles Director Centre for Testing and Interoperability (CTI) ACHIEVING INTEROPERABLE STANDARDS -THE ETSI APPROACH Anthony Wiles Director Centre for Testing and Interoperability (CTI) anthony.wiles@etsi.org Presentation Outline About ETSI What Interoperability Means

More information

Introducing MBT to Standardization. ETSI All rights reserved

Introducing MBT to Standardization. ETSI All rights reserved THE ETSI TEST DESCRIPTION LANGUAGE Introducing MBT to Standardization Presented by Andreas Ulrich, Siemens AG for ICTSS 2017, St. Petersburg, Russia ABOUT ETSI About ETSI, MTS, CTI European Telecommunication

More information

SCRIPTING APIS FOR THE WEB OF THINGS

SCRIPTING APIS FOR THE WEB OF THINGS SCRIPTING S FOR THE WEB OF THINGS Louay Bassbouss Fraunhofer FOKUS louay.bassbouss@fokus.fraunhofer.de WWW2016 - W3C Track: Building and Designing the Web of Things, Montréal, Canada MOTIVATION Script

More information

onem2m AND SMART M2M INTRODUCTION, RELEASE 2/3

onem2m AND SMART M2M INTRODUCTION, RELEASE 2/3 onem2m AND SMART M2M INTRODUCTION, RELEASE 2/3 Presenter: Omar Elloumi, onem2m TP Chair, Nokia Bell Labs and CTO group omar.elloumi@nokia.com onem2m www.onem2m.org 2016 onem2m Outline Introduction to onem2m

More information

IOT STANDARDS ECOSYSTEM WHAT S NEW? IOT WEEK GENEVA 2017

IOT STANDARDS ECOSYSTEM WHAT S NEW? IOT WEEK GENEVA 2017 IOT STANDARDS ECOSYSTEM WHAT S NEW? IOT WEEK GENEVA 2017 Presenter: Omar Elloumi, onem2m TP Chair, Nokia Bell-Labs and CTO group omar.elloumi@nokia.com onem2m www.onem2m.org 2017 onem2m Metcalfe s law

More information

2 - onem2m Common Architecture for IoT

2 - onem2m Common Architecture for IoT 2 - onem2m Common Architecture for IoT Dr. Mahdi Ben Alaya Founder & CEO, Sensinov benalaya@sensinov.com www.sensinov.com November 14, 2016 M2M world of connected services 2 Introduction Communication

More information

Standard Open Source Cloud APIs for the Smart Home

Standard Open Source Cloud APIs for the Smart Home Standard Open Source Cloud APIs for the Smart Home Sébastien Bolle, André Bottaro, Martin Hund, Andreas Kraft, Jean-Pierre Combe, Hans-Werner Bitzer 1 Eclipse IoT Days Grenoble 2018 January, 19th 2018

More information

Different levels of Interoperability

Different levels of Interoperability 1 Different levels of Interoperability Technical Syntactic Semantic Organisational "Interoperability is the ability of two systems to interoperate using the same communication protocol" from ETSI Project

More information

Achieving Interoperability - the ETSI Approach

Achieving Interoperability - the ETSI Approach Achieving Interoperability - the ETSI Approach FMCA Interoperability Week June 2008 June 2008 Anthony Wiles Director Centre for Testing and Interoperability ETSI 2008. All rights reserved Achieving Interoperability

More information

A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT. Benjamin Cabé, Eclipse

A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT. Benjamin Cabé, Eclipse A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT Benjamin Cabé, Eclipse Foundation @kartben Asset Tracking The solution The 3 IoT Software Stacks SECURITY ONTOLOGIES Hardware Abstraction Layer (HAL)

More information

An overview on the. version 3 (TTCN-3)

An overview on the. version 3 (TTCN-3) An overview on the Testing and Test Control Notation version 3 (TTCN-3) Helmut Neukirchen Í Háskóli Íslands helmut@hi.is http://www.hi.is/~helmut Outline 1. About me 2. What is TTCN-3? 3. TTCN-3 3example

More information

The Three Software Stacks Required for IoT. Benjamin Cabé Eclipse

The Three Software Stacks Required for IoT. Benjamin Cabé Eclipse The Three Software Stacks Required for IoT Benjamin Cabé Eclipse Foundation @kartben IoT? Applications Collect, exchange & analyze data IoT? Applications Collect, exchange & analyze data Sensing / Actuating

More information

From test design to validation

From test design to validation From test design to validation (with the example of the IPv6 test bed) 4th e-infrastructure Concertation Sophia Antipolis, 5/6 Dec 2007 Sebastian Müller Centre for Testing and Interoperability ETSI 2007.

More information

Some experience in running interoperability events An Overview

Some experience in running interoperability events An Overview Some experience in running interoperability events An Overview June 2008 Philippe COUSIN Sales Director Former Interoperability Service Manager ETSI 2008. All rights reserved Achieving Interoperability

More information

Welcome, Agenda and Introduction to GCF

Welcome, Agenda and Introduction to GCF Welcome, Agenda and GCF 5G MENA Workshop Lars Nielsen, GCF General Manager November 28, 2018 Gloria Hotel Dubai This GCF document is subject to copyright protection 2 Agenda Morning 3 Agenda Afternoon

More information

LTE test suites for UE conformance

LTE test suites for UE conformance LTE test suites for UE conformance TTCN-3 User Conference 2009 3-5 June 2009, ETSI, Sophia Antipolis, France Session 1: June 4 th 11:15 ETSI - MCC TF 160 Hellen Griffiths Shicheng Hu Wolfgang Seka MCC

More information

Fraunhofer FOKUS. Fraunhofer Institute for Open Communication Systems Kaiserin-Augusta-Allee Berlin, Germany.

Fraunhofer FOKUS. Fraunhofer Institute for Open Communication Systems Kaiserin-Augusta-Allee Berlin, Germany. Fraunhofer Institute for Open Communication Systems Kaiserin-Augusta-Allee 31 10589 Berlin, Germany www.fokus.fraunhofer.de Web on TV - Browser, Widgets, Applications. Where do we go? Oliver Friedrich

More information

Power of open source communities to onem2m

Power of open source communities to onem2m ETSI M2M Workshop 2015 featuring onem2m Power of open source communities to onem2m Prof. Song JaeSeung (jssong@sejong.ac.kr) Sejong University & KETI 11. December, 2015 1 Introduction to open source 2

More information

Formal verification of the implementation of the MQTT protocol in IoT devices

Formal verification of the implementation of the MQTT protocol in IoT devices Formal verification of the implementation of the MQTT protocol in IoT devices Kristiyan Mladenov University of Amsterdam Faculty of Physics, Mathematics and Informatics MSc System and Network Engineering

More information

onem2m Common Architecture for IoT interoperability

onem2m Common Architecture for IoT interoperability onem2m Common Architecture for IoT interoperability Dr. Mahdi Ben Alaya Founder & CEO, Sensinov benalaya@sensinov.com www.sensinov.com October 23, 2017 Biography R&D engineer at LAAS-CNRS laboratory in

More information

On the Standardization of Conformance Tests for Communicating Systems. State of the Art and Future Trends. Prof. Dr.

On the Standardization of Conformance Tests for Communicating Systems. State of the Art and Future Trends. Prof. Dr. On the Standardization of Conformance Tests for Communicating Systems State of the Art and Future Trends Prof. Dr. Jens Grabowski Georg-August Universität Göttingen grabowski@informatik.uni-goettingen.de

More information

The onem2m standard Horizontal Service Layer

The onem2m standard Horizontal Service Layer The onem2m standard Horizontal Service Layer June 8 th 2017, Bordeaux Nicolas Damour, Chairman of the onem2m WG2-Architecture group ndamour@sierrawireless.com Sierra Wireless is building the Internet of

More information

mbed OS Update Sam Grove Technical Lead, mbed OS June 2017 ARM 2017

mbed OS Update Sam Grove Technical Lead, mbed OS June 2017 ARM 2017 mbed OS Update Sam Grove Technical Lead, mbed OS June 2017 ARM mbed: Connecting chip to cloud Device software Device services Third-party cloud services IoT device application mbed Cloud Update IoT cloud

More information

Kepware Whitepaper. IIoT Protocols to Watch. Aron Semle, R&D Lead. Introduction

Kepware Whitepaper. IIoT Protocols to Watch. Aron Semle, R&D Lead. Introduction Kepware Whitepaper IIoT Protocols to Watch Aron Semle, R&D Lead Introduction IoT is alphabet soup. IIoT, IoE, HTTP, REST, JSON, MQTT, OPC UA, DDS, and the list goes on. Conceptually, we ve discussed IoT

More information

CCM testing environment 1

CCM testing environment 1 CCM testing environment 1 A. Hoffmann, A. Rennoch, I. Schubert, A. Vouffo-Feudjio Fraunhofer Fokus http://www.fokus.fhg.de/tip Kaiserin-Augusta-Allee 31, D-10589 Berlin, Germany phone: +49 30 3463-7000,

More information

The TINA Conformance Testing Framework. TINA Conformance Testing Framework. Ina Schieferdecker, Mang Li GMD FOKUS

The TINA Conformance Testing Framework. TINA Conformance Testing Framework. Ina Schieferdecker, Mang Li GMD FOKUS The TINA Conformance Testing Framework Ina Schieferdecker, Mang Li GMD FOKUS TINA Conference Introduction. Content The Concept of Reference Point Facets. Specification of Reference Point Facets. Testing

More information

MBT TO TTCN 3 TOOL CHAIN: THE

MBT TO TTCN 3 TOOL CHAIN: THE Budapest, 26-28 October 2016 MBT TO TTCN 3 TOOL CHAIN: THE ONEM2M EXPERIENCE Presented by Abbas AHMAD (abbas.ahmad@eglobalmark.com) Contents IoT platform testing : Introducing MBT The onem2m MBT use case

More information

Open source onem2m Platforms

Open source onem2m Platforms Open source onem2m Platforms Jaeho Kim, KETI jhkim@keti.re.kr What we need? Introduce onem2m Standard onem2m based Implementations Introduce Mobius and &Cube platforms Interworking demo & projects 2 What

More information

onem2m Overview and Positioning Dr. Josef J. Blanz,

onem2m Overview and Positioning Dr. Josef J. Blanz, onem2m Overview and Positioning Dr. Josef J. Blanz, 2018-02-08 M2M/IoT: Surge of connected things ~25 Billion Interconnected devices forecast in 2020 1 Transforming industries with innovative services

More information

Using the tpm with iot

Using the tpm with iot Using the tpm with iot David Grawrock Security Architect, Senior Principle Engineer Agenda History Lesson What Does IoT Need How Does The Fulfill Needs Usage IoT Security 2 History Worked on the from 1999

More information

Data and AI LATAM 2018

Data and AI LATAM 2018 El Internet de las Cosas para Desarrolladores Joaquin Guerrero Sr. Technical Evangelist Microsoft LATAM The Internet of Things isn t a technology revolution IoT is a business revolution, enabled by technology

More information

ARM mbed Technical Overview

ARM mbed Technical Overview ARM mbed Technical Overview Jerry Wang, FAE, ISG ARM Tech Forum Taipei July 4 th 2017 ARM mbed: Connecting chip to cloud Device software Device services Third-party cloud services IoT device application

More information

15 th November 2016 IoT Build Conference, Double Tree Hilton, Tower of London London, UK

15 th November 2016 IoT Build Conference, Double Tree Hilton, Tower of London London, UK 15 th November 2016 IoT Build Conference, Double Tree Hilton, Tower of London London, UK Jeevarathinam Ravikumar (Ravi) Stanley Security Europe (Stanley Black & Decker) 1 Agenda 1 2 3 4 Defining IoT Creating

More information

ARM mbed mbed OS mbed Cloud

ARM mbed mbed OS mbed Cloud ARM mbed mbed OS mbed Cloud MWC Shanghai 2017 Connecting chip to cloud Device software Device services Third-party cloud services IoT device application mbed Cloud Update IoT cloud applications Analytics

More information

Status of Machine to Machine Standards work in TC M2M and onem2m. Many thanks to the various contributors from TC M2M

Status of Machine to Machine Standards work in TC M2M and onem2m. Many thanks to the various contributors from TC M2M Status of Machine to Machine Standards work in TC M2M and onem2m Source : David Boswarthick (Technical Officer TC M2M). Many thanks to the various contributors from TC M2M Setting the Scene 2 Where do

More information

Whitepaper. IoT Protocols. PAASMER Support for Protocols. Website:

Whitepaper. IoT Protocols. PAASMER Support for Protocols. Website: Whitepaper IoT Protocols PAASMER Support for Protocols Website: www.mobodexter.com www.paasmer.co 1 Table of Contents 1. Introduction 3 2. IoT Protocols 4 3. Connectivity Protocols 5 4. Application Layer

More information

Telelogic Tester. Managing Concurrency and Parallel Testing with TTCN-3

Telelogic Tester. Managing Concurrency and Parallel Testing with TTCN-3 TTCN-3 Users conference Asia 2007 Beijing, China Telelogic er Managing Concurrency and Parallel ing with TTCN-3 Pierre Bentkowski, Principal Consultant 1 Concurrent TTCN-3 Why do we need a concurrent test

More information

27 June, 2017 Jaeho Kim Korea Electronics Technology Institute

27 June, 2017 Jaeho Kim Korea Electronics Technology Institute OCEAN 오픈소스소개 27 June, 2017 Jaeho Kim Korea Electronics Technology Institute I. OCEAN Overview II. OCEAN open source III. OCEAN Trends IV. Globalization & Supporting V. OCEAN Directions VI. OCEAN IoT Platform:

More information

Ambient Aware Information Delivery

Ambient Aware Information Delivery Ambient Aware Information Delivery Stephan Steglich, Christian Räck, Stefan Arbanowski steglich@cs.tu-berlin.de, @fokus.fraunhofer.de Technical University Berlin / Fraunhofer FOKUS Institute

More information

Automated Test Design with TTCN-3

Automated Test Design with TTCN-3 Automated Test Design with TTCN-3 TTCN-3 User Conference Beijing, June 8th 2010 Conformiq Tutorial Copyright Conformiq Inc. and its subsidiaries. All rights reserved. Tuesday, May 11, 2010 1 Conformiq,

More information

Open Source IoT. Eclipse IoT. Tim De Borger - Senior Solution Architect 13/06/2017

Open Source IoT. Eclipse IoT. Tim De Borger - Senior Solution Architect 13/06/2017 Open Source IoT Eclipse IoT Tim De Borger - tdeborge@redhat.com Senior Solution Architect 13/06/2017 Disclaimer The content set forth herein is Red Hat confidential information and does not constitute

More information

ETSI standards are enabling a global M2M solution. Enrico Scarrone, ETSI TC M2M Chairman, Telecom Italia 3 ETSI M2M workshop, Mandelieu, France, EU

ETSI standards are enabling a global M2M solution. Enrico Scarrone, ETSI TC M2M Chairman, Telecom Italia 3 ETSI M2M workshop, Mandelieu, France, EU ETSI standards are enabling a global M2M solution Enrico Scarrone, ETSI TC M2M Chairman, Telecom Italia 3 ETSI M2M workshop, Mandelieu, France, EU From (smart) phones to a world.. made of intelligent and

More information

Case Study Experiences from the DIAMONDS Project 8 th ETSI Security Conference January, Sophia Antipolis - France

Case Study Experiences from the DIAMONDS Project 8 th ETSI Security Conference January, Sophia Antipolis - France Case Study Experiences from the DIAMONDS Project 8 th ETSI Security Conference 16. -17. January, Sophia Antipolis - France Ina Schieferdecker www.itea2-diamonds.org DIAMONDS Project In six countries Project

More information

ETSI and GRID Standardisation. Mike Fisher, BT ETSI TC GRID Chair. 23 October 2006 ITU-T/OGF Workshop on Next Generation Networks and Grids

ETSI and GRID Standardisation. Mike Fisher, BT ETSI TC GRID Chair. 23 October 2006 ITU-T/OGF Workshop on Next Generation Networks and Grids ETSI and GRID Standardisation Mike Fisher, BT ETSI TC GRID Chair 1 ETSI and GRID GRID#2: 2 nd ETSI TC GRID Meeting, 1 Dec 2006 (Sophia- Antipolis) 3 rd ETSI GRID Plugtests, 27 Nov 1 Dec 2006 (Sophia- Antipolis)

More information

ARM mbed Technical Overview

ARM mbed Technical Overview ARM mbed Technical Overview Byungdoo Choi ARM IoTBU FAE Korea June 2017 ARM 2017 ARM knows the world of connected devices >95% market share >85% market share >90% market share >90% market share smartphone

More information

A scenario-based test approach for testing reactive concurrent systems

A scenario-based test approach for testing reactive concurrent systems Corporate Technology A scenario-based test approach for testing reactive concurrent systems Andreas Ulrich Siemens AG, Corporate Technology München, Germany ETSI MBT User Conference 2011 October 18 20,

More information

Eclipse IoT State of the Union. Benjamin Cabé, Eclipse

Eclipse IoT State of the Union. Benjamin Cabé, Eclipse Eclipse IoT State of the Union Benjamin Cabé, Eclipse Foundation @kartben Typical IoT Architecture telemetry telemetry commands commands Gateways Devices (sensors & actuators) IoT Cloud Platform Applications

More information

Industrial Internet Connectivity Framework (IICF)

Industrial Internet Connectivity Framework (IICF) Industrial Internet Connectivity Framework (IICF) IIC Liaison Workshop with onem2m Dr. Rajive Joshi Co-Chair, Connectivity Task Group, Industrial Internet Consortium (IIC) Principal Solution Architect,

More information

Collaborating to Maximize Interoperability in an Open Source Software Project. Ian Skerrett Eclipse Foundation

Collaborating to Maximize Interoperability in an Open Source Software Project. Ian Skerrett Eclipse Foundation Collaborating to Maximize Interoperability in an Open Source Software Project Ian Skerrett Eclipse Foundation Copyright 2017 The Eclipse Foundation. All Rights Reserved Eclipse Foundation Not-for-profit

More information

Proactive Shift Left (left, left, left), a practical approach. Szilard Szell, Test Coach, NOKIA 15th November, 2017, Budapest

Proactive Shift Left (left, left, left), a practical approach. Szilard Szell, Test Coach, NOKIA 15th November, 2017, Budapest Proactive Shift Left (left, left, left), a practical approach Szilard Szell, Test Coach, NOKIA 15th November, 2017, Budapest 1 2017 2017 Nokia Nokia Introduction Szilárd Széll Test Coach, Cloud Transformation

More information

From U2TP Models to Executable Tests with TTCN-3 - An Approach to Model Driven Testing -

From U2TP Models to Executable Tests with TTCN-3 - An Approach to Model Driven Testing - From U2TP Models to Executable Tests with TTCN-3 - An Approach to Model Driven Testing - Justyna Zander 1, Zhen Ru Dai 1, Ina Schieferdecker 1,2, George Din 1 1 Fraunhofer Fokus, TIP Kaiserin-Augusta-Allee

More information

Recent Developments on TTCN-3

Recent Developments on TTCN-3 Recent Developments on TTCN-3 Ina Schieferdecker, Axel Rennoch TAROT Summer School, Schloß Laubegg, 25 th June 2010 TAROT2010, Slide 1 Contents TTCN Introduction History Status Concepts and tools Applications:

More information

Hands-On with IoT Standards & Protocols

Hands-On with IoT Standards & Protocols DEVNET-3623 Hands-On with IoT Standards & Protocols Casey Bleeker, Developer Evangelist @geekbleek Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1. Find this

More information

Model Transformers for Test Generation from System Models

Model Transformers for Test Generation from System Models 1 Model Transformers for Test Generation from System Models M. Busch 1, R. Chaparadza 1, Z.R. Dai 1, A. Hoffmann 1, L. Lacmene 1, T. Ngwangwen 1, G.C. Ndem 1, H. Ogawa 2, D. Serbanescu 1, I. Schieferdecker

More information

W3C Workshop on the Web of Things

W3C Workshop on the Web of Things W3C Workshop on the Web of Things Enablers and services for an open Web of Devices 25 26 June 2014, Berlin, Germany Position Paper by Kheira Bekara, and Chakib Bekara - Centre de de Dveloppement des Technologies

More information

The Importance of OSA/Parlay in the Service Network Evolution

The Importance of OSA/Parlay in the Service Network Evolution ICT & OSA / Parlay Workshop Campinas/Sao Paulo, Brazil, March 22nd, 2006 The Importance of OSA/Parlay in the Service Network Evolution Niklas Blum TU Berlin / Fraunhofer FOKUS blum@fokus.fraunhofer.de

More information

ETSI GRID BoF. Friday 12 May GGF#17 Tokyo.

ETSI GRID BoF. Friday 12 May GGF#17 Tokyo. ETSI GRID BoF Patrick.Guillemin@etsi.org Friday 12 May GGF#17 Tokyo http://www.ggf.org/gf/event_schedule/index.php?id=247 GGF#17 - Tokyo - 12 May 2006 1 Menu ETSI means ETSI, Testing Standards, PTCC and

More information

Anjay LwM2M SDK. Enabling lightweight device management in the Internet of Things ecosystems

Anjay LwM2M SDK. Enabling lightweight device management in the Internet of Things ecosystems Anjay LwM2M SDK Enabling lightweight device management in the Internet of Things ecosystems Introduction In the era of the Internet of Things, the challenge that device manufacturers truly need to face

More information

Integrated development with ModelBus

Integrated development with ModelBus Integrated development with ModelBus Dr. Tom Ritter; tom.ritter@fokus.fraunhofer.de March 2012, Polarsys Meeting, Bilbao Fraunhofer in Germany and Worldwide At present Fraunhofer Germany maintains 57 Fraunhofer

More information

Harmonizing System Development and Test Development with MDA

Harmonizing System Development and Test Development with MDA Harmonizing Development and Development with MDA Fraunhofer FOKUS Germany OMG Software Assurance Workshop, March 2007 Motivation! ing improves software quality! Manual test development is resource consuming!

More information

Implementation of an Open Source Toolset for CCM Components and Systems Testing *

Implementation of an Open Source Toolset for CCM Components and Systems Testing * Implementation of an Open Source Toolset for CCM Components and Systems Testing * Harold Batteram 1, Wim Hellenthal 1, Willem Romijn 1, Andreas Hoffmann 2, Axel Rennoch 2, Alain Vouffo 2 1 Bell Labs Advanced

More information

ETSI TR V1.2.1 ( ) Technical Report. Methods for Testing and Specifications (MTS); Mobile Reference tests for TTCN-3 tools

ETSI TR V1.2.1 ( ) Technical Report. Methods for Testing and Specifications (MTS); Mobile Reference tests for TTCN-3 tools TR 102 976 V1.2.1 (2009-12) Technical Report Methods for Testing and Specifications (MTS); Mobile Reference tests for TTCN-3 tools 2 TR 102 976 V1.2.1 (2009-12) Reference RTR/MTS-00104[2]-MobRefTests Keywords

More information

SAFESPOT INTEGRATED PROJECT - IST IP DELIVERABLE. SP7 SCORE SAFESPOT Core Architecture

SAFESPOT INTEGRATED PROJECT - IST IP DELIVERABLE. SP7 SCORE SAFESPOT Core Architecture SAFESPOT INTEGRATED PROJECT - IST-4-026963-IP DELIVERABLE SP7 SCORE SAFESPOT Core Architecture Conformance & Interoperability Test System Mock-up Ready Deliverable No. (use the number indicated on technical

More information

Achieving Interoperability - the ETSI Approach

Achieving Interoperability - the ETSI Approach Achieving Interoperability - the ETSI Approach EC einfrastructure Concertation Days Sophia Antipolis December 6, 2007 December 2007 Anthony Wiles Director Centre for Testing and Interoperability ETSI 2007.

More information

onem2m and its role in achieving interoperability in IoT

onem2m and its role in achieving interoperability in IoT REGIONAL STANDARDIZATION FORUM FOR BRIDGING THE STANDARDIZATION GAP (BSG) Riyadh, Saudi Arabia, 19 November 2017 onem2m and its role in achieving interoperability in IoT Dr. Omar Elloumi onem2m technical

More information

Trends for Smart Grid Automation and Industry 4.0 Integration. presented by Detlef Raddatz Managing Director SystemCORP Embedded Technology

Trends for Smart Grid Automation and Industry 4.0 Integration. presented by Detlef Raddatz Managing Director SystemCORP Embedded Technology Trends for Smart Grid Automation and Industry 4.0 Integration presented by Detlef Raddatz Managing Director SystemCORP Embedded Technology Agenda Introduction Short History of Utility Communication Utility

More information

ETSI TC GRID in 5mn!

ETSI TC GRID in 5mn! ETSI TC GRID in 5mn! e-infrastructure concertation meeting, 5-6 December2007 Laurent.vreck@etsi.org ETSI Technical Officer http://portal.etsi.org/grid What is TC GRID working on Call for expert How to

More information

IoT on Fedora Using Fedora as a base for the IoT Revolution

IoT on Fedora Using Fedora as a base for the IoT Revolution IoT on Fedora Using Fedora as a base for the IoT Revolution Presented by Peter Robinson Fedora contriibutor, Red Hatter CC-BY-SA Overview Am I just going to talk ARM? HELL NO!! IoT is a LOT bigger than

More information

ON THE DESIGN OF THE NEW TESTING LANGUAGE TTCN-3

ON THE DESIGN OF THE NEW TESTING LANGUAGE TTCN-3 1 ON THE DESIGN OF THE NEW TESTING LANGUAGE TTCN-3 Jens Grabowski a, Anthony Wiles b, Colin Willcock c, Dieter Hogrefe a a Institute for Telematics, University of Lübeck, Ratzeburger Allee 160, D-23538

More information

COPYRIGHTED MATERIAL. Index

COPYRIGHTED MATERIAL. Index Index Page numbers in bold refer to the glossary. A adaptation layer software 96, 172 agile development process 75 6, 114 API (Application Programming Interface) 179 categorization 28 30 testing 135, 142

More information

Interoperability Best Practices

Interoperability Best Practices Solve the Challenge of Interoperability! Interoperability Best Practices Sponsored by the European Commission www.etsi.org www.plugtests.org Interoperability Best Practices Content 1. Market Drivers for

More information

ENHANCED SYSTEM INTEGRATION TEST AUTOMATION TOOL (E-SITAT)

ENHANCED SYSTEM INTEGRATION TEST AUTOMATION TOOL (E-SITAT) ENHANCED SYSTEM INTEGRATION TEST AUTOMATION TOOL (E-SITAT) Akshat Sharma www.lnttechservices.com Table of Contents Abstract 03 Introduction 03 Use of E-SITAT for automation 03 E-SITAT Architecture & design

More information

Distributed Load Tests with TTCN-3

Distributed Load Tests with TTCN-3 Distributed Load Tests with TTCN-3 George Din 1, Sorin Tolea 1, and Ina Schieferdecker 1,2 1 Fraunhofer FOKUS, MOTION, Kaiserin-Augusta-Allee 31, 10589 Berlin, Germany 2 Technical University Berlin, Faculty

More information

Research and development on virtualized telecommunication networks by Fraunhofer FOKUS and TU Berlin

Research and development on virtualized telecommunication networks by Fraunhofer FOKUS and TU Berlin FP7/FIRE SDN Workshop Research and development on virtualized telecommunication networks by Fraunhofer FOKUS and TU Berlin Julius Mueller (TU Berlin / Fraunhofer FOKUS) Julius.mueller@tu-berlin.de www.av.tu-berlin.de/jm

More information

ETSI CENTRE OF TESTING & INTEROPERABILITY JANUARY 2011

ETSI CENTRE OF TESTING & INTEROPERABILITY JANUARY 2011 ETSI CENTRE OF TESTING & INTEROPERABILITY JANUARY 2011 Standardization and Interoperability We live in an interconnected world and interoperability is key to drive it forward In our homes -Digital Home,

More information

MQTT Message Queue Telemetry Transport.

MQTT Message Queue Telemetry Transport. MQTT Message Queue Telemetry Transport http://mqtt.org/ MQTT - Open Connectivity for Mobile, M2M and IoT A lightweight publish/subscribe protocol with predictable bi-directional message delivery 2013 MQTT

More information

ETSI s role in global ICT standardization

ETSI s role in global ICT standardization ETSI s role in global ICT standardization ETSI M2M Standardization Workshop 4-5 June 2008 Hermann Brand Vice President, New Initiatives & Market Development ETSI Secretariat ETSI 2008. All rights reserved

More information

5G Commercial realization: From standards to deployments

5G Commercial realization: From standards to deployments 5G Commercial realization: From standards to deployments 5G MENA 28 November 2018 This GCF document is subject to copyright protection Chris Hogg GCF Programme Manager Chris Hogg (GCF Programme Manager)

More information

A Language-based Approach to Interoperability of IoT Platforms

A Language-based Approach to Interoperability of IoT Platforms COLLECTOR CoAP TEMPERATURE SENSOR HTTP/FTP/SMTP UDP Set Temperature 70 ºF Get Temperature 68 ºF END TO END PATTERN PUBLISH/SUBSCRIBE PATTERN HVAC COLLECTOR TEMPERATURE SENSOR HVAC TCP/UDP TEMPERATURE SENSOR

More information

IOT ARCHITECT. Certification. IoT Architect

IOT ARCHITECT. Certification. IoT Architect IOT ARCHITECT Certification IoT Architect The Next-Gen IT Academy from Arcitura is dedicated to providing an ever-growing variety of training courses and accreditations in contemporary technologies and

More information

HOW WOT MAY BENEFIT FROM A GENERIC DISCOVERY/COMMUNICATION API IN LINE WITH PRESENTATION API MODEL W3C THING API PROPOSAL

HOW WOT MAY BENEFIT FROM A GENERIC DISCOVERY/COMMUNICATION API IN LINE WITH PRESENTATION API MODEL W3C THING API PROPOSAL HOW WOT MAY BENEFIT FROM A GENERIC DISCOVERY/COMMUNICATION API IN LINE WITH PRESENTATION API MODEL W3C THING API PROPOSAL Louay Bassbouss Fraunhofer FOKUS louay.bassbouss@fokus.fraunhofer.de AGENDA Idea

More information