RyanSchlomer.com

Sr QA Consultant

Category: ChatGPT

  • Can ChatGPT Create a Minecraft Web Application?

    Can ChatGPT Create a Minecraft Web Application?

    I had a thought one day: Can ChatGPT be used to code a Minecraft web application? My primary goal with this was to see how well ChatGPT could be used to code a large, complex application when I didn’t have the experience to do it myself. I am a software tester and not a developer.… Read more

  • Practical ChatGPT Uses for Testers

    Practical ChatGPT Uses for Testers
    ,

    I wrote a few blog posts on using AI for testing purposes. I wanted to continue giving other practical ChatGPT uses for testers. Let’s look at updating test files and creating data in a database. Updating Files At a previous company, a coworker had to update thousands of XML files because our test data changed.… Read more

  • Selenium C# Component Class Creator GPT

    Selenium C# Component Class Creator GPT
    , ,

    I played with OpenAI’s custom GPT models and created the Mug Master GPT, which is something simple and entertaining to play with. Now, however, let’s look at creating something useful. How about a GPT that can create C# classes for Selenium automation based on an HTML element from a webpage? This is exactly what my… Read more

  • Custom GPT Models

    Custom GPT Models

    This doesn’t have anything to do with testing, at least not yet, but OpenAI introduced custom GPT models this past week. Unlike standard pre-trained models provided by OpenAI, which offer a broad range of knowledge and capabilities, custom GPT models can be fine-tuned to understand specific domains or tasks. These specialized models allow for a… Read more