Answer Posted / guru
buddy testing, a very effective and efficient testing
practice, for superior code. Our programmers are more
efficient and get things right the first time using buddy
testing.
This is a simple concept to ensure that each software
feature goes through a quick sanity check of a QA engineer
before it is checked-in. Every developer is associated with
a "buddy" tester who does this sanity check (typically of
the user interface, which is not covered completely through
unit test cases). Essentially, we create the test scenarios
before the code is written, and so quality is assured at
the unit test levels itself. Risk analysis and
identification occurs early greatly reducing the number of
bugs in the final product, through walkthroughs and
periodic close inspections and interactions between tester
and developer.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Explain the defect life cycle.
What is pesticide paradox? How to overcome it?
What is agile testing and why is it important?
Explain test metric and the information it provides.
If there is non reproducible bug which developer is not ready to agree, how you will convince him.
What is the limit for test steps?It should be 10/20/30etc
Build with fixes has been deployed on QA environment if asked by your manager to reproduce how can you reproduce the issues? (by using the previous build) Can you access the previous build? If so ,what are the tools or how can you access?
iam new testing, i want improve writing test cases and bug defect etc? any on give suggestion pls?
what are the typical problems in web testing?
What do you think the role of test-group manager should be? Relative to senior management?
Explain the importance of agile testing?
What are noise variables?
What is function points??????
date format and we should 8 digits - not accepted only /accepted write how many in test cases in the date format valid , and in valid
Which testing model is best as per your understanding, and why?