Site Overhaul

Over the years this site got a lot of traffic, mostly to WebRTC audio conversion related posts. Recently the site went down and had some issues coming back up. Rather than recreate what it once was, I decided to go all new. This site is about Software Quality Assurance and has a relationship with its …

Selenoid

Rather than use Selenium Grid, I’ve preferred Selenoid. I’ve been using it for the past two years or so, with great results. In fact it replaced the need to rely on 3rd party services (like Browserstack or Lambdatest). Third party services are awesome, except for the price to run parallel tests. These quickly become costly, …

WEBRTC Audio Quality Automation with PESQ

I was following the blog over at the Google teams blog, specifically this post: http://googletesting.blogspot.com/2013/11/webrtc-audio-quality-testing.html I had a need of automating WEBRTC where I work, along with RTMFP (An Adobe Flash audio solution.)  What was desired was a automation framework that would create a baseline score from which we could continuously validate the audio quality. …