BCS ASTQB Exam Practice Questions (P. 1)
- 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 #1
What types of testing are particularly important for mobile applications based on the user's expectations?
- ASuitability and Accuracy
- BUsability and Performance
- CPortability and Usability
- DPerformance and Security
Correct Answer:
B
While all of these are important, the user has particularly high expectations for the usability and performance of a mobile application.
B
While all of these are important, the user has particularly high expectations for the usability and performance of a mobile application.
send
light_mode
delete
Question #2
If an application resides on the mobile device and was written specifically for that device, what type of application is it?
- AWeb-based
- BHybrid
- CNative
- DDevice-specific
Correct Answer:
C
An application that resides on the mobile device rather than on a web server and is written to work with a specific device is a native application.
C
An application that resides on the mobile device rather than on a web server and is written to work with a specific device is a native application.
send
light_mode
delete
Question #3
You are testing an application for a smart phone. You have determined that you only need to test one device from the target family of devices because the behavior of all devices in that family will be the same for this application.
This is an example of what test design technique?
This is an example of what test design technique?
- ABoundary value analysis
- BCombinatorial
- CDecision tables
- DEquivalence Partitioning
Correct Answer:
D
This is an example of EP where all the members of the class are expected to behave in the same manner, therefore only one member of the class needs to be tested. Combinatorial technique is not the correct answer because that would be looking to reduce the set of test devices based on creating combinations to test.
D
This is an example of EP where all the members of the class are expected to behave in the same manner, therefore only one member of the class needs to be tested. Combinatorial technique is not the correct answer because that would be looking to reduce the set of test devices based on creating combinations to test.
send
light_mode
delete
Question #4
If you are testing a mobile application that is not safety-critical, which life cycle model is most likely to be used?
- AV-model
- BWaterfall
- CMobile
- DIterative
Correct Answer:
D
Agile, a form of iterative lifecycle models, is often used for developing mobile applications as are other iterative lifecycles. Waterfall and V-model would be used for safety-critical where more documentation and control is required. The "mobile model" doesn't yet exist but may in the future!
D
Agile, a form of iterative lifecycle models, is often used for developing mobile applications as are other iterative lifecycles. Waterfall and V-model would be used for safety-critical where more documentation and control is required. The "mobile model" doesn't yet exist but may in the future!
send
light_mode
delete
Question #5
Which of the following requirements documents would be the best source to determine normal usage scenarios?
- ARequirements specification
- BUse cases
- CUser stories
- DUsability Requirements
Correct Answer:
B
Use cases should supply the expected usage scenarios. User stories are too brief to give the scenario view. Usability requirements generally focus on the user interface requirements rather than usage scenarios. Requirements specifications are notorious for not having much information regarding actual usage.
B
Use cases should supply the expected usage scenarios. User stories are too brief to give the scenario view. Usability requirements generally focus on the user interface requirements rather than usage scenarios. Requirements specifications are notorious for not having much information regarding actual usage.
send
light_mode
delete
All Pages