What is difference between individual test team testing and
self testing by developer? give pros n cons.
Answers were Sorted based on User's Feedback
Answer / vimal (test engg.)
The above explanation is right but i would like to add some
thing in it.
The testing done by developer is unit testing and the part
of white box testing. The aim of the developer's testing is
to check that his code module is working. He always test
keeping the positive aspects of his code.
but the tester test keeping himself in the shoe of the
user. Testing positive side of the functiolity he also test
for the negative functionlity in order to check that the
program should not bahave like that when worng input is
provided which it should not be.
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / jimut
Difference between testing done by the testing team & by
developers can be cosidered the almost same as Black box &
White Box testing.
Main feature of individual test team testing is that the
testing team is that the test case selection is based on
the analysis of the specification of a component without
any knowledge of the internal working.System testing is a
example of this.
And as that of the white box testing is where the test case
selection is based on the internal structure of the
component.Integration Testing is an example.
Unit testing being a pefect Example.
Unit testing is a procedure used to validate that
individual units of source code are working properly.
| Is This Answer Correct ? | 2 Yes | 3 No |
what is difference between win 98 and win 2000 poertating system?which is better one?
what is Inspection?
In waterfall model, while your are coding if you happen to know that one of the requirement was wrong and there will be no use in implementing it and moreover it is going to cause problems to the final output. Then do you have the flexibility to go back and change the requirement? Is this flexibility there in Vmodel?
in web application , what are the common "browser compatabality issues " that you have across.?
In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% To the nearest whole pound, which of these is a valid Boundary Value Analysis test case? The options provided are a)£1500 b)£32001 c)£33501 d)£28000
Which methodologies, Technologies are fallowed in your company?
Hi Friends Can Any one give test cases on Credit card system
what is RTM
Do submit teststrategy to customer if yes at what time
0 Answers Kanbay, Miracle Solutions,
Why performance testing is performed? What are tools of performance testing?
How you will assure client that the number of test cases written by you is sufficient or can complete the test coverage completion criteria?
give on example of regression testing, u did in yuor projec?