Saturday, December 8, 2012

Wcf Service Testing

1. Run the Wcf calculator service from H:\Anurag\Technical\WCF\Calc_Svc\Calc1
Calculator service is build as per following article

http://www.c-sharpcorner.com/UploadFile/mahakgupta/a-simple-example-of-wcf-service/

More details about the WCF service- http://www.codeproject.com/Articles/18589/Writing-your-first-WCF-Service

2. Then use the Calc_svc_test which is consuming the above Calc service-
H:\Anurag\Technical\WCF\Calc_Svc\Calc_svc_test

3. The above solution Calc_svc_test will be used for testing an asmx currency convertor service as well -
http://www.webservicex.net/CurrencyConvertor.asmx

For testing this service an Excel based test data will be used. For reading the data from Excel sheet a code has been solution is developed which will be merged to Calc_svc_test later

H:\Anurag\Technical\ExcelReader\XcelReader
(http://csharp.net-informations.com/excel/csharp-read-excel.htm)

4. How to write a C program using VSTS 2010
http://www.youtube.com/watch?v=-Ou7Jxtbafw
http://dotnet.dzone.com/news/how-write-and-run-c-program

No comments:

Post a Comment