| bio | website | repne.wordpress.com |
|---|---|---|
| location | New York, NY | |
| age | 38 | |
| visits | member for | 2 years |
| seen | Apr 16 at 3:32 | |
| stats | profile views | 7 |
Tester at Mimeo.com, with a passion around debugging Win32/C#, quality processes, and kicking my devs asses.
|
Jun 17 |
comment |
Recommendations for functional testing a WCF service Just as a follow up, I decided to host the service in IISExpress. This made the test deployment model really easy and portable. One of the gotchas is that IISExpress only supports http/https bindings, so this won't work if you need to test other bindings like net.tcp. |
|
Jun 8 |
comment |
Recommendations for functional testing a WCF service Based on your first paragraph, it makes sense to host the service in IIS as we do in production and test against that. Thanks! |
|
Jun 7 |
comment |
Recommendations for functional testing a WCF service Thanks Nikita. I briefly looked into this and it's not exactly what I'm looking for. I'm looking more for approaches/methodologies for structuring or architecting my automated testing. I'm currently going the self-hosting route for now, but I'll continue to look into SOAP UI. Thanks! |