unit test done by tetser on development team?
Answers were Sorted based on User's Feedback
Answer / anky
Yes, Ideal practice is, the basic unit test should be
written by the developer. Further in scenario vice test
cases and more complext test cases must be written by WBT
(White box testing) team.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / honey
Software testing is an investigation conducted to provide
stakeholders with information about the quality of the
product or service under test.Software testing also
provides an objective, independent view of the software to
allow the business to appreciate and understand the risks
of software implementation. Test techniques include, but
are not limited to, the process of executing a program or
application with the intent of finding software bugs.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / jani
unit testing is normally an whitebox testing mostly it
deals with the loops,conditions etc.,so it is mostly done
by developers than a tester.
Is This Answer Correct ? | 1 Yes | 0 No |
Is it possible to use multipe inheritance in .net
What are multicast delegates ? give me an example
Explain the methods used to render the views in mvc?
How to Insert a TextBox value in to Sql database using C#.Net coding
Explain the 'page lifecycle' of an ASP.NET MVC?
What is the difference b/w constant & read only variable?
4 Answers IMI Soft Engineering,
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
What are the types of authentication in .net
Mention what is the difference between “ActionResult” and “ViewResult” ?
What is the meaning of unobtrusive javascript?
How to free the memory that is not used by an object in garbage collection?
How does the 'page lifecycle' of asp.net mvc works?