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 which resides in PC#1 and PC#3. i.e., messages from pc# 1,3 should display in AUT in PC#2. and viceversa Using testcomplete, can we handle to generate messages in the applications of pc#1, 3 so that those messages can be received by AUT in pC#2 and verified with testcomplete?
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%.