Configure Pre-Steps to run prior to API under test
APIs are hardly useful tested in isolation. A "Checkout" API would need to run "Add To Cart" first. A "GetUserInfo" would need a "Login" step...
With TestChimp Gen Wizard, you can configure steps to run to set the world state for the API under test, resulting in generated tests that are actually useful, and working out-of-the-box.

Get more organized output with Parameterized Tests
.png)
Naive Generative solutions tend to output verbose test lists that are hard to maintain.
TestChimp generates parameterized tests rather than individual ones per value combination. This means a single test for a given scenario, such as "Missing fields are validated", with different parameter combinations under each; testing for different value sets, and resulting in more manageable test suits.
TestChimp vs Competition
Feature | Competition | TestChimp |
---|---|---|
Cover broad range of tests (input validations, security etc.) | ✅ | ✅ |
Allows fine-tune prompts for generation | ✅ | ✅ |
Configure prior steps to run to set state | ❌ | ✅ |
Configure field update rules on API under test | ❌ | ✅ |
Generate parameterized tests | ❌ | ✅ |
Learnt vocabularies from real test sessions | ❌ | ✅ |
Test Organization | Poor | ✅ |
Editability of result | Poor | ✅ |
-
TestChimp lets configure prior steps to set the state, and field update rules to apply, resulting in generated tests that are usable out-of-the-box.
-
TestChimp outputs parameterized tests rather than individual tests per value combination, resulting in less verbose test suites that are easier to manage.
-
Generated tests can be edited via our intuitive Test Studio with no coding needed.