STM Important Questions
Unit 1
1. Explain path selection and path testing criteria. How they affect testing?
2. List out various types of Bugs possible in executing a program and discuss their consequences
and remedies.
3. What is control flow graph? Explain how to generate control flow graph with an example.
Unit 2
1. Explain in detail the transaction flow testing techniques along with its complexity.
2. What are data-flow anomalies? Write about data flow anomalies that may occur in a flow graph.
3. What is data flow model? Explain the various components of data flow model.
Unit 3
1. Compare and contrast nice and ugly domains.
2. Write the role of path expression and path predicates in testing.
3. What is bug assumption? Elaborate different bugs that can result in domain errors.
4. Explain the important properties of boundaries. How they will be used in identifying test cases?
Unit 4
1. How decision tables will be helpful in logic based testing gives various components of it? Explain.
2. Demonstrate reduction of the following functions using KV chart:
F(A, B, C, D) = π (4,5,6,7,8,12,13) + d(1,15)
3. Write about Test Case Design process.
Unit 5
1. How to identify equivalent states and how to merge them in representing state graphs? Explain.
2. How to identify good and bad state graphs? Explain.
3. Discuss node reduction algorithm with suitable example.
Unit 6
1. Explain the features of test automation. Give its merits and demerits over manual testing.
2. How to record test and set check points in win runner? Explain.
3. Explain the features of Jmeter Testing environment.