I have very wired problem.

I have a WPF application that calls web services.

When I run the application I can see the communication to the services through fiddler.

I wrote some UI automation test for the WPF application, using White framework from thoughtworks.

When I run the tests with NUnit, the tests will start up the application, but I cannot see the communication to the web services through fiddler

anybody has idea?

link|improve this question

48% accept rate
You asked this question here: groups.google.com/group/httpfiddler/browse_thread/thread/… – EricLaw -MSFT- Dec 17 '09 at 15:45
feedback

1 Answer

Make sure that fiddler and your test are running as the same user account. I have had this problem when the automated test is logging in as a different account than myself. You just need to do a run-as with fiddler.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.