anumolu9999
6 years agoContributor
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 ...
- 6 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%.