Software Testing · Instructor: Prof. Meenakshi D'souza
State true or false: If testing is done well, all errors in software can be found.
State true or false: In the waterfall model for software development, there is always a separate testing phase after coding but, in agile software development testing is completed in the same iteration as programming.
Which of the following best corresponds white box testing?
What is regression testing?
State true or false: Testing can be done fully by tools.
What kinds of graphs are used in testing?
Relational and logical expressions are used to test which elements of code below?
Suppose a web application is tested by increasing the number of users to more than the maximum number possible, what kind of testing does this represent?
State true or false: Testing techniques used for system level testing of gaming applications can also be used for system level testing of web applications.
State true or false: In test driven development, test cases are written first and then code is written to meet the test cases.