c# - Testing a Remote Client-Server Application -


yesterday, i posted question on tips doing remote client-server application in c#. now, our group able create one. problem is, cannot think of ways on how can test since on different locations our weekend break.

if of has idea on how can test it, please give hints.

since have both client , server programs, can run them both on same pc , test them on different machines. (use "localhost" or "127.0.0.1" ip address of server)

it's enough test program algorithm, , once work on same pc, should work on 2 machines on internet/lan.

of course should understand how networking works. whoever connecting, must visible you. if going connect via internet, server's ip address might not enough. http://www.showmyipaddress.com/ might show isp's front, "white" address. , user, run server might have "grey" ip address, behind nat. if going use showmyipaddress.com , check real ip address typing "ipconfig -all" in windows command line. if ipconfig shows same ip, there high chances work on internet (just check firewall).


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -