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 |
Could Login Id field accept special characters?
1) In your own words please explain the probable test cases and scenarios for the authentication or login process flow for web based applications like a. www.gmail.com b. www.facebook.com c. Secure internet banking (ICICIBANK.com etc)
Guys, can any one of u give the realtime example for Performance Testing
What are testing techniques? What is difference between general and specific?
Can v prepare Test cases only from BRS from Tester point of view?
What is diffrence between the functional and black box testing.
Artifacts in design phase of SDLC ?
what is the role of a test build manager?
Tell me about the best bug you ever found
what is onshore & offshore operating model
if google wants to introduce the third button along with "search" and "iam feeling lucky",what u will propose and how will u test it?
we enter that user name field is blank and password field is blank and click on Ok. what type of testing is this 1) functional testing 2)security testing