Which data flow anomaly can be found in this program?

Below is the pseudo-code for the bingo program: The bingo program contains a data flow anomaly. Which data flow anomaly can be found in this program?A . Variable "MIN" is not assigned a value before using it.B . Variable "AB is defined but subsequently not used.C . An invalid value...

September 14, 2024No CommentsREAD MORE +

Which of the following is NOT a common issue with traditional capture/playback test automation?

Which of the following is NOT a common issue with traditional capture/playback test automation?A . Difficult to maintain when software changes.B . Recorded scripts are difficult to maintain by non-technical persons.C . Data and actions are mixed in the recorded script.D . Execution of the recorded script is difficult outside...

September 13, 2024No CommentsREAD MORE +

Which of the following issues would be MOST important to focus on during the review and when verifying the correct implementation?

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...

September 12, 2024No CommentsREAD MORE +

Which of the following metrics is NOT a maintainability metric typically used with static analysis?

Within an embedded software project, the maintainability of the software is considered to be critical. It has been decided to use static analysis on each delivered software component. Which of the following metrics is NOT a maintainability metric typically used with static analysis?A . Number of Lines of Code (LOG)B...

September 12, 2024No CommentsREAD MORE +

Which of the four options contains a pair of solutions that will BOTH help to solve this problem?

Your Agile team is developing a web-based system that will allow users to browse and buy online from a store's shopping catalogue. Continuous Integration has been implemented and technically it is working well, running several times per day, but each run is taking almost as much time as the team...

September 12, 2024No CommentsREAD MORE +

enhancement?

An enhancement to a Social Media application allows for the creation of new Groups. Any number of existing application members can be added to a Group. An attempt to add a non-existent member of the application to a Group will result in an error, as will an attempt to add...

September 12, 2024No CommentsREAD MORE +

Which of the following is a valid reason for including security testing in a test approach?

Which of the following is a valid reason for including security testing in a test approach?A . There is a threat of unauthorized copying of applications or data.B . To provide measurements from which an overall level of availability can be obtained.C . To evaluate the ability of a system...

September 11, 2024No CommentsREAD MORE +

Which of the following white-box test techniques provides the highest level of coverage and could therefore be used to test this component?

A component has been analysed during a risk-assessment and rated as highly critical. Which of the following white-box test techniques provides the highest level of coverage and could therefore be used to test this component?A . Decision testingB . Statement testingC . Multiple condition testingD . Modified condition/decision testingView AnswerAnswer:...

September 11, 2024No CommentsREAD MORE +

Which of the following statements about the Price program describes a control flow anomaly to be found in the program?

Consider the pseudo code for the Price program: Which of the following statements about the Price program describes a control flow anomaly to be found in the program?A . The Price program contains no control flow anomalies.B . The Price program contains unreachable code.C . The Price program contains data...

September 10, 2024No CommentsREAD MORE +

What is the level of decision coverage achieved by these three tests?

Consider the following specification: If you are flying with an economy ticket, there is a possibility that you may get upgraded to business class, especially if you hold a gold card in the airline’s frequent flier program. If you don’t hold a gold card, there is a possibility that you...

September 10, 2024No CommentsREAD MORE +