Sample Exam 2 Flashcards
What does the term “Test Object” refer to?
The work product to be tested
Which of the following can be a valid test objective?
Building confidence in the level of quality of the test object
Which of the following is TRUE regarding the responsibilities of testers and developers?
The responsibilities of testers can vary according to the applied software development lifecycle model, while developers mainly do the debugging and the associated component and component integration testing
A new paid software is released after ensuring that it is covered by thorough test cases for the functional and non-functional requirements and all the found defects are fixed. However, most of the users didn’t switch to it because they already have a free alternative. Which testing principle is applied here?
Absence-of-error is a fallacy
Which of the following activities is part of “test implementation” in the test process?
Building the test environment
Which of the following can be considered as the MOST important feature of the V-model?
Supporting the early testing principle
A tester is conducting usability tests on the main user workflows of a system, which types of tests is the performing?
A non-functional test during the acceptance test level
Which of the following test objects can NOT be covered by white-box testing?
Use cases
A software encounters database latency issues, which make the developers take a decision to upgrade to a more efficient database. What will be the MOST needed testing after this upgrade?
Maintenance Testing
Which of the following tests is strongly related to static testing?
Security testing
Which of the following defects can ONLY be found by static testing?
Poor reusability of components
Which of the following activities is part of the fixing and reporting main activity in the review process?
Communicating defects to the appropriate person or team
At the end of the current scrum spring, the manager asks the UI designers to hold a review meeting in order to quickly solve the minor design problems. What is the used review type in this case?
Informal review
In a review meeting for reviewing the software design, you are asked (as a tester) to come up with the draft integration test cases that cover the system interfaces. What is the review technique applied in this review?
Perpepctive-based
Which of the following tests is NOT a black-box test technique?
Decision testing