Web API Automation

Has anyone done any automation on WebAPI on a similar way we do it for any integration services by performing automation BDD scripts. Could anyone please provide/suggest some recommendations for achieving this.

  Discussion posts and replies are publicly visible

Parents
  • HI Vijay,

    if it is a csv download then Selenium/Finesse scripts might be something you can try. For other ones you can build a process .
    1. Use HTTP Query smart service
    2.Execute the service call in loop for diffferent scenarios with known inputs for each scenario and save the actual outputs for each scenario.
    3.Compare the actual outputs with expected outputs .
    4.The results can be stored in DB on a daily basis to build a report on top of these.

    Hope this helps !!

    Regards,
    Thoufiq.
Reply
  • HI Vijay,

    if it is a csv download then Selenium/Finesse scripts might be something you can try. For other ones you can build a process .
    1. Use HTTP Query smart service
    2.Execute the service call in loop for diffferent scenarios with known inputs for each scenario and save the actual outputs for each scenario.
    3.Compare the actual outputs with expected outputs .
    4.The results can be stored in DB on a daily basis to build a report on top of these.

    Hope this helps !!

    Regards,
    Thoufiq.
Children