Skip to content

REST API call

gcvfi edited this page Feb 19, 2020 · 7 revisions

Back to AIQ Commands | Home


Note: Draft content, work in progress, not yet reviewed or verified.


Sample REST API Call

Test Step Test Data
open website https://www.google.com/
save _api{CURL("POST", "https://reqbin.com/echo/post/json", "{'login':'login','password':'password'}")} as post_response
Enter Search ${post_response}
save _api{GET(CURL("POST", "https://reqbin.com/echo/post/json", "{'login':'login','password':'password'}"), "success")} as post_response_success
Enter Search ${post_response_success}
wait for 1 secs

See also

Clone this wiki locally