Forum Discussion

vwanaskar's avatar
vwanaskar
Occasional Contributor
12 years ago
Solved

Query to monitor result,

Hi,

I am learning this tool on trail ver. So here my application is creating some messages by time of ms with its details in constant format which include description,date and time,time difference 8 byte data.it also possible to save data in file format.
So here
How can i check that messages in real time.is there is need to define variables and parameter. if i want to check time difference of two message how i can check.

4 Replies

  • AlexKaras's avatar
    AlexKaras
    Icon for Champion Level 2 rankChampion Level 2
    Hi Vijay,



    Considering that:

    a) Windows is not a real-time OS;

    b) TestComplete is not a real-time application either;

    c) You did not provide us information about your tested application (is it a desktop one, or some driver, or something else) and equally did not let us know what these messages are (some data structures, network packets, etc.); and

    d) ""it also possible to save data in file format



    I think that the best way is to save all messages to the file and analyse it later.