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 is filters in web api?
Which are the important namespaces used in mvc?
What are Non Action methods in ASP.Net MVC?
What are the advantages of asp.net mvc?
How will you load dynamic assembly? How will create assemblies at run time?
Name a few different return types of a controller action method?
Is .net core replacing .net framework?
Are there any parts of the .net framework 3.0 that only work on windows vista?
Iam using an asp.net application . i want to update one of my table in database at 4pm every day how it is possible.
Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Qu)I Got Exception in "try" block. Which "catch" statement (i.e. 1st catch or 2nd catch ) catches the exception and Why???
what is datacontrols?
What are the derived classes from xmlReader and xmlWriter