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 |
What are authentication filters in web api?
What is MSIL, IL, CTS?
Can I look at the IL for an assembly
Is it possible to use multipe inheritance in .net
What's the difference between Java and .NET garbage collectors ?
What is the use of dataadapter ?
Which is the institute which also caters to your personal development other than subject.
Where does web.config info stored? Will this be stored in the registry ?
1 Answers Accenture, BirlaSoft,
What symbol would you use to denote, the start of a code block in razor views?
What’s the advantage of using System.Text.StringBuilder over System.String?
What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?
Explain RenderBody and RenderPage in ASP.Net MVC?