Hi All
I want to understand at what scenarios we go for sending http request to any web API. Like we can also use ui automation for that web application.
Hi All
I want to understand at what scenarios we go for sending http request to any web API. Like we can also use ui automation for that web application.
API usage is always first choice. Its stable and ease to use. We only have things like UI automation because so many software dont offer an API.
Could you please reply on the above ?
Usually you can not. That’s why we have things like scraping.
That’s what my first question is.
Where and in which scenarios we should go for HttpRequest ?