The AJAX Back-Channel

How can we check if our client networking code actually works? One way is to ask the test server who’s connected. That requires some sophisticated back-channel communication in our test harness, but it seems like a technique worth exploring. We expand our harness.client.isConnected() method to use AJAX to talk to our test server.

comments powered by Disqus