Daniel Qin

JIterator - Test Smarter,Iterate Faster With Record and Replay Testing

by
An automated testing tool based on traffic recording and playback, which implements the test of read and write traffic through auto mock downstream calls, and archive low-cost/high-efficiency automated testing through automatic test case generation technology.

Add a comment

Replies

Best
Daniel Qin
Maker
📌
We have 34 systems migrate to the cloud. Using JIterator traffic replay testing, we found 1 missed BUG with a total investment of 2 person-days, which we estimate saved 10 person-days, reducing our testing costs and enhancing stability assurance.
Daniel Qin
I know that UI-based recording and playback is very expensive and difficult to maintain, But the API level , which can record real user requests in the system production environment without having to operate the program to record the test script ,it is actually a low-cost thing. You only need to deploy a recording client, and the system data will be automatically recorded and used for playback testing. This is a bit similar to the recording function of Postman, but the difference is that it supports automated mocks. For example, in addition to recording HTTP parameters, it also records the database request data corresponding to the current request, and the remote service call data is used to replay the mock. So I wonder if it can replace Postman for regression test