Forum Discussion

anumolu9999's avatar
anumolu9999
Contributor
5 years ago
Solved

is this possible using testcomplete?

Hi, 1. My current project design is as in the attachment 'OverallArch.jpg'. I want to write the testcomplete script for AUT which is in PC#02. 2. AUT function is to communicate with the applications ...
  • Wamboo's avatar
    5 years ago

    Yo!

     

    1) The simplest solution is to write data to a file located in a network location and then read to the scripts to verify the values.

     

    2) A bit more difficult but better is to create an intermediate element such as a web service to which you will push the data through the API.

     

    3) Use the database to store the values. Connecting to MySQL is easy and fun and the verification of the value and data reliability will be equal to 100%.