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

0 like 0 dislike
563 views
by The go-to Tester (360 points)
edited by
I have below requirements for RestAPI testing. I am good in BDD framework erlier I worked with python behave for selenium web application

1. Python library

2. BDD framework (Behave)

Can any one suggest me on above, what library need use.

Thanks

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)
selected by
 
Best answer

For testing your API you can use Chrome plugin like Postman.

At this point of time, I have written customized simple framework using Http Client that will work with all my endpoints and perform assertions on JSON responses.

Bhave is a good framework for BDD. You an use your customized framework with it and use assertions from Behave.


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!

...