Forum Discussion

mortenb123's avatar
mortenb123
Contributor
5 years ago
Solved

how to monitor test progress

Hi what is best practice for monitoring test in progress. I currently have a simple rest api that just write ok,failed,in progress to a list, but I need to look up and it does not save any logs.   ...
  • tristaanogre's avatar
    tristaanogre
    5 years ago

    We have an SQL database that updates on the test case level as to when it's started, in progress, or complete so we can see, in general, which test cases have completed out of how many.  There's no "built-in" way in the TestComplete tool to monitor progress but either by custom development or using a test management tool, you can monitor progress.