October 15, 2025
Can you actually go straight from test case doc to automated execution? Thought I’d give this a go and see what kind of results I came up with. The Question “Can I just give Claude Code my test case document, connect the Chrome DevTools MCP, and have it run the tests? Like, actually run them in a real browser, without writing any test code or setting up a framework?” Potential scenarios for this include… when you have documented test cases but no automation yet – could this give you instant automated execution? Maybe you could use this to figure out how to interact with difficult applications before building proper test frameworks. Anyway, no point speculating about how to use this...
Read more...
Can you actually record yourself testing and get test case documentation back automatically? I wondered if this works… so I tried it. The Question I hate writing test case documentation, especially after I’ve already done the testing manually. So I wondered… what if I just record a video of myself testing and let Claude Code write the test cases? Could this actually work? I’m kind of thinking of two potential scenarios if this works. First, when you have something to test but nobody has bothered to write a decent spec – you could record yourself exploring the application and generate test cases from that. Second, maybe you have a wireframe of the application (before it’s built) and you can record...
Read more...