ASTQB: ASTQB Certified Mobile Tester
ISTQB
Related questions
What is the best way to verify that a simulator is giving reliable results?
Explanation:
C is the best way to verify the reliability of the simulator. A as we all know may not tell us how the simulator really works. B would require knowing how the simulator should behave, which might be information we don't have. D would not make sense as you'd be comparing information from two different developed products.
If the project is to release a new smart phone, what should the tester focus testing on?
Which of the following is a generic tool that would be useful for a mobile application testing project?
Explanation:
C is correct. This is a generic testing tool that would still be useful in a mobile application project. A and B are specific tools that would be designed for use for the specific project. D might work but most generic performance testing tools don't work well for mobile applications because of their inability to work with simulators and provide the variability in network connections.
You have information from production that the previous version of your product has had a high rate of abandonment after the initial download. In fact, it appears people download the application and never use it. Poor performance is thought to be the main problem that is causing people to give up the application.
Which of the following aspects of the application should be specifically targeted for testing to help determine if this is really the problem?
Explanation:
D is correct since it appears that people download it and never use it, perhaps because it takes so long to complete the download and the initial launch. This may not be the real problem, but it is certainly the first area to look at during testing. A and B are incorrect because the users are not actually using the software and wouldn't see these issues. C might be a problem leading to D being a symptom.
What is the primary use of teststorming?
Which type of application is more portable?
From the user's perspective, what is the difference between native mobile applications and those that were designed to be viewed through a web browser on a mobile device.
What type of testing methodologies should mobile applications testers seek?
When building a flexible testing framework, how does the short product life cycle affect the test approach and tool decisions?
Explanation:
C is correct per the syllabus. A is probably not a goal since products come and go and long-term maintainability of the test framework may be a poor investment. B is not correct because known vendors may not produce tools that support the latest technologies. D is not correct because a lightweight risk analysis is more likely used than a formal risk analysis process.
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?
Explanation:
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.
Question