SeUniVr / RestTestGen

A framework for automated black-box testing of RESTful APIs.
Apache License 2.0
36 stars 9 forks source link

Suggestions #4

Closed ZTMNQDMZ closed 2 years ago

ZTMNQDMZ commented 2 years ago

I think you can use CRUD sorting to sort the test sequence the program generated so that some DELETE operations can be tested after POST/PUT/UPDATE operations, which can make the test sequence more logical. And the cookies part I think is quite essential as there are many websites need logging in first. The dictinary part can probably be improved because the data contains in responsebody usually have connections, which means they may be used together in the future to generate a test case in order to get 2xx status code, and your dictionary only records data's name and value.

davidecorradini commented 2 years ago

Thank you for your great suggestions. We will definitely take them into account for future improvements to the tool. By the way, if you want to implement some of your suggestions yourself, we will happily merge them into the main repository! Davide