Analyst Testing Question: Download Test Analyst PDF

Which of the following types of defects are targeted by API testing?
A. incorrect data handling
B. timing problems
C. loss of transactions
D. non-conformance to coding standards
E. lack of usability
F. installation defects
G. GUI faults

Tweet Share WhatsApp

Answer:

A. incorrect data handling
B. timing problems
C. loss of transactions

Download Test Analyst PDF Read All 40 Test Analyst Questions
Previous QuestionNext Question
You are testing a photo-enforcement system for traffic control in an intersection. The requirements state that a photo shall be taken if the signal light is red (RED) or the car is speeding (SPEED) and if the front wheels of the car are over the line marking the beginning of the intersection (WHEELS).
Consider these sets of values:
1. RED + SPEED + WHEELS
2. RED + SPEED + not WHEELS
3. RED + not SPEED + WHEELS
4. RED + not SPEED + not WHEELS
5. not RED + SPEED + WHEELS
6. not RED + SPEED + not WHEELS
7. not RED + not SPEED + WHEELS
8. not RED + not SPEED + not WHEELS
Given this information, which sets of values provide the minimum tests to achieve 100% path coverage?
A. 2, 3
B. 3, 4, 5, 7
C. 1, 3, 8
D. 1
You are the test analyst working on the testing of software that will control the movement of a roof on a new national sports stadium that seats 100,000 spectators. A failure analysis has shown that if the software system fails then it may cause the roof to break up and fall on the spectators. The government has requested that the level of testing for this software exceeds that normally required by the relevant regulatory standards.
Which is the level of test coverage you would expect to be achieved in the testing of the control software for the stadium roof?
A. Multiple Condition coverage
B. Branch coverage + Modified Condition/Decision coverage
C. Branch coverage + Statement coverage
D. Modified Condition/Decision coverage