Please enable JavaScript.
Coggle requires JavaScript to display documents.
Invenias Platform Automation - Coggle Diagram
Invenias Platform Automation
Functional Tests
InveniasPr.FuncTests
Authentication
AppleIdentityServerTests
Given_GetTokenRequest_FromAppleClient_When_RefreshTokenIsValid_Then_AValidTokenIsReturned() -happypath
Given_GetTokenRequest_FromAppleClient_When_RefreshTokenIsNotValid_Then_ATokenIsNotReturned() - sad path
BaseIdentityServerTests
Given_GetTokenRequest_When_ValidCredentialsAreUsed_ThenAValidTokenIsReturned() - happypath
Given_GetTokenRequest_When_InvalidCredentialsAreUsed_ThenNoTokenIsReturned() - sad path
OutlookIdentityServerTests
Given_CreatePersonRequest_WhenPersonHasPosition_ThenReturnedModelContainsPositionEndDateWithTimeZone()
Why is this here?
Given_CreatePersonRequest_WhenPersonHasPosition_ThenReturnedModelContainsPositionStartDateWithTimeZone()
why is this here?
Given_GetTokenRequest_FromOutlookClient_When_RefreshTokenIsNotValid_Then_ATokenIsNotReturned() - sad path
Given_GetTokenRequest_FromOutlookClient_When_RefreshTokenIsValid_UserIsDisabled_Then_AValidTokenIsNotReturned() - sadpath
no happy path
WebServiceIDentityServerTests
Given_ClientUser_GetTokenRequest_When_ValidCredentialsAreUsed_ThenAValidTokenIsReturned() - happy path
Given_CandidateUser_GetTokenRequest_When_ValidCredentialsAreUsed_ThenAValidTokenIsReturned() - happy path
no sad path
Management
TenantCreationTests
Given_CreateTenantRequest_When_CompanyCodeIsInvalid_Then_HttpBadRequestIsReturned
Given_CreateTenantRequest_When_CompanyCodeIsRestricted_Then_TenantIsNotCreated
TenantUpgradeTests
?