WHAT IS TEST STRATEGY?
WHAT IS THE DIFF BETWEEN TEST PLAN AND TEST STRATEGY?
WHAT IS TEST METHODOLOGY
Answer Posted / yogesh dewangan
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 |
Post New Answer View All Answers
What are the two main categories of software testing?
How to do the performance testing manually? Does you have a test case for that?
Write all combinations of test cases for calculater on + symbel
What is neutral test case?
You may be overqualified for this position we have to offer
what is the most critical bug u have to find in ur project.My application is ERP based,in this purchase module is there.plz tell me the answer?
What r the features,u take care in prototype testing?
Hi, I am planing to give ISTQB - Foundation level exam. Can anyone forward the ISTQB materials at laxmi_002@rediffmail.com mail ID.
can anyone tell me the scenarios for online banking transaction ?
What is the Diff between Code Walkthrough & Code Review? What is the diff between walkthrough and inspection? What is meant by GUI Testing?
What are the cases when you’ll consider to choose automated testing over manual testing?
How to write testcases for unread/read mails for gamil inbox? and what are the types of testing you do on them?
Can any tell me how a clinical data management system is tested? what are the test scenarios? what are the test cases? work flow.
HOW TO CREATE SRS REVIEW REPORT TO PL?
How to test an Scheduled event? For ex: in an investment banking application, the scheduler will create an equity anbd user has nothing to do but tester has to test if the instrument is created properly or not?