LLMs for Testing
LLMs are great at taking on a specific perspective and automating tedious tasks. In this session, we'll explore how we can use these capabilities for testing.
With the right context, LLMs can take on the user's (or at least the user story writer's) perspective. They can use the expected functionality as a starting point for tests, instead of the implementation.
And of course, they can crank out a huge amount of code: test functions, helpers, fixtures, mocks, or even realistic-looking test data.