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 |
What are the key challenges of testing?
what is conditional testing? explain and examples
How and when can the Testing Organization detect software defects?
Hi ALl, Can you please list out Q & A for Test Lead,which Interviewer may ask in interview for Test Lead position
What is Defect Seeding?
whatis the diffrence bug ,error,defect
How to explain the Insurance project in the interview?
3. A bug report is a: a. A collection of independent, reusable test cases. b. A technical document that describes the various symptoms or failure modes associated with a single bug. c. A deliverable that details the strategic approach to a testing effort d. A & B
if yahoo ceo asks you to do performance testing for yahoo site, what are the inputs you ask from them?
0 Answers QA, SmartData, Yahoo,
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
How load testing is different from regression testing?
What is Pre UAT and UAT is there any difference ?