Select Page

UI and API continuous testing monitors

Do you cron your UI and API tests pointing to production using your own test clients or do you use a hosted solution?I’ve been looking into the following:New Relic Syntheticsoverall, seems like a simple and quick way to get some basic API (using the vanilla js...

API Test Framework boilerplate in Java

I created a repo on github for a starter boilerplate framework to build off of when doing automated API testing.language: javatest framework: testnghttp client: Retrofit & OKHTTP by Squarelogging: logback / slf4jbuild & dependency management: mavenI’ll...