TESTFABRIC PRODUCT DOCS

Validox

Validate APIs and generate structured API testing assets.

Overview

Validox helps users send API requests, inspect responses, validate behavior, and generate API testing assets.

What Validox is for

  • sending API requests
  • validating response status
  • checking response body behavior
  • inspecting headers
  • creating API test assets
  • debugging API issues
  • saving API validation history

Typical workflow

  1. Open Validox.
  2. Enter API method and URL.
  3. Add headers, parameters, or body where required.
  4. Send or validate the request.
  5. Review response status and output.
  6. Generate API testing asset where supported.
  7. Download or review history.

API input guidelines

  • correct HTTP method
  • full API URL
  • required headers
  • request body where applicable
  • safe authentication details where appropriate
  • expected status or behavior if known

Common API issues

IssueCommon cause
400 Bad RequestInvalid request format or missing required field.
401 UnauthorizedMissing or invalid authentication.
403 ForbiddenUser or token does not have permission.
404 Not FoundIncorrect endpoint.
405 Method Not AllowedWrong HTTP method.
500 Server ErrorServer-side issue.
TimeoutAPI unavailable, slow, or blocked.

Security guidance

Users must only test APIs they own or are authorized to test. Prefer sandbox credentials, test tokens, and non-production data wherever possible.

Limitations

Validox cannot fix server-side API issues. It helps reveal request/response behavior and generate useful testing assets based on the information provided.

FAQ

Q: What does Validox do?
A: Validox helps validate API requests, inspect responses, and generate API testing assets.

Q: Is Validox the same as Postman?
A: Validox supports API validation workflows, but it is part of TestFabric and focuses on validation plus test asset generation.

Q: Can I use production API credentials?
A: Use caution. Prefer sandbox credentials, test tokens, or non-production environments.

Q: Why did my API request fail?
A: Common reasons include invalid URL, missing authentication, wrong method, malformed body, permission issues, or server errors.

Official legal policies

This page is an informational overview. Official legal terms, privacy, acceptable use, security, refund, and contact policies are available in the Quagix legal pages.

Related docs