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 the difference between partial and renderpartial?
How does assembly versioning work?
Explain what is the difference between view and partial view?
Is .net framework dead?
What are the contents of assembly?
Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?
What is .net framework used for?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
Can you write a class without specifying namespace? Which namespace does it belong to by default?
What is entitytypes? : Entity framework
What is a model in android?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.