Category: Miscellaneous software testing questions
Did u come across STUBS and DRIVERS?How did u use these in u r project? »
StubĀ : A piece of code that simulates the activity of missing components.
Driver : A piece of code that passes test cases to another piece of code.
i will give a gen example….suppose u have 3 modules…A B C…A n B r 100% comp….and C is only 50% comp….u r under pressure to comp in a [...]
how to choose a test automation tool? »
we have to choose depends upon the application complexity & delivery time.
The scenario is “while reviewing requirement docs(SRS)if u find or feel any requirement is not meeting the client’s requirements” whom do you report?and what is your action? »
When the System Requirement Specification does not meet the clients requirements, it should be intimated to the PL( who prepares the SRS and should be documented in the Test log & analysis of data which should be discussed in the Management Review Meeting.
The action is the SRS should undergo a revision thereby updating SRS to [...]
When does metrics validation occur? 1. Throughout the life cycle 2. During the test 3. After the test 4. During requirements definition 5. After the final software release Justify ur answer with simple explanation.? »
Throughout the life cycle - TO identify the lag & overcome
what is Concurency Testing? »
Multi-user testing geared towards determining the effects of accessing the same application code, module or database records. Identifies and measures the level of locking, deadlocking and use of single-threaded code and locking semaphores.
