POC for BPSS testing: Case 1

Test Object

ID

Description

Mode

Operation

Configuration

Message Expression

Test Suite
Test Case testcase_1POC of exception handling
Thread type='synchronous'
TestStepstep_01_01
Send a message m1PutMessage
TestStepstep_01_02
Thread type='asynchronous'
TestStepstep_03Test that an Error message was NOT received, any time within 300 seconds after step_01
Filter any ErrorList elements in the MessageStoreGetMessage/MessageStore//Message//[eb:ErrorList]
AssertionVerify Error is NOT presentVerifyContent//Message[count()=0]
End Thread
TestStepstep_01_03
Retrieve Response message M2GetMessage/MessageStore/Message//[eb:MessageHeader[eb:ConversationId=$ConversationId and eb:Action="Mute" and eb:MessageData/eb:MessageId='m2']
AssertionVerify Response is presentVerifyContent//Message(count()=1)>
End Thread