Easy testing makes it easy for everyone with or without experience to generate and run tests on web applications.
Replies
Best
Maker
📌
Due to my laziness, I was thinking of a way to automate test generation for test cases and automated tests, using AI. So i decided to build one that does that. Easy testing can generate test scenearios and automated tests by using LLMs to crawl and understand the application and/or the documentation first. Tests generated are guaranteed to ensure 98% coverage for any given application.
Replies