vendredi 5 octobre 2018

Is there any API testing framework that can can easily do verification on database?

While we do API testing, we need to send HTTP request to the API and verify the http response. In my company we have a lot of schedule job in our system, the testing need to trigger the job, and then the system will do business logic and changes will be made to database. We need to verify if the changes made is correct.

I am thinking of using postman, but postman cannot manipulate database. we can definitely use framework like cucumber which we can just do programming, but the QA department in my company lack of programming skills. Then I found out the Karate DSL which requires zero programming skills, but when working with database, I have to write java code and then call it from javascript like code, which makes the problem more complicated.

Is there a automation testing framework that can both verify http API and database, that do not require programming skills? and easy to start for non-programmer QA?

Aucun commentaire:

Enregistrer un commentaire