Please turn JavaScript on
header-image

EvilTester.com on EvilTester.com - Exploratory Testing, Automation, Development (Agile + Web)

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.7 / week

Message History

TLDR; Record and Playback is a notoriously bad way to automate. But what if we record, then have AI write code from the recording? Answer: it is a little better.

I performed an experiment to try tand demonstrate how to replicate the AI-powered test automation features commonly found in commercial SaaS testing tools using open source solutions. The process invo...

Read full story

TLDR; OpenCode is a free and easy to use AI coding agent, it can be coupled with free models and MCP servers to create test automation code quickly and easily.

I had two sessions using Grok to create Page Objects.

The recorded session was the second, and it did not go as href="https://github.com/eviltester/ai-supported-testing-experiments/tree/main/o...

Read full story

TLDR; a simple WebDriver Test is not production ready code, but when we refactor it to use JUnit effectively, add some Page Objects, Abstraction and a little bit of Synchronization and we have all the makings of quality execution code.

This video is an overview of how you can refactor from a simple WebDriver test which is not robust and not reliable, into a pr...

Read full story

TLDR; an overview of how you might use the most basic site on Test Pages. Use dev tools. Explore the JavaScript. Interrogate and Amend the DOM. Go beyond a button click.

This is an overview of how you might use the Basic Web Page on Test Pages.

If you don’t go deep then you’ll read the text, click the button and tick the pass checkbo...

Read full story

TLDR; if you want to practice your technical web testing then start with testpages.eviltester.com

Do you want a dummy practice site to use to practice and improve your web testing and automating?

I spent the last few weeks in October updating the Test Pages application to be easier for me to maintain, add more content and generally tidied it up to make ...

Read full story