Reputation: 65
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
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
Reputation: 4387
You can test it with Alexa App,
You can also see You skill under Skills and Games
section of the Alexa app.
Skills and Games
Your Skills
(Top right)Dev Skills
.Upvotes: 0
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
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
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