| Test | # Passed | # Skipped | # Retried | # Failed | Time (ms) | Included Groups | Excluded Groups |
|---|---|---|---|---|---|---|---|
| Rest Assured Api Suites | |||||||
| Rest Assured | 0 | 0 | 0 | 1 | 8,423 | ||
| Class | Method | Start | Time (ms) |
|---|---|---|---|
| Rest Assured Api Suites | |||
| Rest Assured — failed | |||
| com.kinective.testscripts.AdobeSMS.DifferentAuthentication | rtsDocument | 1732198367931 | 8374 |
| Parameter #1 |
|---|
| {ERROR MESSAGE=, TEST SCENARIO=test Scenario, EXPECTED STATUS=, PartnerID=tesign, TEST ID=rtsDocument, BusinessAppUserID=fiadmin, APIKey=P@ssword1, SESSION BODY=, UserID=fiadmin, VERIFY FIELDS=, LOGIN BODY={ "HostFIID": "ccadobe", "UserID": "{{UserID}}", "BusinessAppUserID": "{{BusinessAppUserID}}", "PartnerID": "{{PartnerID}}", "APIKey": "{{APIKey}}" }, BODY=, FIID=ccadobe} |
| Messages |
| Exception |
java.lang.Exception: Failed to reserve a new account number
at com.kinective.testscripts.AdobeSMS.DifferentAuthentication.rtsDocument(DifferentAuthentication.java:53)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: com.generics.utils.KinectiveException: Failed to verify the Failure Response
at com.generics.utils.WebserviceTestBaseClass.verifyFailureResponse(WebserviceTestBaseClass.java:138)
at com.kinective.testscripts.AdobeSMS.DifferentAuthentication.rtsDocument(DifferentAuthentication.java:43)
... 28 more
Caused by: java.lang.NumberFormatException: For input string: ""
at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
at java.base/java.lang.Integer.parseInt(Integer.java:678)
at java.base/java.lang.Integer.parseInt(Integer.java:786)
at com.generics.utils.WebserviceTestBaseClass.verifyFailureResponse(WebserviceTestBaseClass.java:116)
... 29 more
... Removed 28 stack frames |