How do you develop a test plan and schedule? Describe
bottom-up and top-down approaches.
Answers were Sorted based on User's Feedback
Answer / subhan.qa
we are not going to develop test plan document. test lead is
going to prepare test plan documents.bottom up and top down
approaches are used for integration testing.in top down
approach we are connecting main module with submodules in
the place of remaining under constructive sub modules we
will use stubs. in bottom up approach in the place of under
constructive main module we will use a temporary program
call ed driver
k friends
subhan.k
| Is This Answer Correct ? | 3 Yes | 0 No |
the Test lead is preparing the test plan document and he is
scheduling that means how to test, what to test, who to test
and when to test.
BOTTOM-UP approach is, in this the main module will be under
construction, to conect the main module with submodule we
use a temperory programme called Drivers in the place of
Main module.
TOP-DOWN, in this approach the sub modules will be under
construction to connect this main module to sub modules we
use temperory submodule called Stubs.
By using temperory programmes called Stubs(sub-module),
Drivers(main module) we connect the programmes.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / prabhu
Normally Test lead is preparing Test plan document but team
member May be involved in preparing Test plan document.
This is the information given in the ISTQB Material.
WBS-Work Break down Structure is used to do scheduling which
holds the following information.
1. what to test,
2. who to test
3. when to test.
By using WBS we can analyze whether we are going in the
right path or varying from the plan.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / jim
Test plan & schedule is prepared from following:
1. Historical data
2. If some similar project is currently under testing
3. SRS doc
4. Functional Specification Doc
| Is This Answer Correct ? | 0 Yes | 0 No |
Without exact specification can we write test case for functional testing?
What is smoke testing and when it wil be done?
What is terminologe? Why testing necessary? Fundamental test process psychology of testing
How to Trace a Defect?
you will be given a program and asked to write the Test Data and expected output for the same. for eg: there is a program which returns the sum of largest two numbers in an integer array.
How you will do regression testing on login form, After fixing the bug?
what is entry and exit criteria?
After few months, I'll be having 2 years of experience only in Manual Testing.I want to know which type of questions I'll be asked in Interview if I'll appear for any.
What is change request,how u use it
what is the testing process if water fall is the sdlc model
Which Tests the whole system rather than software? a.)Blackbox testing b.)Whitebox testing c.)Stress testing d.)Mutual testing
For a functionality we have 20 test cases, among 20 testcases 15 of them are Passed and 5 Failed. How will you report to your Manager ? Does the functionality passed or failed or partial passed/failed ??