Which of the following issues cannot be identified by static analysis tools?
Which of the following statements regarding the testing quadrants model is correct?
A software calculates the annual car tax using three inputs:
- E; the emission level of the vehicle
- P: the power of the vehicle
-T the type of the vehicle
The input value for P can be integer positive values between 15 and 350.
Which of the following answers contains a correct list of a boundary values for the P input?
You are working in an agile team on the creation of software for use in robotic assistance systems that support industrial manufacturing processes. You are currently in the effort estimation phase using planning poker. In the current sprint, three user stories are to be implemented:
A . The assistance system is to have a customizable layout. For this purpose, the user should be able to choose between 3 combinations of font size and background color at startup.
B . In the initialization phase, the assistance system should validate the inputs of the 10 customer specific and process specific parameters against a list of 5 consistency rules and display the result to the user.
C . The assistance system currently supports the manufacturing process with 2 robot gripper arms, this shall be extended to 5 gripper arms. In addition, the system shall perform a pre-calculation of the movements of all gripper arms in real time and automatically stop the system in case of a calculated collision of the gripper arms.
You are now asked to estimate the test effort for each of these user stories by using planning poker. The following value rules apply for the test effort estimation:
3 - low (<= 10 test cases)
8 - medium (> 10 and <= 20 test cases)
13 - high (> 20 and <= 50 test cases)
21 - very high (> 50 and <= 100 test cases)
34 - too complex (number of test cases cannot be estimated from information) For each of the three user stories, which planning poker value makes the most sense when estimating the test effort?
Manager responsibilities in formalreview includes adexceptone of the following: