1. Capture
A small JavaScript snippet added to your application passively tracks UI interactions using DOM mutation observers and event listeners. Only structural interaction data is collected—never screenshots or raw user-entered values.
2. Local Filtering & Anonymization
Before leaving the browser, the agent automatically filters and removes sensitive input values. TrueTest does not store sensitive information by default.
3. Secure Processing with Additional PII Safeguards
After transmission, TrueTest performs a second, more comprehensive PII scan and exclusion process. Any remaining sensitive values are removed before the data is persisted. Only cleaned structural interaction data is used to build user sessions, journey maps, and flows.
4. AI-Assisted Generation (Strictly Limited LLM Use)
For selected flows, TrueTest sends a minimal prompt containing only structural metadata (such as DOM attributes and page transitions) to an enterprise LLM endpoint.
TrueTest uses enterprise LLM endpoints with strict data-handling guarantees, ensuring prompts are not logged, stored, or used to train foundation models.
The LLM is used only to generate:
5. Delivery of Test Artifacts
Generated test objects and test cases are returned to the Katalon Platform and stored in the customer’s Git repository or Katalon Cloud for review and execution.