Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
255 views
by Contributing Tester (54 points)
retagged by
Hi all,

Is it possible to test the REST webservice for web-app testing without unig any automation tools?

Thanks in advance. :)

1 Answer

0 like 0 dislike
by Expert (572 points)
edited by
Usually, REST based services require any tool which will consume it. Say, you have a GET call which will give you weather report of the day. You will need at least a browser to consume it. If you have to get the weather report of some other day, you will have a POST call which takes a date as an input. That you can not really achieve w/o any tool like POSTMAN plugin in Chrome.

Also, you can consider writing your own code which will consume this service and generate output.

So, as per your question, you can certainly test any REST service without any automation tool. But, to test these service manually, you will need some tool which will help you consume it.

Automation tools are mainly utilized to reduce your manual efforts. So, to achieve automation, you first should be able to do it manually.


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

1.4k questions

1.6k answers

866 comments

1.9k users

...