Suppose there are three modules A-B-C, the output of A is
responsible for B and output of B is responsible for C and
if A & C is not ready & B module is ready then how can u
check Module B
Answers were Sorted based on User's Feedback
Answer / manish
Use Hybrid Approach: It is a combination of top down and
bottom up approaches. This approach is also known as
sandwich approach.
In the place of under constructive sub and main programs the
programmers are prefer using temporary program called stub
and Driver.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / ravikanth
yes ofcourse, here we can use sandwich integration
testing methodology
| Is This Answer Correct ? | 4 Yes | 3 No |
1. How many Process are there in Testing Life Cycle?
What is V-model and explain differences between V-model and other SDLC models like waterfall, spiral etc
which model is mostly used in companies for SDLC and y?
What will you do if your developer doesnt agree with you on the severity and priority that you assigned to a bug
What are the testing techniques and what are the difference between Unit testing & White box testing is Unit testing comes under White Box testing, if WBT is a technique under this we do Path Testing, Loop Testing so what we do in Unit testing
What is Desktop Testing
I have interview on Guide wire testing. If you please share me.
diff b/w regression, re-testing & repeative testing
how to perform reviews
What is the difference between Spiral Model and V-Model
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?
how can u prepare the test plan?