Total Questions : 50
Expected Time : 50 Minutes

1. What does the acronym 'TDD' stand for in software development?

2. What is the purpose of a 'regression test' in software development?

3. What is the purpose of 'fuzz testing' in software testing?

4. What is the purpose of a 'mock' in unit testing?

5. Explain the difference between 'white-box testing' and 'black-box testing' in software testing.

6. Explain the concept of 'property-based testing' and its advantages over traditional testing methodologies.

7. Explain the concept of 'load testing' in software development.

8. In software development, what is a 'stack trace'?

9. Explain the concept of 'formal verification' in software development and its role in ensuring code correctness.

10. What is the purpose of 'test automation' in software testing?

11. What is the purpose of the 'assert' statement in programming?

12. Explain the concept of 'dependency injection' in the context of testing.

13. Explain the concept of 'A/B testing' in software development.

14. What is the purpose of 'regulatory testing' in software development?

15. What is the purpose of the 'Jenkins' tool in continuous integration and continuous delivery (CI/CD)?

16. Explain the concept of 'pair testing' in software development.

17. In software development, what does the acronym 'CI' stand for?

18. What is the purpose of the 'Gherkin' language in behavior-driven development (BDD)?

19. What is the purpose of the 'mockito' framework in Java testing?

20. Which of the following is a commonly used testing framework for JavaScript?

21. Explain the role of the 'Postman' tool in API testing.

22. What is the purpose of the 'beforeEach' function in testing frameworks?

23. What does the term 'white-box testing' refer to?

24. What is the purpose of a breakpoint in debugging?

25. What is the role of 'property-based testing' and how does it differ from example-based testing?

26. What is the role of the 'setUp' method in unit testing?

27. What is the primary goal of unit testing?

28. Explain the principles of 'model-based testing' and its applications in software development.

29. What is the purpose of the 'finally' block in a try...catch statement?

30. Explain the principles of 'containerization' and its impact on software testing and deployment.

31. Explain the principles of 'model checking' in software verification and its role in identifying code defects.

32. What is the significance of 'shift-left testing' in the software development life cycle?

33. What is the purpose of 'stress testing' in software development?

34. Explain the concept of 'static code analysis' and its significance in code quality.

35. What is the purpose of the 'grep' command in the command line?

36. Which of the following is an example of a testing framework for Python?

37. Explain the concept of 'static analysis' in code testing.

38. In test-driven development, what is typically written first?

39. What is the purpose of 'mutation testing' and how does it differ from traditional testing?

40. What are the key challenges in implementing 'continuous integration' and how can they be overcome?

41. What is the purpose of a comment in code?

42. What is the purpose of a try...catch block in programming?

43. Explain the concept of 'code coverage' in testing and its significance.

44. What is the purpose of the 'console.log()' function in JavaScript?

45. What is the significance of 'security testing' in the software development life cycle?

46. What is the purpose of a code review in software development?

47. Explain the concept of 'continuous integration' (CI) in software development.

48. What is the purpose of the 'break' statement in loops?

49. What are the key considerations in implementing 'test-driven development' (TDD) and its impact on code quality?

50. Which of the following is a commonly used assertion library in JavaScript testing?