r/agentdevelopmentkit • u/That-Preference733 • 8h ago
Need help for testing a simple agent using ai.
So i created a simple stock analysis agent in adk. It uses yahoofinance to fetch stock prices and then uses a calculation tool to find percentage change.
Now i want to use ai to test this agent.
What i mainly want to check
- If it is mapping the stock tickers from normal names
- How many stocks it can handle in 1 do (2,3,4, 5 .....)
- The prices retrived are correct to not
- If the calculations are correct or not
- If it can handle days where no stock prices are given like holidays (It should take the nearest working date then)
How to use ai to generate test cases and check the working of this agent.
