amjadafanah / FX-SAAS-9

This project is for testing the security and quality of APIs in FX SaaS
0 stars 0 forks source link

FX-SAAS-9 : ApiV1RunsIdTestSuiteSummarySearchGetQueryParamNegativeNumberPage #1351

Open amjadafanah opened 5 years ago

amjadafanah commented 5 years ago

Project : FX-SAAS-9

Job : Dev

Env : Dev

Region : FXLabs/US_WEST_1

Result : fail

Status Code : 200

Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=YzBhMDdjYWMtZDY0Yy00YmExLTkyY2EtNGM4MzU3NjY4MWU2; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Thu, 04 Oct 2018 11:10:50 GMT]}

Endpoint : http://13.56.210.25/api/v1/runs/eC4tUhdr/test-suite-summary/search?page=-1

Request :

Response :
{ "requestId" : "None", "requestTime" : "2018-10-04T11:10:51.194+0000", "errors" : true, "messages" : [ { "type" : "ERROR", "key" : "", "value" : "Page index must not be less than zero!" } ], "data" : null, "totalPages" : 0, "totalElements" : 0 }

Logs :
Assertion [@StatusCode != 401] resolved-to [200 != 401] result [Passed]Assertion [@StatusCode != 404] resolved-to [200 != 404] result [Passed]Assertion [@StatusCode != 200] resolved-to [200 != 200] result [Failed] --- FX Bot ---