1
Answer

UNIT TEST WEB SERVICES

Sridhar Babu

Sridhar Babu

9y
320
1
I am working as QA Analyst and have one question.
 
How to test web service with unit test framework ?
 
this is actually developer responsability,  But i want to know how to write in local. i mean web service is i n my system.
 
Thanks & Regards,
Sridhar Babu B 
Answers (1)
0
habib ullah

habib ullah

NA 116 2k 7y
sir please define the details of the above code
0
Manas Mohapatra

Manas Mohapatra

NA 29.3k 3.3m 7y
You can use Path.GetExtension()
 
string myFilePath = @"C:\Manas.txt";
string ext = Path.GetExtension(myFilePath); //.txt