SlideShare a Scribd company logo
1 of 6
Download to read offline
The Internet of Things: QA Unleashed
To seize the IoT high ground, QA organizations need to view software
testing beyond devices and sensors, and think holistically about added
technical complexity that comes with the huge volumes, velocity and
variety of data generated across a smart and connected ecosystem.
Executive Summary
The wide gamut of IP-aware and -addressable
technology known as the Internet of Things (IoT)
is embedded deeply into our professional and
personal lives. “The Internet of Things installed
base will grow to 26 billion units by 2020,” says
Gartner.1
“IoT product and service suppliers will
generate incremental revenue exceeding $300
billion, mostly in services, in 2020. It will result in
$1.9 trillion in global economic value-add through
sales into diverse end markets.”
The sensors at the heart of IoT are embedded
in a wide range of applications, from tweeting
turbines (GE’s Brilliant Machine metaphor) and
toothbrushes, through smart thermostats (think
Nest) and personal health monitoring devices
(think Fitbit). These sensors are transforming how
we work and live. The combination of sensors and
applications are making the new smarter cities,
homes, railways, healthcare services and much
more. Further, data analytics from the evolving
connected world holds immense promise for con-
tinuously improving the system.
Though the influence of IoT is already evident
across different verticals, emerging markets will
witness rapid growth as product designers dream
up ways to exploit real-time machine-to-machine
connectivity and intelligence. This white paper
captures the aspects of IoT that are relevant to
QA organizations. Further, it elaborates the para-
digm shift required in QA in order to embrace the
technology changes applicable to products and
services offered in IoT’s wide spectrum.
Core Components
Though multiple definitions exist for IoT, we define
it as a network of physical objects that contain
sensors or embedded technologies to interact
with the internal or external environment and to
take intelligent decisions. Core components of
IoT include three different components: things,
communication and computing (see Figure 2,
next page).
• Things: Things are the real-world objects or
devices that include the sensors and embedded
software required to communicate with the
external environment.
• Cognizant 20-20 Insights
cognizant 20-20 insights | april 2015
cognizant 20-20 insights 2
•	 Communication: Communication is the core
networking component that helps the thing
communicate with another thing or the
external environment. Typically, communica-
tion protocol is based on the type of network
such as the WAN, LAN or PAN. The network is
4G in the case of WAN; WiFi or Wifi Direct in the
case of LAN; and BLE, Zigbee, ANT+, sub 1GHz
in the case of PAN. Sometimes it is possible
that the communication is wired as well.
•	 Computing: Computing is often done on a
mobile device, desktop or server, based on the
amount of data that needs to be processed and
analyzed. Computing occurs at two levels: one,
to make intelligent decisions within the system,
and the other to form the vital link for business
to perform big data analysis for understanding
IoT user behavior.
The Internet of Things
Automobile
The Intern
Healthcare
Retail
Manufacturing
46%
41%
12%
14%
The Many Manifestations of IoT
Figure 1
IoT’s Key Components
Communication Infrastructure
Wired and wireless (Wi-Fi, 4G, Bluetooth,
Zigbee) networks connect Things to the
Internet and each other.
Things
Smart, connected products and other
Things combine processors, sensors
and software with connectivity.
Computing Infrastructure
Data capture and analytics tools, and
new business and software applications
create new forms of value.
Figure 2
cognizant 20-20 insights 3
Defining QA’s Role
There is a plethora of applications under devel-
opment to expand the existing hyperintelligent,
connected world. However, organizations need
to perform testing on these applications before
they reach prime time. The role of QA is there-
fore critical, because it involves testing hardware
and software and transmitting massive amounts
of real-time intelligence. Top challenges and solu-
tions that QA managers can enlist include:
•	 The hardware/software convergence of QA:
Devices, sensors and applications form the
ecosystem. However, there is a phase shift from
sheer testing of applications in a defined envi-
ronment to testing the experience in a dynamic
environment. With several million sensors
and different types of devices providing the
experience in conjunction with intelligent
software, mere functionality validation is not
enough in an environment as complex as IoT.
•	 A working system is not sufficient: To certify
an IoT system or service, it is not enough to
merely ensure a working set of device software.
For instance, a shipment tracking system with
sensors and devices that communicate with
multiple software back-ends will need intelligent
algorithms to ensure accurate product delivery.
This requires a very robust QA validation
process. The use cases could be extremely
complex in real time; the variety of real-time
scenarios can become a challenge for QA.
•	 Large number of sensor interactions: The
creation of an environment to test a real-time
IoT implementation is a challenge. It entails not
only configuring an environment to validate
the correctness, but also to assess scalability
and reliability. The system is built on numerous
analytics engines, and demands a significant
experience in simulation to build out a test
environment. While the hardware and the
protocols are typically well tested by device
makers, understanding application intelligence
and the device’s real-time complexity is an
extremely new art and science for many appli-
cation developers and QA experts.
In a nutshell, the software testing challenges
go beyond devices and sensors to include the
added complexity that comes with big data (i.e.,
huge volume, velocity and variety), which makes
validation of real-time IoT certification a major
headache.
Addressing IoT’s QA Complexity
A comprehensive QA strategy is required to cover
the depth and breadth of IoT testing. The strat-
egy must include the types of testing, test lab
setup, testing tools and simulators that should
be deployed. Considering the difficulties in gen-
erating big data from the thing in a testing
environment, it is crucial to evaluate data simula-
tion and virtualization techniques. Stubs can be
considered as options during early stages while
data recorders can serve as alternatives at later
stages. Beyond test planning and data simulation,
metrics-driven exhaustive test execution is per-
formed to achieve a stable system.
QA organizations can split IoT test areas into two
layers, as described below. While the QA needs
to be performed across both layers, it is always
easier to identify techniques and the types of test-
ing that can be adapted to each layer to enhance
the QA strategy.
•	 The device interaction layer: This layer
is where the software and the hardware
components of a real-time IoT environment
interact.
One typical example is a Bluetooth device
transmitting real-time data to a mobile device
app. Oftentimes, there is a lot of interaction
testing occurring on the functional side of QA.
However, other types of testing could also be
required. The following are the broad types of
other required elements, in addition to typical
software testing:
>> Conformance with standards: These are
mostly device performance attributes that
are specific to devices and sensors. These at-
tributes must be validated against the stan-
dards of the device and its communications
protocol. Hardware vendors perform most
of these tests, but there could be certain
domain- or use-case-specific requirements
such as the use of such devices in an envi-
ronment that was not tested.
>> Interoperability: The ability of different de-
vices to support the required functionality
among themselves, other external devices
and implementations.
>> Security: With billions of sensors in the mak-
ing, it’s crucial to tackle data privacy and the
security concerns across the IoT ecosystem.
The following are the different types of secu-
rity testing requirements:
»» Identity and authentication.
cognizant 20-20 insights 4
»» Data protection.
»» Data encryption.
»» Storage data security in local and remote
clouds.
•	 The user interaction layer: This layer is the
touch point between the thing and the user.
The success of the overall system depends on
the user receiving a seamless experience. Key
testing areas in this layer include:
>> Network capability and device level tests:
The specific aspects of network communica-
tion such as connectivity are validated by
simulating different network modes in addi-
tion to device-level validation such as energy
consumption tests, etc.
>> Usability and user experience: Usability
and user experience are important in terms
of the real-time usability; it involves human/
machine interaction and also the real-time
experience that the IoT system provides in
a specific interaction. For example, contact-
less payments compared with a physical
card-based payment.
>> The IoT services and back-end IoT envi-
ronment: While integration testing of the
interfaces is key, there is a complex data
layer that comes into play. For example, a
typical IoT system packs a complex ana-
lytical engine to ensure an exceptional user
experience.
Creating a QA environment to enable validation
of such an interface means addressing the grow-
ing data volume, velocity and variety challenges
of the IoT ecosystem. The front-end validation
environment can be done by assembling data
recorders and simulators. The service and data
layer validations will involve complex simulation
services such as the generation of millions of
sensor hits, machine learning algorithms and the
ability to generate time-boxed traffic.
There are a few methods to create such an eco-
system; for example, leveraging sandboxes of
development services or creating mock envi-
ronments using virtualization tools. However,
numerous implementation synergies are required
to establish a working set of environments for
a thorough services and back-end validation
platform.
Functionality:
Web/UI, embedded and
back-end computing.
Compatibility:
multiple configuration, protocol
versions, product versions
(backward compatibility), mobile OS.
Exploratory:
one-day-in-a-life
scenarios, and beyond
functional requirements
and structured testing.
Performance:
both of the network
communication and
internal computation.
Security:
including privacy,
autonomy and control.
Connectivity:
between the things
and communication
infrastructure.
IoT Testing Areas
Figure 3
cognizant 20-20 insights 5
IoT Testing Types
A simple IoT ecosystem borrows several software
testing approaches from regular QA parlance to
validate IoT applications. It is important to focus
on all three core components of the IoT system to
treat functional and connectivity testing as criti-
cal elements of overall IoT ecosystem testing.
The following types of testing must also be per-
formed across the IoT ecosystem:
•	 Performance testing that covers the rapidity
of the communication network model, as well
as the internal computation capabilities of the
embedded software system.
•	 Security testing that covers privacy, autonomy
and spying.
•	 Compatibility testing with the possible com-
bination of device version, protocol version,
mobile devices and mobile OS version.
•	 Exploratory testing to test from the user’s
perspective and beyond predefined test
procedures.
Solutions and Framework Opportunities
The IoT ecosystem puts forth a myriad of QA chal-
lenges. Importantly, the QA organization should
view these challenges as opportunities to build
frameworks and solutions. The following are a
few such opportunities:
•	 Protocol simulators: One of the interesting
aspects of IoT QA is the ability to work with
multiple protocols. Protocol simulators can
come in handy when there is a huge variety of
device end-points and interfaces to validate.
•	 Data recorders: Data recorders from different
types of devices can be helpful in smart
validation across device sets. The recorded
data can be played across different device
end-points automatically, which in turn can be
a great enabler in compatibility testing of apps
across different device sets and communica-
tion layers.
•	 Virtualization: This is an important aspect
of IoT validation. Due to highly complex
IoT interfaces, there is little opportunity for
real-time validation of application behavior.
Therefore, it will still be beneficial to bring in
an ample amount of virtualization into the
services on which IoT applications are built.
Virtualization of an IoT ecosystem yields the
benefits of faster turnaround and reduced costs
due to minimal dependency on the production
environment for testing. It also leads to earlier
identification of defects, thereby establishing
a new dimension within the validation process.
Looking Forward
The investments made in IT infrastructure and
marketing can take businesses only so far, partic-
ularly if they do not have a holistic approach to
testing the IoT ecosystem. As IoT expands beyond
the periphery into the mainstream of consumer
and enterprise markets, QA teams must gear up
to help their organizations take advantage of the
tremendous opportunities created by the ongo-
ing business digitization.
It’s time for QA organizations to empower their
companies with reliable IoT products and services
that make good on the promise of smart, connect-
ed devices that elevate everything from personal
wellness/hygiene and driving, through manufac-
turing, logistics management and air travel. With
ever-greater blending of IoT into business and IT,
it is necessary for the QA teams to upskill beyond
traditional functional testing and gear up for inte-
grated testing of embedded software, IT solutions
and big data — and to understand their influence
on one another.
To prepare for the Iot onslaught, QA organiza-
tions should focus on the following:
•	 Orient people to gain an amalgamation of
skills, combining QA, quality engineering and
hardware validation to meet the demands of
IoT QA.
•	 Build collaborative QA teams with a view
toward performing integrated tests spanning
hardware, software and big data layers, thereby
augmenting the niche and broader aspects of
IoT testing.
•	 Look for tool-build opportunities: As the dis-
tinctions between hardware and software blur,
there is a plethora of opportunities to build
solutions to enhance QA across the internal
systems ecosystem.
•	 Build labs that serve the entire digital
portfolio, to experiment and simulate real-time
experiences that inform smarter ways of
testing.
•	 Build a culture of “test as a user” vs. a
mind-set in which the organization merely
tests against requirements; this will ensure
the “experience” component of the IoT stream
is well-established for a comprehensive quality
product or service.
Footnote
1	
http://www.gartner.com/newsroom/id/2636073.
About the Authors
Subbiah Muthiah is an Associate Director within Cognizant’s Quality Engineering & Assurance (QE&A)
Center of Excellence (CoE). He is responsible for techno-business development and building quality
assurance for trending themes such as digital services, connected devices, wearables and telematics.
Subbiah has more than 14 years of relevant industry experience with in-depth knowledge across the
mobile stack — from the application layer to RF. He holds a bachelor’s degree in engineering and works
out of Chennai in Tamil Nadu, India. Subbiah can be reached at Subbiah.Muthiah@cognizant.com.
Ramakrishnan Venkatasubramanian (Ram) is a Director within Cognizant’s QE&A Technology Center of
Excellence. He has over 15 years of experience in the information technology industry. Ram’s experi-
ence spans software development, product engineering, test automation, mobility, cloud, the Internet
of Things and technology consulting. He leads the Digital Stream of Technology CoE including R&D,
mobility, virtualization and Internet of Things streams within the Cognizant QE&A practice. Ram can be
reached at Ramakrishnan.Venkatasubramanian@cognizant.com.
About Cognizant
Cognizant (NASDAQ: CTSH) is a leading provider of information technology, consulting, and business process out-
sourcing services, dedicated to helping the world’s leading companies build stronger businesses. Headquartered in
Teaneck, New Jersey (U.S.), Cognizant combines a passion for client satisfaction, technology innovation, deep industry
and business process expertise, and a global, collaborative workforce that embodies the future of work. With over 75
development and delivery centers worldwide and approximately 211,500 employees as of December 31, 2014, Cogni-
zant is a member of the NASDAQ-100, the S&P 500, the Forbes Global 2000, and the Fortune 500 and is ranked among
the top performing and fastest growing companies in the world. Visit us online at www.cognizant.com or follow us on
Twitter: Cognizant.
World Headquarters
500 Frank W. Burr Blvd.
Teaneck, NJ 07666 USA
Phone: +1 201 801 0233
Fax: +1 201 801 0243
Toll Free: +1 888 937 3277
Email: inquiry@cognizant.com
European Headquarters
1 Kingdom Street
Paddington Central
London W2 6BD
Phone: +44 (0) 20 7297 7600
Fax: +44 (0) 20 7121 0102
Email: infouk@cognizant.com
India Operations Headquarters
#5/535, Old Mahabalipuram Road
Okkiyam Pettai, Thoraipakkam
Chennai, 600 096 India
Phone: +91 (0) 44 4209 6000
Fax: +91 (0) 44 4209 6060
Email: inquiryindia@cognizant.com
­­© Copyright 2015, Cognizant. All rights reserved. No part of this document may be reproduced, stored in a retrieval system, transmitted in any form or by any
means, electronic, mechanical, photocopying, recording, or otherwise, without the express written permission from Cognizant. The information contained herein is
subject to change without notice. All other trademarks mentioned herein are the property of their respective owners. 	 TL Codex 1233

More Related Content

What's hot

Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoTIRJET Journal
 
IRJET- A Survey on Secure Protocols of Communication for IoT Components i...
IRJET-  	  A Survey on Secure Protocols of Communication for IoT Components i...IRJET-  	  A Survey on Secure Protocols of Communication for IoT Components i...
IRJET- A Survey on Secure Protocols of Communication for IoT Components i...IRJET Journal
 
Functional requirements of intelligent object framework
Functional requirements of intelligent object frameworkFunctional requirements of intelligent object framework
Functional requirements of intelligent object frameworkijscai
 
Tips on designing for the Internet of Things
Tips on designing for the Internet of ThingsTips on designing for the Internet of Things
Tips on designing for the Internet of ThingsDesign World
 
Cse 8th sem syllabus
Cse 8th sem syllabusCse 8th sem syllabus
Cse 8th sem syllabusAkshatha Nair
 
IoT Security Risks and Challenges
IoT Security Risks and ChallengesIoT Security Risks and Challenges
IoT Security Risks and ChallengesOWASP Delhi
 
Security and Authentication of Internet of Things (IoT) Devices
Security and Authentication of Internet of Things (IoT) DevicesSecurity and Authentication of Internet of Things (IoT) Devices
Security and Authentication of Internet of Things (IoT) DevicesSanjayKumarYadav58
 
Ppt 3 - IOT logic design
Ppt   3 - IOT logic designPpt   3 - IOT logic design
Ppt 3 - IOT logic designudhayakumarc1
 
IRJET- Exploring the Nuances of Internet of Things in Health Care Assisting S...
IRJET- Exploring the Nuances of Internet of Things in Health Care Assisting S...IRJET- Exploring the Nuances of Internet of Things in Health Care Assisting S...
IRJET- Exploring the Nuances of Internet of Things in Health Care Assisting S...IRJET Journal
 
IEEE Radio & Wireless Week IoT Powered by Wireless Presentation
IEEE Radio & Wireless Week IoT Powered by Wireless PresentationIEEE Radio & Wireless Week IoT Powered by Wireless Presentation
IEEE Radio & Wireless Week IoT Powered by Wireless PresentationMark Goldstein
 
Security Issues & Threats in IoT Infrastructure
Security Issues & Threats in IoT InfrastructureSecurity Issues & Threats in IoT Infrastructure
Security Issues & Threats in IoT InfrastructureIJAEMSJORNAL
 
IoT from edge to cloud: bringing order to the chaos
IoT from edge to cloud: bringing order to the chaosIoT from edge to cloud: bringing order to the chaos
IoT from edge to cloud: bringing order to the chaosXylos
 
Cybersecurity: A Manufacturers Guide by Clearnetwork
Cybersecurity: A Manufacturers Guide by ClearnetworkCybersecurity: A Manufacturers Guide by Clearnetwork
Cybersecurity: A Manufacturers Guide by ClearnetworkClearnetwork
 
Iot secure connected devices indicthreads
Iot secure connected devices indicthreadsIot secure connected devices indicthreads
Iot secure connected devices indicthreadsIndicThreads
 

What's hot (20)

Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoT
 
IRJET- A Survey on Secure Protocols of Communication for IoT Components i...
IRJET-  	  A Survey on Secure Protocols of Communication for IoT Components i...IRJET-  	  A Survey on Secure Protocols of Communication for IoT Components i...
IRJET- A Survey on Secure Protocols of Communication for IoT Components i...
 
Functional requirements of intelligent object framework
Functional requirements of intelligent object frameworkFunctional requirements of intelligent object framework
Functional requirements of intelligent object framework
 
Questions in iot
Questions in iotQuestions in iot
Questions in iot
 
Internet of things
Internet of thingsInternet of things
Internet of things
 
Tips on designing for the Internet of Things
Tips on designing for the Internet of ThingsTips on designing for the Internet of Things
Tips on designing for the Internet of Things
 
Cse 8th sem syllabus
Cse 8th sem syllabusCse 8th sem syllabus
Cse 8th sem syllabus
 
IoT Security Risks and Challenges
IoT Security Risks and ChallengesIoT Security Risks and Challenges
IoT Security Risks and Challenges
 
Security and Authentication of Internet of Things (IoT) Devices
Security and Authentication of Internet of Things (IoT) DevicesSecurity and Authentication of Internet of Things (IoT) Devices
Security and Authentication of Internet of Things (IoT) Devices
 
Lecture 14
Lecture 14Lecture 14
Lecture 14
 
Ppt 3 - IOT logic design
Ppt   3 - IOT logic designPpt   3 - IOT logic design
Ppt 3 - IOT logic design
 
Lecture 4
Lecture  4Lecture  4
Lecture 4
 
IRJET- Exploring the Nuances of Internet of Things in Health Care Assisting S...
IRJET- Exploring the Nuances of Internet of Things in Health Care Assisting S...IRJET- Exploring the Nuances of Internet of Things in Health Care Assisting S...
IRJET- Exploring the Nuances of Internet of Things in Health Care Assisting S...
 
IEEE Radio & Wireless Week IoT Powered by Wireless Presentation
IEEE Radio & Wireless Week IoT Powered by Wireless PresentationIEEE Radio & Wireless Week IoT Powered by Wireless Presentation
IEEE Radio & Wireless Week IoT Powered by Wireless Presentation
 
Security Issues & Threats in IoT Infrastructure
Security Issues & Threats in IoT InfrastructureSecurity Issues & Threats in IoT Infrastructure
Security Issues & Threats in IoT Infrastructure
 
IoT from edge to cloud: bringing order to the chaos
IoT from edge to cloud: bringing order to the chaosIoT from edge to cloud: bringing order to the chaos
IoT from edge to cloud: bringing order to the chaos
 
Lecture 11
Lecture 11Lecture 11
Lecture 11
 
Cybersecurity: A Manufacturers Guide by Clearnetwork
Cybersecurity: A Manufacturers Guide by ClearnetworkCybersecurity: A Manufacturers Guide by Clearnetwork
Cybersecurity: A Manufacturers Guide by Clearnetwork
 
Iot secure connected devices indicthreads
Iot secure connected devices indicthreadsIot secure connected devices indicthreads
Iot secure connected devices indicthreads
 
Io t first(1)
Io t first(1)Io t first(1)
Io t first(1)
 

Viewers also liked

SQA Days 19. Internet of Tested Things (English slides)
SQA Days 19. Internet of Tested Things (English slides)SQA Days 19. Internet of Tested Things (English slides)
SQA Days 19. Internet of Tested Things (English slides)Nikita Nalyutin
 
How to Build Your Future in the Internet of Things Economy. Jennifer Riggins
How to Build Your Future in the Internet of Things Economy. Jennifer RigginsHow to Build Your Future in the Internet of Things Economy. Jennifer Riggins
How to Build Your Future in the Internet of Things Economy. Jennifer RigginsFuture Insights
 
The Internet of Things & Ireland, August 2015 - Presentation
The Internet of Things & Ireland, August 2015 - Presentation The Internet of Things & Ireland, August 2015 - Presentation
The Internet of Things & Ireland, August 2015 - Presentation IDA-Ireland
 
From 'Zero Defect Software' to 'First Time Right with Business'
From 'Zero Defect Software' to 'First Time Right with Business'From 'Zero Defect Software' to 'First Time Right with Business'
From 'Zero Defect Software' to 'First Time Right with Business'Cognizant
 
Business Assurance: The Quality Implications of Digital Transformation
Business Assurance: The Quality Implications of Digital TransformationBusiness Assurance: The Quality Implications of Digital Transformation
Business Assurance: The Quality Implications of Digital TransformationCognizant
 
Optimizing Product Realization Costs Across the Value Chain
Optimizing Product Realization Costs Across the Value ChainOptimizing Product Realization Costs Across the Value Chain
Optimizing Product Realization Costs Across the Value ChainCognizant
 
Testing Transformation in the IoT Era
Testing Transformation in the IoT EraTesting Transformation in the IoT Era
Testing Transformation in the IoT EraTechWell
 
Top Five Secrets for a Successful Enterprise Mobile QA Automation Strategy
Top Five Secrets for a Successful Enterprise Mobile QA Automation StrategyTop Five Secrets for a Successful Enterprise Mobile QA Automation Strategy
Top Five Secrets for a Successful Enterprise Mobile QA Automation StrategyCognizant
 
Atagg2015 iot internet of things - get ready to test the connected future ata...
Atagg2015 iot internet of things - get ready to test the connected future ata...Atagg2015 iot internet of things - get ready to test the connected future ata...
Atagg2015 iot internet of things - get ready to test the connected future ata...Agile Testing Alliance
 
Digital Quality Assurance: Insights and Trends Shaping Banking and Financial ...
Digital Quality Assurance: Insights and Trends Shaping Banking and Financial ...Digital Quality Assurance: Insights and Trends Shaping Banking and Financial ...
Digital Quality Assurance: Insights and Trends Shaping Banking and Financial ...Cognizant
 
Managing Massive data of the IoT through cooperative semantic nodes
Managing Massive data of the IoT through cooperative semantic nodesManaging Massive data of the IoT through cooperative semantic nodes
Managing Massive data of the IoT through cooperative semantic nodesBenoit Christophe
 
How Business Process Assurance Can Enhance Quality When Applying Agile Method...
How Business Process Assurance Can Enhance Quality When Applying Agile Method...How Business Process Assurance Can Enhance Quality When Applying Agile Method...
How Business Process Assurance Can Enhance Quality When Applying Agile Method...Cognizant
 
IoT Testing by Robins Abraham
IoT Testing by Robins AbrahamIoT Testing by Robins Abraham
IoT Testing by Robins Abrahammomoahmedabad
 
IoT testing and quality assurance indicthreads
IoT testing and quality assurance indicthreadsIoT testing and quality assurance indicthreads
IoT testing and quality assurance indicthreadsIndicThreads
 
Internet of Things & Hardware Industry Report 2016
Internet of Things & Hardware Industry Report 2016Internet of Things & Hardware Industry Report 2016
Internet of Things & Hardware Industry Report 2016Bernard Moon
 
Internet of Things (IoT) - We Are at the Tip of An Iceberg
Internet of Things (IoT) - We Are at the Tip of An IcebergInternet of Things (IoT) - We Are at the Tip of An Iceberg
Internet of Things (IoT) - We Are at the Tip of An IcebergDr. Mazlan Abbas
 
14 Banking Facts to Help You Master the New Digital Economy
14 Banking Facts to Help You Master the New Digital Economy14 Banking Facts to Help You Master the New Digital Economy
14 Banking Facts to Help You Master the New Digital EconomyCognizant
 
Digital Assurance: Develop a Comprehensive Testing Strategy for Digital Trans...
Digital Assurance: Develop a Comprehensive Testing Strategy for Digital Trans...Digital Assurance: Develop a Comprehensive Testing Strategy for Digital Trans...
Digital Assurance: Develop a Comprehensive Testing Strategy for Digital Trans...CA Technologies
 
End-to-end Testing for IoT Integrity
End-to-end Testing for IoT IntegrityEnd-to-end Testing for IoT Integrity
End-to-end Testing for IoT IntegrityParasoft
 

Viewers also liked (20)

SQA Days 19. Internet of Tested Things (English slides)
SQA Days 19. Internet of Tested Things (English slides)SQA Days 19. Internet of Tested Things (English slides)
SQA Days 19. Internet of Tested Things (English slides)
 
How to Build Your Future in the Internet of Things Economy. Jennifer Riggins
How to Build Your Future in the Internet of Things Economy. Jennifer RigginsHow to Build Your Future in the Internet of Things Economy. Jennifer Riggins
How to Build Your Future in the Internet of Things Economy. Jennifer Riggins
 
The Internet of Things & Ireland, August 2015 - Presentation
The Internet of Things & Ireland, August 2015 - Presentation The Internet of Things & Ireland, August 2015 - Presentation
The Internet of Things & Ireland, August 2015 - Presentation
 
From 'Zero Defect Software' to 'First Time Right with Business'
From 'Zero Defect Software' to 'First Time Right with Business'From 'Zero Defect Software' to 'First Time Right with Business'
From 'Zero Defect Software' to 'First Time Right with Business'
 
Business Assurance: The Quality Implications of Digital Transformation
Business Assurance: The Quality Implications of Digital TransformationBusiness Assurance: The Quality Implications of Digital Transformation
Business Assurance: The Quality Implications of Digital Transformation
 
Optimizing Product Realization Costs Across the Value Chain
Optimizing Product Realization Costs Across the Value ChainOptimizing Product Realization Costs Across the Value Chain
Optimizing Product Realization Costs Across the Value Chain
 
Testing Transformation in the IoT Era
Testing Transformation in the IoT EraTesting Transformation in the IoT Era
Testing Transformation in the IoT Era
 
Top Five Secrets for a Successful Enterprise Mobile QA Automation Strategy
Top Five Secrets for a Successful Enterprise Mobile QA Automation StrategyTop Five Secrets for a Successful Enterprise Mobile QA Automation Strategy
Top Five Secrets for a Successful Enterprise Mobile QA Automation Strategy
 
Atagg2015 iot internet of things - get ready to test the connected future ata...
Atagg2015 iot internet of things - get ready to test the connected future ata...Atagg2015 iot internet of things - get ready to test the connected future ata...
Atagg2015 iot internet of things - get ready to test the connected future ata...
 
Digital Quality Assurance: Insights and Trends Shaping Banking and Financial ...
Digital Quality Assurance: Insights and Trends Shaping Banking and Financial ...Digital Quality Assurance: Insights and Trends Shaping Banking and Financial ...
Digital Quality Assurance: Insights and Trends Shaping Banking and Financial ...
 
Managing Massive data of the IoT through cooperative semantic nodes
Managing Massive data of the IoT through cooperative semantic nodesManaging Massive data of the IoT through cooperative semantic nodes
Managing Massive data of the IoT through cooperative semantic nodes
 
How Business Process Assurance Can Enhance Quality When Applying Agile Method...
How Business Process Assurance Can Enhance Quality When Applying Agile Method...How Business Process Assurance Can Enhance Quality When Applying Agile Method...
How Business Process Assurance Can Enhance Quality When Applying Agile Method...
 
IoT Testing by Robins Abraham
IoT Testing by Robins AbrahamIoT Testing by Robins Abraham
IoT Testing by Robins Abraham
 
IoT testing and quality assurance indicthreads
IoT testing and quality assurance indicthreadsIoT testing and quality assurance indicthreads
IoT testing and quality assurance indicthreads
 
IoT: Testing - Shardul Rao
IoT: Testing - Shardul RaoIoT: Testing - Shardul Rao
IoT: Testing - Shardul Rao
 
Internet of Things & Hardware Industry Report 2016
Internet of Things & Hardware Industry Report 2016Internet of Things & Hardware Industry Report 2016
Internet of Things & Hardware Industry Report 2016
 
Internet of Things (IoT) - We Are at the Tip of An Iceberg
Internet of Things (IoT) - We Are at the Tip of An IcebergInternet of Things (IoT) - We Are at the Tip of An Iceberg
Internet of Things (IoT) - We Are at the Tip of An Iceberg
 
14 Banking Facts to Help You Master the New Digital Economy
14 Banking Facts to Help You Master the New Digital Economy14 Banking Facts to Help You Master the New Digital Economy
14 Banking Facts to Help You Master the New Digital Economy
 
Digital Assurance: Develop a Comprehensive Testing Strategy for Digital Trans...
Digital Assurance: Develop a Comprehensive Testing Strategy for Digital Trans...Digital Assurance: Develop a Comprehensive Testing Strategy for Digital Trans...
Digital Assurance: Develop a Comprehensive Testing Strategy for Digital Trans...
 
End-to-end Testing for IoT Integrity
End-to-end Testing for IoT IntegrityEnd-to-end Testing for IoT Integrity
End-to-end Testing for IoT Integrity
 

Similar to The Internet of Things: QA Unleashed

What Is IoT, IoT Testing And What Are Its Challenges | BugRaptors
What Is IoT, IoT Testing And What Are Its Challenges | BugRaptorsWhat Is IoT, IoT Testing And What Are Its Challenges | BugRaptors
What Is IoT, IoT Testing And What Are Its Challenges | BugRaptorsBugRaptors
 
An Insight on Testing the IoT Applications
An Insight on Testing the IoT ApplicationsAn Insight on Testing the IoT Applications
An Insight on Testing the IoT ApplicationsTestingXperts
 
Group 5 IoT Architecture Layer
Group 5 IoT Architecture LayerGroup 5 IoT Architecture Layer
Group 5 IoT Architecture LayerMarcus Maneja
 
Presentation about IoT in media and communication.pdf
Presentation about IoT in media and communication.pdfPresentation about IoT in media and communication.pdf
Presentation about IoT in media and communication.pdfezzAyman1
 
INTEROPERABILITY, FLEXIBILITY AND INDUSTRIAL DESIGN REQUIREMENTS IN THE IoT
INTEROPERABILITY, FLEXIBILITY AND INDUSTRIAL DESIGN REQUIREMENTS IN THE IoTINTEROPERABILITY, FLEXIBILITY AND INDUSTRIAL DESIGN REQUIREMENTS IN THE IoT
INTEROPERABILITY, FLEXIBILITY AND INDUSTRIAL DESIGN REQUIREMENTS IN THE IoTMuhammad Ahad
 
The Tools of Industry 4.0
The Tools of Industry 4.0The Tools of Industry 4.0
The Tools of Industry 4.0Osama Shahumi
 
#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...
#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...
#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...Agile Testing Alliance
 
Internet of things
Internet of thingsInternet of things
Internet of thingsraj esaki
 
A REVIEW PAPER ON “IOT” & FUTURE RESEARCH IN INTERNET APPLICATIONS
A REVIEW PAPER ON “IOT” & FUTURE RESEARCH IN INTERNET APPLICATIONSA REVIEW PAPER ON “IOT” & FUTURE RESEARCH IN INTERNET APPLICATIONS
A REVIEW PAPER ON “IOT” & FUTURE RESEARCH IN INTERNET APPLICATIONSIRJET Journal
 
Role of software testing in industry
Role of software testing in industryRole of software testing in industry
Role of software testing in industryTestingXperts
 
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...IRJET Journal
 
Simulation, modelling and packet sniffing facilities for IoT: A systematic an...
Simulation, modelling and packet sniffing facilities for IoT: A systematic an...Simulation, modelling and packet sniffing facilities for IoT: A systematic an...
Simulation, modelling and packet sniffing facilities for IoT: A systematic an...IJECEIAES
 
Unit_1_IOT_INTRO.pptx
Unit_1_IOT_INTRO.pptxUnit_1_IOT_INTRO.pptx
Unit_1_IOT_INTRO.pptxBharat Tank
 
F5 Networks: The Internet of Things - Ready Infrastructure
F5 Networks: The Internet of Things - Ready InfrastructureF5 Networks: The Internet of Things - Ready Infrastructure
F5 Networks: The Internet of Things - Ready InfrastructureF5 Networks
 
The-5-Cs-plus-1-of-IoT.pdf
The-5-Cs-plus-1-of-IoT.pdfThe-5-Cs-plus-1-of-IoT.pdf
The-5-Cs-plus-1-of-IoT.pdfKbNguyen1
 
111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docx111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docxherminaprocter
 
111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docx111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docxRAJU852744
 

Similar to The Internet of Things: QA Unleashed (20)

What Is IoT, IoT Testing And What Are Its Challenges | BugRaptors
What Is IoT, IoT Testing And What Are Its Challenges | BugRaptorsWhat Is IoT, IoT Testing And What Are Its Challenges | BugRaptors
What Is IoT, IoT Testing And What Are Its Challenges | BugRaptors
 
An Insight on Testing the IoT Applications
An Insight on Testing the IoT ApplicationsAn Insight on Testing the IoT Applications
An Insight on Testing the IoT Applications
 
Basics of IoT Testing
Basics of IoT TestingBasics of IoT Testing
Basics of IoT Testing
 
Group 5 IoT Architecture Layer
Group 5 IoT Architecture LayerGroup 5 IoT Architecture Layer
Group 5 IoT Architecture Layer
 
Presentation about IoT in media and communication.pdf
Presentation about IoT in media and communication.pdfPresentation about IoT in media and communication.pdf
Presentation about IoT in media and communication.pdf
 
IoT.pptx
IoT.pptxIoT.pptx
IoT.pptx
 
INTEROPERABILITY, FLEXIBILITY AND INDUSTRIAL DESIGN REQUIREMENTS IN THE IoT
INTEROPERABILITY, FLEXIBILITY AND INDUSTRIAL DESIGN REQUIREMENTS IN THE IoTINTEROPERABILITY, FLEXIBILITY AND INDUSTRIAL DESIGN REQUIREMENTS IN THE IoT
INTEROPERABILITY, FLEXIBILITY AND INDUSTRIAL DESIGN REQUIREMENTS IN THE IoT
 
The Tools of Industry 4.0
The Tools of Industry 4.0The Tools of Industry 4.0
The Tools of Industry 4.0
 
#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...
#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...
#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...
 
Internet of things
Internet of thingsInternet of things
Internet of things
 
A REVIEW PAPER ON “IOT” & FUTURE RESEARCH IN INTERNET APPLICATIONS
A REVIEW PAPER ON “IOT” & FUTURE RESEARCH IN INTERNET APPLICATIONSA REVIEW PAPER ON “IOT” & FUTURE RESEARCH IN INTERNET APPLICATIONS
A REVIEW PAPER ON “IOT” & FUTURE RESEARCH IN INTERNET APPLICATIONS
 
Role of software testing in industry
Role of software testing in industryRole of software testing in industry
Role of software testing in industry
 
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
 
Simulation, modelling and packet sniffing facilities for IoT: A systematic an...
Simulation, modelling and packet sniffing facilities for IoT: A systematic an...Simulation, modelling and packet sniffing facilities for IoT: A systematic an...
Simulation, modelling and packet sniffing facilities for IoT: A systematic an...
 
Unit_1_IOT_INTRO.pptx
Unit_1_IOT_INTRO.pptxUnit_1_IOT_INTRO.pptx
Unit_1_IOT_INTRO.pptx
 
F5 Networks: The Internet of Things - Ready Infrastructure
F5 Networks: The Internet of Things - Ready InfrastructureF5 Networks: The Internet of Things - Ready Infrastructure
F5 Networks: The Internet of Things - Ready Infrastructure
 
INTERNET OF THINGS
INTERNET OF THINGSINTERNET OF THINGS
INTERNET OF THINGS
 
The-5-Cs-plus-1-of-IoT.pdf
The-5-Cs-plus-1-of-IoT.pdfThe-5-Cs-plus-1-of-IoT.pdf
The-5-Cs-plus-1-of-IoT.pdf
 
111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docx111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docx
 
111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docx111Blockchain-Outside ofCurrenciesDigital currencies w.docx
111Blockchain-Outside ofCurrenciesDigital currencies w.docx
 

More from Cognizant

Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...Cognizant
 
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-makingData Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-makingCognizant
 
It Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
It Takes an Ecosystem: How Technology Companies Deliver Exceptional ExperiencesIt Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
It Takes an Ecosystem: How Technology Companies Deliver Exceptional ExperiencesCognizant
 
Intuition Engineered
Intuition EngineeredIntuition Engineered
Intuition EngineeredCognizant
 
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...Cognizant
 
Enhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital InitiativesEnhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital InitiativesCognizant
 
The Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility MandateThe Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility MandateCognizant
 
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...Cognizant
 
Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...Cognizant
 
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...Cognizant
 
Green Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for SustainabilityGreen Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for SustainabilityCognizant
 
Policy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for InsurersPolicy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for InsurersCognizant
 
The Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with DigitalThe Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with DigitalCognizant
 
AI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to ValueAI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to ValueCognizant
 
Operations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First ApproachOperations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First ApproachCognizant
 
Five Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the CloudFive Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the CloudCognizant
 
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining FocusedGetting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining FocusedCognizant
 
Crafting the Utility of the Future
Crafting the Utility of the FutureCrafting the Utility of the Future
Crafting the Utility of the FutureCognizant
 
Utilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data PlatformUtilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data PlatformCognizant
 
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...Cognizant
 

More from Cognizant (20)

Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
 
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-makingData Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
 
It Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
It Takes an Ecosystem: How Technology Companies Deliver Exceptional ExperiencesIt Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
It Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
 
Intuition Engineered
Intuition EngineeredIntuition Engineered
Intuition Engineered
 
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
 
Enhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital InitiativesEnhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital Initiatives
 
The Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility MandateThe Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility Mandate
 
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
 
Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...
 
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
 
Green Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for SustainabilityGreen Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for Sustainability
 
Policy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for InsurersPolicy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for Insurers
 
The Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with DigitalThe Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with Digital
 
AI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to ValueAI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to Value
 
Operations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First ApproachOperations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First Approach
 
Five Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the CloudFive Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the Cloud
 
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining FocusedGetting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
 
Crafting the Utility of the Future
Crafting the Utility of the FutureCrafting the Utility of the Future
Crafting the Utility of the Future
 
Utilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data PlatformUtilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data Platform
 
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
 

The Internet of Things: QA Unleashed

  • 1. The Internet of Things: QA Unleashed To seize the IoT high ground, QA organizations need to view software testing beyond devices and sensors, and think holistically about added technical complexity that comes with the huge volumes, velocity and variety of data generated across a smart and connected ecosystem. Executive Summary The wide gamut of IP-aware and -addressable technology known as the Internet of Things (IoT) is embedded deeply into our professional and personal lives. “The Internet of Things installed base will grow to 26 billion units by 2020,” says Gartner.1 “IoT product and service suppliers will generate incremental revenue exceeding $300 billion, mostly in services, in 2020. It will result in $1.9 trillion in global economic value-add through sales into diverse end markets.” The sensors at the heart of IoT are embedded in a wide range of applications, from tweeting turbines (GE’s Brilliant Machine metaphor) and toothbrushes, through smart thermostats (think Nest) and personal health monitoring devices (think Fitbit). These sensors are transforming how we work and live. The combination of sensors and applications are making the new smarter cities, homes, railways, healthcare services and much more. Further, data analytics from the evolving connected world holds immense promise for con- tinuously improving the system. Though the influence of IoT is already evident across different verticals, emerging markets will witness rapid growth as product designers dream up ways to exploit real-time machine-to-machine connectivity and intelligence. This white paper captures the aspects of IoT that are relevant to QA organizations. Further, it elaborates the para- digm shift required in QA in order to embrace the technology changes applicable to products and services offered in IoT’s wide spectrum. Core Components Though multiple definitions exist for IoT, we define it as a network of physical objects that contain sensors or embedded technologies to interact with the internal or external environment and to take intelligent decisions. Core components of IoT include three different components: things, communication and computing (see Figure 2, next page). • Things: Things are the real-world objects or devices that include the sensors and embedded software required to communicate with the external environment. • Cognizant 20-20 Insights cognizant 20-20 insights | april 2015
  • 2. cognizant 20-20 insights 2 • Communication: Communication is the core networking component that helps the thing communicate with another thing or the external environment. Typically, communica- tion protocol is based on the type of network such as the WAN, LAN or PAN. The network is 4G in the case of WAN; WiFi or Wifi Direct in the case of LAN; and BLE, Zigbee, ANT+, sub 1GHz in the case of PAN. Sometimes it is possible that the communication is wired as well. • Computing: Computing is often done on a mobile device, desktop or server, based on the amount of data that needs to be processed and analyzed. Computing occurs at two levels: one, to make intelligent decisions within the system, and the other to form the vital link for business to perform big data analysis for understanding IoT user behavior. The Internet of Things Automobile The Intern Healthcare Retail Manufacturing 46% 41% 12% 14% The Many Manifestations of IoT Figure 1 IoT’s Key Components Communication Infrastructure Wired and wireless (Wi-Fi, 4G, Bluetooth, Zigbee) networks connect Things to the Internet and each other. Things Smart, connected products and other Things combine processors, sensors and software with connectivity. Computing Infrastructure Data capture and analytics tools, and new business and software applications create new forms of value. Figure 2
  • 3. cognizant 20-20 insights 3 Defining QA’s Role There is a plethora of applications under devel- opment to expand the existing hyperintelligent, connected world. However, organizations need to perform testing on these applications before they reach prime time. The role of QA is there- fore critical, because it involves testing hardware and software and transmitting massive amounts of real-time intelligence. Top challenges and solu- tions that QA managers can enlist include: • The hardware/software convergence of QA: Devices, sensors and applications form the ecosystem. However, there is a phase shift from sheer testing of applications in a defined envi- ronment to testing the experience in a dynamic environment. With several million sensors and different types of devices providing the experience in conjunction with intelligent software, mere functionality validation is not enough in an environment as complex as IoT. • A working system is not sufficient: To certify an IoT system or service, it is not enough to merely ensure a working set of device software. For instance, a shipment tracking system with sensors and devices that communicate with multiple software back-ends will need intelligent algorithms to ensure accurate product delivery. This requires a very robust QA validation process. The use cases could be extremely complex in real time; the variety of real-time scenarios can become a challenge for QA. • Large number of sensor interactions: The creation of an environment to test a real-time IoT implementation is a challenge. It entails not only configuring an environment to validate the correctness, but also to assess scalability and reliability. The system is built on numerous analytics engines, and demands a significant experience in simulation to build out a test environment. While the hardware and the protocols are typically well tested by device makers, understanding application intelligence and the device’s real-time complexity is an extremely new art and science for many appli- cation developers and QA experts. In a nutshell, the software testing challenges go beyond devices and sensors to include the added complexity that comes with big data (i.e., huge volume, velocity and variety), which makes validation of real-time IoT certification a major headache. Addressing IoT’s QA Complexity A comprehensive QA strategy is required to cover the depth and breadth of IoT testing. The strat- egy must include the types of testing, test lab setup, testing tools and simulators that should be deployed. Considering the difficulties in gen- erating big data from the thing in a testing environment, it is crucial to evaluate data simula- tion and virtualization techniques. Stubs can be considered as options during early stages while data recorders can serve as alternatives at later stages. Beyond test planning and data simulation, metrics-driven exhaustive test execution is per- formed to achieve a stable system. QA organizations can split IoT test areas into two layers, as described below. While the QA needs to be performed across both layers, it is always easier to identify techniques and the types of test- ing that can be adapted to each layer to enhance the QA strategy. • The device interaction layer: This layer is where the software and the hardware components of a real-time IoT environment interact. One typical example is a Bluetooth device transmitting real-time data to a mobile device app. Oftentimes, there is a lot of interaction testing occurring on the functional side of QA. However, other types of testing could also be required. The following are the broad types of other required elements, in addition to typical software testing: >> Conformance with standards: These are mostly device performance attributes that are specific to devices and sensors. These at- tributes must be validated against the stan- dards of the device and its communications protocol. Hardware vendors perform most of these tests, but there could be certain domain- or use-case-specific requirements such as the use of such devices in an envi- ronment that was not tested. >> Interoperability: The ability of different de- vices to support the required functionality among themselves, other external devices and implementations. >> Security: With billions of sensors in the mak- ing, it’s crucial to tackle data privacy and the security concerns across the IoT ecosystem. The following are the different types of secu- rity testing requirements: »» Identity and authentication.
  • 4. cognizant 20-20 insights 4 »» Data protection. »» Data encryption. »» Storage data security in local and remote clouds. • The user interaction layer: This layer is the touch point between the thing and the user. The success of the overall system depends on the user receiving a seamless experience. Key testing areas in this layer include: >> Network capability and device level tests: The specific aspects of network communica- tion such as connectivity are validated by simulating different network modes in addi- tion to device-level validation such as energy consumption tests, etc. >> Usability and user experience: Usability and user experience are important in terms of the real-time usability; it involves human/ machine interaction and also the real-time experience that the IoT system provides in a specific interaction. For example, contact- less payments compared with a physical card-based payment. >> The IoT services and back-end IoT envi- ronment: While integration testing of the interfaces is key, there is a complex data layer that comes into play. For example, a typical IoT system packs a complex ana- lytical engine to ensure an exceptional user experience. Creating a QA environment to enable validation of such an interface means addressing the grow- ing data volume, velocity and variety challenges of the IoT ecosystem. The front-end validation environment can be done by assembling data recorders and simulators. The service and data layer validations will involve complex simulation services such as the generation of millions of sensor hits, machine learning algorithms and the ability to generate time-boxed traffic. There are a few methods to create such an eco- system; for example, leveraging sandboxes of development services or creating mock envi- ronments using virtualization tools. However, numerous implementation synergies are required to establish a working set of environments for a thorough services and back-end validation platform. Functionality: Web/UI, embedded and back-end computing. Compatibility: multiple configuration, protocol versions, product versions (backward compatibility), mobile OS. Exploratory: one-day-in-a-life scenarios, and beyond functional requirements and structured testing. Performance: both of the network communication and internal computation. Security: including privacy, autonomy and control. Connectivity: between the things and communication infrastructure. IoT Testing Areas Figure 3
  • 5. cognizant 20-20 insights 5 IoT Testing Types A simple IoT ecosystem borrows several software testing approaches from regular QA parlance to validate IoT applications. It is important to focus on all three core components of the IoT system to treat functional and connectivity testing as criti- cal elements of overall IoT ecosystem testing. The following types of testing must also be per- formed across the IoT ecosystem: • Performance testing that covers the rapidity of the communication network model, as well as the internal computation capabilities of the embedded software system. • Security testing that covers privacy, autonomy and spying. • Compatibility testing with the possible com- bination of device version, protocol version, mobile devices and mobile OS version. • Exploratory testing to test from the user’s perspective and beyond predefined test procedures. Solutions and Framework Opportunities The IoT ecosystem puts forth a myriad of QA chal- lenges. Importantly, the QA organization should view these challenges as opportunities to build frameworks and solutions. The following are a few such opportunities: • Protocol simulators: One of the interesting aspects of IoT QA is the ability to work with multiple protocols. Protocol simulators can come in handy when there is a huge variety of device end-points and interfaces to validate. • Data recorders: Data recorders from different types of devices can be helpful in smart validation across device sets. The recorded data can be played across different device end-points automatically, which in turn can be a great enabler in compatibility testing of apps across different device sets and communica- tion layers. • Virtualization: This is an important aspect of IoT validation. Due to highly complex IoT interfaces, there is little opportunity for real-time validation of application behavior. Therefore, it will still be beneficial to bring in an ample amount of virtualization into the services on which IoT applications are built. Virtualization of an IoT ecosystem yields the benefits of faster turnaround and reduced costs due to minimal dependency on the production environment for testing. It also leads to earlier identification of defects, thereby establishing a new dimension within the validation process. Looking Forward The investments made in IT infrastructure and marketing can take businesses only so far, partic- ularly if they do not have a holistic approach to testing the IoT ecosystem. As IoT expands beyond the periphery into the mainstream of consumer and enterprise markets, QA teams must gear up to help their organizations take advantage of the tremendous opportunities created by the ongo- ing business digitization. It’s time for QA organizations to empower their companies with reliable IoT products and services that make good on the promise of smart, connect- ed devices that elevate everything from personal wellness/hygiene and driving, through manufac- turing, logistics management and air travel. With ever-greater blending of IoT into business and IT, it is necessary for the QA teams to upskill beyond traditional functional testing and gear up for inte- grated testing of embedded software, IT solutions and big data — and to understand their influence on one another. To prepare for the Iot onslaught, QA organiza- tions should focus on the following: • Orient people to gain an amalgamation of skills, combining QA, quality engineering and hardware validation to meet the demands of IoT QA. • Build collaborative QA teams with a view toward performing integrated tests spanning hardware, software and big data layers, thereby augmenting the niche and broader aspects of IoT testing. • Look for tool-build opportunities: As the dis- tinctions between hardware and software blur, there is a plethora of opportunities to build solutions to enhance QA across the internal systems ecosystem. • Build labs that serve the entire digital portfolio, to experiment and simulate real-time experiences that inform smarter ways of testing. • Build a culture of “test as a user” vs. a mind-set in which the organization merely tests against requirements; this will ensure the “experience” component of the IoT stream is well-established for a comprehensive quality product or service.
  • 6. Footnote 1 http://www.gartner.com/newsroom/id/2636073. About the Authors Subbiah Muthiah is an Associate Director within Cognizant’s Quality Engineering & Assurance (QE&A) Center of Excellence (CoE). He is responsible for techno-business development and building quality assurance for trending themes such as digital services, connected devices, wearables and telematics. Subbiah has more than 14 years of relevant industry experience with in-depth knowledge across the mobile stack — from the application layer to RF. He holds a bachelor’s degree in engineering and works out of Chennai in Tamil Nadu, India. Subbiah can be reached at Subbiah.Muthiah@cognizant.com. Ramakrishnan Venkatasubramanian (Ram) is a Director within Cognizant’s QE&A Technology Center of Excellence. He has over 15 years of experience in the information technology industry. Ram’s experi- ence spans software development, product engineering, test automation, mobility, cloud, the Internet of Things and technology consulting. He leads the Digital Stream of Technology CoE including R&D, mobility, virtualization and Internet of Things streams within the Cognizant QE&A practice. Ram can be reached at Ramakrishnan.Venkatasubramanian@cognizant.com. About Cognizant Cognizant (NASDAQ: CTSH) is a leading provider of information technology, consulting, and business process out- sourcing services, dedicated to helping the world’s leading companies build stronger businesses. Headquartered in Teaneck, New Jersey (U.S.), Cognizant combines a passion for client satisfaction, technology innovation, deep industry and business process expertise, and a global, collaborative workforce that embodies the future of work. With over 75 development and delivery centers worldwide and approximately 211,500 employees as of December 31, 2014, Cogni- zant is a member of the NASDAQ-100, the S&P 500, the Forbes Global 2000, and the Fortune 500 and is ranked among the top performing and fastest growing companies in the world. Visit us online at www.cognizant.com or follow us on Twitter: Cognizant. World Headquarters 500 Frank W. Burr Blvd. Teaneck, NJ 07666 USA Phone: +1 201 801 0233 Fax: +1 201 801 0243 Toll Free: +1 888 937 3277 Email: inquiry@cognizant.com European Headquarters 1 Kingdom Street Paddington Central London W2 6BD Phone: +44 (0) 20 7297 7600 Fax: +44 (0) 20 7121 0102 Email: infouk@cognizant.com India Operations Headquarters #5/535, Old Mahabalipuram Road Okkiyam Pettai, Thoraipakkam Chennai, 600 096 India Phone: +91 (0) 44 4209 6000 Fax: +91 (0) 44 4209 6060 Email: inquiryindia@cognizant.com ­­© Copyright 2015, Cognizant. All rights reserved. No part of this document may be reproduced, stored in a retrieval system, transmitted in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the express written permission from Cognizant. The information contained herein is subject to change without notice. All other trademarks mentioned herein are the property of their respective owners. TL Codex 1233