which situation will decide the approach (topdown/bottom up)
to choose from?
Answers were Sorted based on User's Feedback
Answer / raghu
Top down approach first parent modules will be debeloped
and then will be intergratedto the corresponding child
modules.--Here stub will be used as a temporary module.
BottonUp approach first child modules will be developed and
then will be intergrated back to the corresponding paren
module.--Here drivers will be used as a temporary module.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kiranmayee
Top Down Approach is recommended when there are any incomplete program at the bottom level programs,where these programs will e replaced by stubs(stub is a simulation program that replaces a called prog)
Bottom Up Approach is recommended when there is a incomplete in the integrated main program,where this program is replaced by Driver(Driver is a simulation program that replaces a calling program)
| Is This Answer Correct ? | 0 Yes | 0 No |
What is risk analysis?
Write Test Cases for Vendor Machine, which inputs 50 - Pepsi 1 - Cock 1.50 - 7Up Test Cases should cover all the Boundary Value Analysis, Equivalence Partitioning, etc.
what is the template of ur co,when requirements are not clear,suppose Business Analyst is not there to whom to meet.what is the role of tester in req or design phase
What are the major components of Perf Test Report?
How will you prepare traceability matrix if there is no Business Doc and Functional Doc?
What do you do if the bug that you found is not accepted by the developer and he is saying its not reproducible.
1.what is verifacation,validation,how its achieved? 2.What is test techniques& strategy? 3.what is error,fault,failure? 4.what is Reviews,Walkthrough,Inspection & Audit? 5.What is Change management,Configuration management,Version control,Test harness? 6.Importance of Severity,Priority,explain Bug life cycle? 7.Difference between use case & test case with example? 8.When should stop testing? 9.Write a test case for online banking application in the topics user login,security,transaction to other accout,data protection. 10.If the software is tested but all the bugs was not fixed,will you release this software?If yes/No then why?
what are the possible test cases for online jobs search portal..if its a job seeker module and any 1 if u had worked on this proj pls share the bugs with sev and priority pls frends i need replies for these queries ..thanks in advance
what are the status have in QC(Test Management Tool). and how you report?
what are 5 common problems in software development process?
how many functional testcases u can write for triangle
What r blackbox & whitebox testing techniques?