Manjunath
Manjunath

Reputation: 65

How to test alexa custom skills on alexa app before publishing?

I have created sample skill with aws lamda functions. I have tested skills using simulator which is working fine. I want to test skills on alexa app.

Can anybody mention steps to test skills on alexa app from scratch ?

Upvotes: 3

Views: 3031

Answers (5)

Shivanshu Garg
Shivanshu Garg

Reputation: 67

That's pretty simple. Just download the Alexa app on your smartphone and Log in with the same ID that you used to develop the skill. In the "Skills and Games" section, you will find your skill under the "In dev" tab. From there you can test your skill.

Upvotes: 0

johndoe
johndoe

Reputation: 4387

You can test it with Alexa App,

  1. Login to Alexa app with your developer account.
  2. Click on the Alexa Logo at the bottom center to make Alexa listen to you.
  3. Open your skill with your invocation name.

You can also see You skill under Skills and Games section of the Alexa app.

  1. Open Skills and Games
  2. Click on Your Skills (Top right)
  3. Your skill will be listed under Dev Skills.

Upvotes: 0

bdifferent
bdifferent

Reputation: 703

The developer console should work. You dont need to write 'Alexa tell skillname to do something'. Leave out the 'Alexa' in the beginning. Otherwise you can also the skill directly on a device. When the skill is enabled for testing, and you have an alexa device under the same account, you can already use the skill on that device.

Upvotes: 0

SHASHI BHUSAN
SHASHI BHUSAN

Reputation: 710

Your development skill is available in "Skills > Your Skills" page of the Alexa App. You can enable the skill and test its functionality by asking Alexa, ...

NOTE: - check the language to your skill compiled is same as your Alexa App language. Make sure your request complies with https://developer.amazon.com/docs/custom-skills/request-and-response-json-reference.html

Upvotes: 1

GBDevs
GBDevs

Reputation: 96

Your Alexa Skills are automatically installed on your device where the registration device is done with the same developer account. Even before you publish a Skill you will find in the section Skill and Games of the app Alexa under the tab your Skill section Developers.

Upvotes: 5

Related Questions