chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
Welcome to Typemock Community! Here you can ask and receive answers from other community members. If you liked or disliked an answer or thread: react with an up- or downvote.
0 votes
Hi,

I'm very new to .Net & I hared TypeMock is used for testing the code so installed in my system VS2003. I have a code for just adding 2 numbers. How I can use TypeMock and where to start. Please explain to me step by step

Thanks
sonj
asked by sonj (600 points)

1 Answer

0 votes
Hi
A good place to start is Here
Of course if you have specific questions we will answer them.

I have a code for just adding 2 numbers

Hmm. What do you want to test?
That the method is adding 2 numbers?
You want to check that the method was called?
Please give us more details so we can help you. :D
answered by ohad (35.4k points)
...