Good morning to every one. I am new to MSTest. I am still learning. I am seeing existing test-cases, based on them I am writing new Test Cases.
Oneday my onsite coordinator showed wondering expression that my test-cases are always passing. What does it mean? Don't they need to necessarily pass? What is the logic behind that?
One more thing: How can I get some basic idea on MSTest? Any .pdf books? or any resource?
One thing to be noted is that currently I am doing project in MVC. Hence, I have to write test-cases on MVC framework.
Oneday my onsite coordinator showed wondering expression that my test-cases are always passing. What does it mean? Don't they need to necessarily pass? What is the logic behind that?
Hi,
Thank you very much for your reply, and sorry for the late reply. My doubt is not yet solved to the above question. Can you please clarify me!?
Are you talking specificaly about Testing per se or directly related to the starter kit?
I would hope that not all your test cases pass as that means you have perfect developers/programmers, business requirements and business analysts and in my world that does not exist.
kak.mca
Member
66 Points
158 Posts
Help required
May 14, 2010 06:53 AM|LINK
Hi,
Good morning to every one. I am new to MSTest. I am still learning. I am seeing existing test-cases, based on them I am writing new Test Cases.
Oneday my onsite coordinator showed wondering expression that my test-cases are always passing. What does it mean? Don't they need to necessarily pass? What is the logic behind that?
One more thing: How can I get some basic idea on MSTest? Any .pdf books? or any resource?
One thing to be noted is that currently I am doing project in MVC. Hence, I have to write test-cases on MVC framework.
Thanks in advance...
nareshguree2...
Star
11118 Points
1997 Posts
Re: Help required
May 14, 2010 07:29 AM|LINK
try to read
http://help.finalbuilder.com/Index.htm?mstest.htm
RonShea
Member
246 Points
42 Posts
Re: Help required
May 14, 2010 07:35 AM|LINK
Hi,
Giving you some links which will help you in creating test cases for MVC.
http://codeasp.net/articles/asp.net/30/aspnet-mvc-framework-tutorial
http://www.mvcsharp.org/Reworking_ASPNET_MVC_Store/Default.aspx
http://www.packtpub.com/article/asp-net-mvc-framework
Hope this helps you.
Please mark it as answer if it helps you.
Thanks.
qwe123kids
All-Star
48619 Points
7957 Posts
MVP
Re: Help required
May 14, 2010 07:46 AM|LINK
Hi,
http://msdn.microsoft.com/en-us/library/ms379625(VS.80).aspx
if talking about using Unit test Then Chk the above link
Avinash Tiwari
Remember to click “Mark as Answer” on the post, if it helps you.
kak.mca
Member
66 Points
158 Posts
Re: Help required
May 19, 2010 09:22 AM|LINK
Oneday my onsite coordinator showed wondering expression that my test-cases are always passing. What does it mean? Don't they need to necessarily pass? What is the logic behind that?
Hi,
Thank you very much for your reply, and sorry for the late reply. My doubt is not yet solved to the above question. Can you please clarify me!?
aabruzzese
Contributor
2806 Points
759 Posts
Re: Help required
Dec 10, 2010 12:40 PM|LINK
Are you talking specificaly about Testing per se or directly related to the starter kit?
I would hope that not all your test cases pass as that means you have perfect developers/programmers, business requirements and business analysts and in my world that does not exist.
:)
qwe123kids
All-Star
48619 Points
7957 Posts
MVP
Re: Help required
Dec 10, 2010 03:42 PM|LINK
@Kak
can Kindly share Code Snippet of your test case.
Avinash Tiwari
Remember to click “Mark as Answer” on the post, if it helps you.