Skip to content

Add Consumer App

Chintan Shah edited this page Oct 25, 2016 · 1 revision
Action Expected Result
1) To verify Add a New App It should able to click on add a new app button.
2) To verify enter the Name It should allow to enter the name in the given field.
3) To verify whether the name is reached the maximum length or not It should allow only 255 characters in the name not more than that.
4) To verify the Name is not written It should show an error message as "Name is Required".
5) To verify enter the Description It should allow to enter the description in the given field.
6) To verify whether the description is reached the maximum length or not It should allow only 1000 characters in the description not more than that.
7) To verify the Description is not written It should show an error message as "Description is Required".
8) To verify enter the Call Back URL It should allow to enter the call back url in the given field.
9) To verify whether the call back url is reached the maximum length or not It should allow only 255 characters in the call back url not more than that.
10) To verify whether Call Back URL is valid or invalid It should allow entering the valid URL as Domain name followed by API.
11) To verify Call Back URL is not written It should show an error message as "Call Back URL is Required".
12) To verify click on Submit Button It should allow clicking on submit button.
13) To verify whether the message is been displayed or not It should display a message as "Consumer App is added Successfully".
14) To verify if all the fields are blank It should not allow the user to click on Submit button.