In the perfect world you'd have multiple development environments, Dev/QA/Stage/Prod, especially if...
Trying to call the Azure REST APIs requires an OAuth2 token. This seems simple right? Ha ha...
It can be super useful to write Azure DevOps pipeline failure events to a Teams Channel. It’s a easy...
Software engineering can be really annoying at times but it is also hilarious and super...
I recently had to write a test for a new JSON REST POST API. The request body of the POST contained a...
I'm still somewhat of a WebdriverIO noob and I learned an important lesson this week. WebdriverIO...
I recently needed to add Microsoft Edge browser coverage to my Webdriver.IO tests. But when I added...
Note: updated on 4/30/24 with a more complete solution There's a common problem storing login...
Our team has the opportunity to choose a new UI Automation tool for a new web front end. We're consid...
I'm kind of new to using Python Selenium with pytest and I needed to pass in come custom cmd line opt...
I was recently tasked with automating our product's new login wrapper. This involved hitting the serv...
What is a Host Header? Basically it's an address that the web server (or ingress service) will send a...
By its design XUnit doesn't like to share data between tests like NUnit. XUnit has created Collection...
While going through a recent code review for my Rest API test automation it was suggested that I swit...