How to make a test using Serenity BDD and Github Copilot?
If you haven't seen Github Copilot in action yet, you may want to check out Kemal Kağan Kural's interesting example of using AI to write automated tests. Magic!
Github Copilot for Quality Engineers
How can Gthub Copilot help you with test automation? Bhabani Prasad Swain describes a few advantages.
Starting with Playwright AI Automation MCP with Copilot
In 35 minutes, Alex Khvastovich demonstrates how to use Playwright MCP with GitHub Copilot to create automated tests.
Similarly, Denis Skvortsov wrote about the Practical use of Cursor and MCP Playwright in test automation.
How good is GitHub Copilot at generating Playwright code?
Stefan Judis shows the pros and cons of using GitHub Copilot for writing Playwright tests. And since it's now free, why not try it out yourself?
Generate API test in minutes using Swagger JSON + Github Copilot with Playwright
Wondering how AI can help you with API testing? Thananjayan Rajasekaran shows a decent example of test auto-generation based on the JSON file with the OpenAPI specification.
What I Learned Using GitHub Copilot for API Automation
There's no doubt that AI can help you automate tests to some degree. But how does that work in practice? Thara Perera describes their experience in detail using examples.
Similarly, Seva Makhinia shares How I taught LLM to migrate legacy tests to a new framework based on Java and Cucumber.
MCP Server: Test UI, DB and API of Application with ZERO code in Claude, Cursor and Copilot
Karthik K.K. continues the series of videos demonstrating various AI solutions applicable to software testing. Here's another example of using MCPs to test across different layers of a web application with AI.
How to make low code work long term
Low-code tools have a reputation for making it very easy to start with but a nightmare to maintain. Mike Fitzmaurice gives a few pieces of advice on how you can potentially avoid the bad outcomes over the long term.
...or maybe we can just use Github Copilot for test automation?
Turning data into understandable insights with k6
Running load tests is easy. Analysing results, not so much. So it's great to have examples such as this one by Rody Bothe that show how to visualise the results in a Grafana dashboard.
Also, did you know that Github Copilot can generate k6 load testing scripts? As Yusuf Tayman explains.
10 Best Alternatives To ChatGPT: Developer Edition
I assume you have all had a chance to learn about ChatGPT's capabilities so far. But what about other AI-based tools? Victor Ayomipo prepared a great overview.
Also, Dennis Martinez describes in detail how to Supercharge Your Test Automation Using GitHub Copilot.