You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.
Verify that there are tests or assertions to check for error messages when leaving the required fields blank. Current required fields are account name and ARN.
Verify that there are tests or assertions to check for the minimum and maximum value length.
For the Account Name it should have at least 3 and at maximum 256 characters. The maximum is ensured by the the input field maxlenght attribute.
The ARN expects a value following this format arn:aws:iam::123456789012:role/Cloud-Meter-role
Verify that there are tests or assertions to check if the back button will save the status, if the previous input values will remain the same when coming back.
Verify that there are tests or assertions to check if the Cancel button will actually cancel the account creation and the wizard will be dismissed.
Assumptions and Questions
The above tests should be done using a regular user. The superuser should have a similar behavior.
The text was updated successfully, but these errors were encountered:
As a Integrade QE, I want tests that ensure the cloud account creation wizard is working properly.
Acceptance Criteria
arn:aws:iam::123456789012:role/Cloud-Meter-role
Assumptions and Questions
The text was updated successfully, but these errors were encountered: