tdbgautham

Results 8 comments of tdbgautham

@ivaylokenov : Thankq , But am trying to use it in my Integration Testing. I get errors. Can we achieve Integration testing from Remote server using this library?.

Example: My Web API is running in another server, I need to send request & get response from that server. Does this library supports it ?

@ivaylokenov Yes, i need to know . How to Start & Setup too . I used Global Configuration. If there is a sample webapi project & respective test case for...

Yes.That will be helpful. An test case which connects to remote server and does api call and fr that what will be Response time. -----Original Message----- From: "Ivaylo Kenov" [email protected]...

@ivaylokenov I am able to connect Remotely. But i am not able to provide handler to the remotely accessible server. Included changes for Handler for remoter server. Its working now....

@ivaylokenov I have one concern on Dispose,. When we do Integration testing, we call many API based on scenario. When i tried that way, it disposes MyWebApi class for single...

@ivaylokenov tried as mentioned above, but i need to set Handler in Remote server for my request. I tried to set as GlobalClient in your library by including handler, but...

@ivaylokenov Ok. How can we set global handler for remote server integration testing ?