-
-
-
-
-
-
-
-
Informal Test Strategy
The test strategy that is informal and non structured is known as _______________
-
Testing Life Cycle and Software Development Life Cycle
What is the difference between Testing Life Cycle and Software Development Life Cycle?
-
Test Passes
What is meant by Test Passes? How many passes are required for Integration testing?
-
What is QA? What is Testing? Are they both same or different?
Testing is subset of QA. Testing is just a phase that comes after coding. But QA is the one that should be incorporated into the entire Software Development Life Cycle.
-
-
-
-
-
-
How would you conduct a test: top-down or down-top? What is it? Which one is better?
Down-Top: unit -> interface -> system. Top-Down is a vice versa. You may use both, but down-top allows to discover malfunctioning at earlier phases of development and cheaper to fix than in the case of top-down.
-
-
-
Testing Basics Interview Questions
Ans