BCS ASTQB Exam Practice Questions (P. 2)
- Full Access (76 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
In a project that is feature-rich but time-poor, which is the most reasonable approach to risk analysis?
- AConduct a full risk analysis, including weighted likelihood and impact ratings for each item
- BUse a lightweight approach and assign relative importance of each identified item
- CSkip the risk analysis step and proceed to test execution based on experience
- DConcentrate on the functional capabilities and disregard the physical capabilities of the device since those should be tested by the manufacturer
Correct Answer:
B
B is correct since this is a time challenged project. If there were adequate time, A might be the right answer, depending on the criticality of the product. C is never a good idea since even minimal risk analysis is needed to focus the testing. D is risky because the interaction of the application with the physical capabilities of the device still need to be tested.
B
B is correct since this is a time challenged project. If there were adequate time, A might be the right answer, depending on the criticality of the product. C is never a good idea since even minimal risk analysis is needed to focus the testing. D is risky because the interaction of the application with the physical capabilities of the device still need to be tested.
send
light_mode
delete
Question #7
If you are testing a mobile banking application, is it important to test the interaction between the software and the device?
- ANo, it is not necessary to extend the functional testing to cover interaction with the device
- BYes, using the physical device is how the user interact with the application and how the application interacts with the Internet
- CNo, if the application is developed as a native application, there is no need to test the interaction because the application is portable across many different types of devices
- DYes, each feature of the device should be tested to verify if it interacts with the application
Correct Answer:
B
Testing the physical device's interaction with the application is important. A is not correct because B is correct. C is not correct and a native application is developed for a specific device and is generally not portable. D is incorrect because devices have many, many features and testing all the features would be out of scope for the application under test.
B
Testing the physical device's interaction with the application is important. A is not correct because B is correct. C is not correct and a native application is developed for a specific device and is generally not portable. D is incorrect because devices have many, many features and testing all the features would be out of scope for the application under test.
send
light_mode
delete
Question #8
You are testing a native application for a smart phone. The application allows the user to make grocery lists on the phone and store up to three lists at a time. A list can contain up to 50 items.
Which of the following is the minimum set of test conditions to achieve 100% coverage with the equivalence partitioning test technique?
Which of the following is the minimum set of test conditions to achieve 100% coverage with the equivalence partitioning test technique?
- AList with 47 items
- BList with 0 items, List with 1 item, List with 50 items, List with 51 items, 0 lists saved, 1 list saved, 3 lists saved, 4 lists saved
- CList with 0 items, List with 25 items, List with 51 items, 3 lists saved
- DList with 0 items, List with 12 item, List with 58 items, 0 lists saved, 1 list saved, 3 lists saved, 7 lists saved
Correct Answer:
D
D is correct as it tests each condition with invalid too low, valid and invalid too high values. A is incorrect because it doesn't consider the list save capabilities and it doesn't test the invalid values for the list. B is incorrect because it is doing BVA which results in too many tests for minimum coverage with EP. C is incorrect because it does not sufficiently test the save feature.
D
D is correct as it tests each condition with invalid too low, valid and invalid too high values. A is incorrect because it doesn't consider the list save capabilities and it doesn't test the invalid values for the list. B is incorrect because it is doing BVA which results in too many tests for minimum coverage with EP. C is incorrect because it does not sufficiently test the save feature.
send
light_mode
delete
Question #9
You are testing a native application for a smart phone. The application allows the user to make grocery lists on the phone and store up to three lists at a time. A list can contain up to 50 items.
Which of the following is the minimum set of test conditions to achieve 100% coverage with the boundary value analysis test technique?
Which of the following is the minimum set of test conditions to achieve 100% coverage with the boundary value analysis test technique?
- AList with 47 items
- BList with 0 items, List with 1 item, List with 50 items, List with 51 items, 0 lists saved, 1 list saved, 3 lists saved, 4 lists saved
- CList with 0 items, List with 25 items, List with 51 items, 3 lists saved
- DList with 0 items, List with 12 item, List with 58 items, 0 lists saved, 1 list saved, 3 lists saved, 7 lists saved
Correct Answer:
B
B is correct because it is doing BVA on both the list quantity and the list saving capability. D is incorrect because it has achieved EP coverage, but didn't get the boundaries. A is incorrect because it doesn't consider the list save capabilities and it doesn't test the invalid values for the list. C is incorrect because it does not sufficiently test the save feature.
B
B is correct because it is doing BVA on both the list quantity and the list saving capability. D is incorrect because it has achieved EP coverage, but didn't get the boundaries. A is incorrect because it doesn't consider the list save capabilities and it doesn't test the invalid values for the list. C is incorrect because it does not sufficiently test the save feature.
send
light_mode
delete
Question #10
Correctness can be defined as a combination of which two quality characteristics?
- ASuitability and accuracy
- BUsability and performance
- CPortability and interoperability
- DSecurity and usability
Correct Answer:
A
A is correct per the syllabus. The others are quality characteristics, but are not components of correctness.
A
A is correct per the syllabus. The others are quality characteristics, but are not components of correctness.
send
light_mode
delete
All Pages