How to do effective testing on WCF
Hi All,
I'm a developer of C++. Recently I was moved to QA,because of in-adequate resource, to test the WCF functionalities that have been implemented in my new project. I'm new to QA role as weel as I'm also learning about the WCF. My ultimate goal is to do an effective testing on WCF and to make sure that the product never got released with bugs.
So, can any one help me to do effective testing on WCF, the things that I need to pay more attention on testing WCF, in what ways the WCF will fail and how to break the code(how to find real bugs in that)?
|