Marc Betts
How Do I Test That?

How Do I Test That?

Follow
homebadges

Quack scripts

Jul 27, 20222 min read

Start with the obvious: quack scripts have nothing to do with rubber duck debugging. The only thing they have in common is ducks. I could have chosen...

Quack scripts

Python SimpleHTTPServer

Jul 7, 20221 min read

This one line is the sum total of my knowledge of Python. Unless you count "Python? That's the one that's really picking about spacing, right?" A few...

Python SimpleHTTPServer

mitmproxy scripts

Nov 5, 20212 min read

I've been using a mitmproxy for a few years now and have posted about it a few times. One feature that I've only recently begun using is the its...

mitmproxy scripts

Portal error! Alert Matt.

Jul 2, 20212 min read

I was looking at all of the apps I have installed on my phone this morning thinking about which ones actually provide me with value versus those which...

Portal error! Alert Matt.

Expose port on local machine

Apr 14, 20211 min read

Sometimes I need to access a web page or app from my computer during testing. Usually it's when I'm testing something quickly and don't want to take...

Expose port on local machine

Basic redis-cli usage

Apr 9, 20211 min read

Testing caching is hard. Testing caching is hard because it's a feature that's designed to be invisible to the user. The user doesn't care if the data...

Basic redis-cli usage