In the API testing using Flask, I have some APIs which returns the HTML in the response. While API testing I check only status code '200' in the response. But from now I also want to validate data returned by the API. Is it possible to validate HTML returned by the API
I am using python unittest to automate API testing.