sanjay0288
12 years agoFrequent Contributor
Need help in distributed testing
Hi,
I have a net application(Client and Server) The requirement is like this:
On Computer A Run the server. On computer B run the client.
Wait for the server to start on computer A and then later start client on Computer B.
Perform some operation on Computer B(Client) go back to Computer A(Server) and read the server logs.
Is there a way to synchronize this type of requirement. I came across articles which just say about the parallel testing.. Which does not suite my requirement.
Any help. Or Sample script would be appreciated.
I have a net application(Client and Server) The requirement is like this:
On Computer A Run the server. On computer B run the client.
Wait for the server to start on computer A and then later start client on Computer B.
Perform some operation on Computer B(Client) go back to Computer A(Server) and read the server logs.
Is there a way to synchronize this type of requirement. I came across articles which just say about the parallel testing.. Which does not suite my requirement.
Any help. Or Sample script would be appreciated.