BCS ASTQB ASTQB Certified Mobile tester Online Training
BCS ASTQB Online Training
The questions for ASTQB were last updated at Nov 19,2024.
- Exam Code: ASTQB
- Exam Name: ASTQB Certified Mobile tester
- Certification Provider: BCS
- Latest update: Nov 19,2024
What types of testing are particularly important for mobile applications based on the user’s expectations?
- A . Suitability and Accuracy
- B . Usability and Performance
- C . Portability and Usability
- D . Performance and Security
If an application resides on the mobile device and was written specifically for that device, what type of application is it?
- A . Web-based
- B . Hybrid
- C . Native
- D . Device-specific
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?
- A . Boundary value analysis
- B . Combinatorial
- C . Decision tables
- D . Equivalence Partitioning
If you are testing a mobile application that is not safety-critical, which life cycle model is most likely to be used?
- A . V-model
- B . Waterfall
- C . Mobile
- D . Iterative
Which of the following requirements documents would be the best source to determine normal usage scenarios?
- A . Requirements specification
- B . Use cases
- C . User stories
- D . Usability Requirements
In a project that is feature-rich but time-poor, which is the most reasonable approach to risk analysis?
- A . Conduct a full risk analysis, including weighted likelihood and impact ratings for each item
- B . Use a lightweight approach and assign relative importance of each identified item
- C . Skip the risk analysis step and proceed to test execution based on experience
- D . Concentrate on the functional capabilities and disregard the physical capabilities of the device since those should be tested by the manufacturer
If you are testing a mobile banking application, is it important to test the interaction between the software and the device?
- A . No, it is not necessary to extend the functional testing to cover interaction with the device
- B . Yes, using the physical device is how the user interact with the application and how the application interacts with the Internet
- C . No, 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
- D . Yes, each feature of the device should be tested to verify if it interacts with the application
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?
- A . List with 47 items
- B . List 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
- C . List with 0 items, List with 25 items, List with 51 items, 3 lists saved
- D . List with 0 items, List with 12 item, List with 58 items, 0 lists saved, 1 list saved, 3 lists saved, 7 lists saved
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?
- A . List with 47 items
- B . List 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
- C . List with 0 items, List with 25 items, List with 51 items, 3 lists saved
- D . List with 0 items, List with 12 item, List with 58 items, 0 lists saved, 1 list saved, 3 lists saved, 7 lists saved
Correctness can be defined as a combination of which two quality characteristics?
- A . Suitability and accuracy
- B . Usability and performance
- C . Portability and interoperability
- D . Security and usability