WHAT IS TEST STRATEGY?
WHAT IS THE DIFF BETWEEN TEST PLAN AND TEST STRATEGY?
WHAT IS TEST METHODOLOGY
Test plan: Once the requirement analysis is done then we
prepare the
Test Plan. In the Test Plan document we descript Scope,
approach, total time and resources required for the
project, the testing environment and entry and exit
criteria.
Test Strategy: Before start testing we prepare Test
Strategy document. In this document we describe testing
objective, what all the modules need to be test and testing
methodology. Test Strategy is the part of Test Plan.
-> Test methodology is the technical way about how to test
a software. Typically, we refer to black-box and white-box
for methodologies.
Black-box: - With out explicitly use knowledge of the
internal structure, we test the System as per the
functional or System requirements then it call the Black
Box testing.
White-box: - If we are testing the internal logics,
conditions, operations of the code then it call the White
box testing. It is typically used for unit/functional
testing.
| Is This Answer Correct ? | 6 Yes | 1 No |
Give me examples for high priority and High severity defects?
Wht is the Difference between Test Harness and Test Driver Anybody can explain it..Thanks in advance...
Functional and Integration test scenarios for actitime application
Explain a sample testing cycle?
Metrics in QA
how often do u recieve bulid in ur company?
Suppose product is to be delivered on urgent basis.There is no time to test on all OS and Browseres.We have time to execute atlest in one combination of OS and browser.Which one do you prefer and why?
plz anyone can explain me what is PB/MF based application?
Use-cases can provide useful input into the design of black-box and state-based tests of OO software.is it true
differentiate re-testing and regression testing
1.what are disadvantage of V model? 2. In V model two phase is there. That is verification and validation.1St phase is verification , why it is called verification?
Suppose wihile we are doing testing..A bug is reproduced what will be the necessary action taken by the tester?