Stories from Testing Voice First Devices, Such as Alexa - Kim Knup

  • Locked
Kim Knup's profile
Kim Knup

Stories from Testing Voice First Devices, Such as Alexa - Kim Knup image
Talk Description

“Alexa, how do I test a voice skill?”

“Sorry, I don’t know that one”

If Alexa doesn’t know, how are you supposed to know?!

The Alexa companion app, which is required to set up Amazon's Echo devices was the top app for Android and iPhone on Christmas day. This is a strong indicator that these voice first devices were the top gift in 2017 and sales aren’t slowing down.

Amazon doesn’t disclose official device sales, but said in a press release that “Amazon Devices also had its best holiday yet, with tens of millions of Alexa-enabled devices sold worldwide.”

This means the voice skill customer base is growing, and more and more companies are looking into breaking into the voice market to engage with their customer.

Having had the opportunity to work at an agency that prides itself on being pioneers of new tech, I have definitely seen this trend with us developing several Alexa skills at the same time in early 2018.

This talk will tell the tale of how a mobile development team, used to working on mobile apps, had to change their design and product thinking, especially when it came to testing the new voice products.

We’re no longer developing throw away proof of concepts. Customers want working and engaging voice skills with real life applications, for their users.

So how do you go from testing a mobile application to testing a voice skill? It can feel really daunting to not be using a keyboard, but instead be shouting through a room testing something.

What are the things to consider? Do you need to be able to do accents? (Note - having a diverse team helps massively already.)

But your mobile testing experience is not lost. Understanding voice design and the platform that will be used (Alexa vs google assistant) is the first step.

Testing can then be split into several, hopefully familiar, stages:

  • Test the design, question workflows
  • Manual testing using a variety of tools - voice device simulators
  • Unit testing the code
  • End to end testing using the device - do the user flows work, what happens when they don’t?
  • Continuous testing - mostly using monitoring tools - What are your users actually saying?

 

This session provides an overview of my experience testing voice apps, specifically focused on Alexa, and what tools are available to you. How testing a voice skill may and may not differ from more conventional testing and by knowing how the pieces fit together you can really help inform your testing approach. Also sometimes all you need is a whiteboard and another person to get started.

Takeaways:

  • The Alexa platform basics: These are the concepts, definitions, and underlying architecture you need to know before testing Alexa voice apps.
  • Ideas for different test phases for an Alexa skill: Some of the most useful testing we did was before a line of code was written.
  • Overview of test tools we used - from pens and notepads to the Alexa developer portal to simulators.
What you’ll learn

By the end of this talk, you'll be able to:

  • TBA
Kim Knup's profile'

Kim Knup

Kim is Senior Digital Tester at Legal and General, co-organisers of the Brighton tester meet-up; #TestActually and event host for the Brighton Software Testing Clinic. She is passionate about usability and likes to do what the user (apparently) would never do.

Over the years she’s worked in linguistic games testing, and worked with big data archiving and asset management tools as well as recruiting and leading a small team of testers. Her main interests are usability testing and using automation tools to aid exploratory testing.

Suggested Content
Helping Your Coworkers Get The Testing Picture
Power of Models - Dan Ashby & Richard Bradshaw
Should You Create Automation For Each Negative API Scenario?
How to Test Serverless Cloud Applications - Glenn Buckholz
Thunderstruck by Serverless: a Tale of Learning and Testing Microservices - Conall Bennett
Lessons Learnt Moving to Microservices - Simon Dobson
Explore MoT
Episode One: The Companion
A free monthly virtual software testing community gathering
The Building Blocks of the Internet
Learn the fundamental technologies that make up websites and web pages

Tags

  • system-architecture
  • test-design