Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Software Testing Questions
Unreachable code would best be found using
What is "bug leakage?" and what is "bug release?"
main() { float me = 1.1; double you = 1.1; if(me==you) printf("yes"); else printf("No"); }
Which is the simplest file structure?
Of the following tree structure, which is, efficient considering space and time complexities?
Statement coverage will not check for the following
What are the common problems with software automation?
Differentiate between a.) Testing and Debugging b.) Two tier and Three tier architecture c.) Alpha testing and Beta testing d.) Static testing and dynamic testing
What is a software project test plan?
Defect Management Process does not include
Which of the following is not a static testing technique?
Which of the following is a form of functional testing?
What are the parameters of Quality cost?
Which of the following is not part of performance testing?
What is the type of the algorithm used in solving the 8 Queens problem ?
What is the value of a testing group? How do you justify your work and budget?
What is the difference in writing the test cases for Integration testing and system testing?
What's the role of CMM Level in Testing?
What is risk analysis? What does it have to do with Severity and Priority?
Explain a.) Quality Assurance b.) Quality Control c.) Test Case d.) Test Condition e.) Test Script f.) Test Data g.) Test Bed
1
2