Which of the following best describes the reason why poorly written code is usually more difficult to maintain than well written code?
Which of the following is NOT a common issue with traditional capture/playback test automation?
Within the world of consumer electronics, the amount of embedded software is growing rapidly. The amount of software in high-end television sets has increased by a factor of about eight over the last six years. In addition, the market of consumer electronics has been faced with a 5 -10% price erosion per year. The price of a product is, among a number of other things, determined by the microcontroller used. Therefore, the use of ROM and RAM remains under high pressure in consumer electronic products, leading to severe restrictions on code size.
You are a Technical Test Analyst involved in the review of the architecture of this project.
Which of the following issues would be MOST important to focus on during the review and when verifying the correct implementation?
The F in the mnemonic FIRST stands for Fast Which option correctly states the meanings of the other four letters (IRST)?
SELECT ONE OPTION
Why could test cases need to be refactored in an Agile project?
SELECT ONE OPTION
Consider the pseudo code provided below:
Given the following tests, what additional test(s) (if any) would be needed in order to achieve 100% statement coverage, with the minimum number of tests?
Test 1: A = 7, B = 7, Expected output: 7
Test 2: A = 7, B = 5, Expected output: 5
A product risk assessment has revealed the following product risks:
• lack of usability requirements
• security during on-line transactions
• perceived performance of the system and response time from the user interface
• a required availability of almost 100%
To address the 4th risk, which of the following quality characteristics for technical testing should be part of the test approach?
There are multiple activities the Technical Test Analyst performs regarding test automation. Which of the following activities is a typical test automation activity that the Technical Test Analyst will perform?
Which TWO of the following are generic PRODUCT risk factors that should be considered by a Technical Test Analyst?
a)A high number of performance efficiency defects in the software
b)Inaccurate arithmetic calculations in key business areas cj Particularly complex code
d) Communication issues with geographically distributed teams
e) Usability-’ issues with the design of the user interface
Which of the following statements about Application Programming Interface (API) testing is TRUE?