What is meant by buddy testing?
Answers were Sorted based on User's Feedback
It is a type of ad-hoc testing, due to lack of time the
programmer and the tester sit together and conduct the test
as soon as the coding is finished.I helps to save the time
and the error occurance also will be very less.
| Is This Answer Correct ? | 2 Yes | 0 No |
Due to lack of time for testing,test engineer grouped with
programmer to conduct testing as early as possible. Buddy
means a group with programmer and tester. It is a type of
ad-hoc testing
Correct me if i am wrong
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ram
1.Buddy Testing comes under ad hoc testing.
2.In this type of Testing Two Team Members are identified as
buddies.
3. The buddies Mutually help each other, with a common goal
of identifying defects early and correcting them.
( a developer and a Tester usually become buddies)
S.Ramprasad.
| Is This Answer Correct ? | 1 Yes | 0 No |
Can u any 1 please explain the below question and answer? Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage? Read p Read q IF p q > 100 THEN Print "Large" ENDIF IF p > 50 THEN Print "p Large" ENDIF a) 1 test for statement coverage, 3 for branch coverage b) 1 test for statement coverage, 2 for branch coverage c) 1 test for statement coverage, 1 for branch coverage d) 2 tests for statement coverage, 2 for branch coverage
whats the difference between test matrix and traceability matrix? tell me with some illustrations.
What is red box testing and yellow box testing?
How to calculate testing productivity?
What can you tell about the project if during testing you found 80 bugs in it
What is Regression Testing?
22 Answers IBM, Sapient, Siemens,
risk driven testing
What is non-functional testing?
what does srs document contains?
what is soak testing
What is meant by Risk Analysis?
How can we test for drastic (severe) memory leakages?