Search for the Right Document
< All Topics
Print

Synthetic Testing Log Format

A Synthetic Testing Log is used to record details about synthetic transactions, capturing information about the performance and availability of key application features. The following format can be used to maintain consistency and provide clear insights:

Test IDTest NameDate & TimeStatusResponse Time (ms)Issues DetectedActions Taken
001Login Page Test2024-11-08 10:00Passed120NoneN/A
002Checkout Flow Test2024-11-08 11:00Failed450Timeout IssueIncreased timeout limit
003Search Function Test2024-11-08 12:00Passed200NoneN/A
004Profile Update Test2024-11-08 13:00Warning600Slow ResponseOptimized database queries

Column Descriptions:

  1. Test ID: A unique identifier for each synthetic test.
  2. Test Name: Descriptive name indicating the purpose of the test.
  3. Date & Time: The date and time when the synthetic transaction was executed.
  4. Status: The outcome of the test (e.g., Passed, Failed, Warning).
  5. Response Time (ms): The time taken for the application to respond during the test, in milliseconds.
  6. Issues Detected: A description of any issues detected during the test.
  7. Actions Taken: Steps taken to resolve the detected issues, if applicable.

This format helps teams proactively identify performance issues and maintain a record of actions taken to improve application stability and user experience.

Table of Contents