waiting for HTTP Response is synchronous: it blocks the current thread until response is received. So when using Rest_Assured, are the GET(), POST() Sync or Async ?
These are Sync
:)
Can we do async calls thru rest-assured??
"Can we do async calls thru rest-assured??"
When using HTTP, all request/response are sync...
"waiting for HTTP Response is synchronous: "