AI Agents & Codeless Automation

 Limitations of LLM's

  1. Can't perform real time operations
  2. no memory or context of previous conversations
  3. Can't perform live operations like connecting to database etc.
  4. Task automation not possible.
  5. Results might be biased due to dataset that we are training
  6. Not upto date with data, most of the LLM's are trained till 2022, they are not real time

AI Agents

  1. Above all limitations can be addressed using AI agent, we can book train tickets, flight, even ask to create ticket by providing information etc.
  2. test rigor is a tool which helps in doing it (Generative AI based test automation tool)
    1. add test case / edit test case
    2. parameterize data from test data like stored value "email"
      1. make sure create email in test data
    3. resusable rules (sub routines) you can add resusable code like login, logout etc


Comments

Popular posts from this blog

Evaluate RAG - LLM's using RAGAS Python Pytest Framework

React Js and Redux

Appium 7 - Android Test Automation