automation
Anti-pattern: Cross browser checking
You might be testing the right thing, but on the wrong layer...
Author of AI Assisted Testing/Testing Web APIs. Expert Quality Engineer and teacher on all things testing, quality and automation. My interests are on applied AI and the future of testing and quality.
automation
You might be testing the right thing, but on the wrong layer...
automation
We conclude out series on building API tests in ruby by extending our framework further and adding more tests in
automation
We continue with our API test framework, focusing on payloads and new tests
automation
In this new series we explore how to setup an API testing framework using Ruby
conference
What I learnt when I got a bit obssessed with an Internet of things device
proxies
I recently blogged about one of my favourite tools POSTMAN and how to set up its proxy server. POSTMAN is a great a tool but there are a few limitations I find with it: * It's a Chrome app so therefore you can't use it with other
automation
Generating test data with JavaScript is as easy as pie!
automation
And we're back! So far we've looked at using ExpressJS to create a small Web framework which contains various endpoints that encapsulate actions to get data from Event Generator's log files and database. Now we need to create the UI to complete the work.
automation
Dashboards are a very helpful way of viewing what is going on with a service or application so why not build your own?