Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • The approach makes sense, but consider the tools- Selenium might be replaced by Chrome puppeteer (or not...), and in both cases consider using headless browser (browser without the GUI) if it works in your case- it is a bit faster and more stable. Personally I don't like REST test tools like RestAssured, they are great for ad-hocc or exploratory testing but much less convenient when automating things. I usually use Python with requests, or the equivalent language and library. Commented Oct 20, 2017 at 6:23