Which of the following items of an incident report would you be UNABLE to write down based on this information?

As the last stage of a test cycle of an embedded device, you are performing exploratory testing. You observed that some character. (A, X and Z) sent via a serial port to the device do not get registered on the device whereas they should be. You suspect that this could...

September 22, 2024 No Comments READ MORE +

What would be your FIRST recommendation to the company?

A mid-size software product development company has analyzed data related to defects detected in its product and found out that detects fixed in earlier builds are getting re-opened after a few months. The company management now seeks your advice in order to reverse this trend and prevent re-opening of defects...

September 21, 2024 No Comments READ MORE +

What would you suggest as the most important report improvement?

The following incident report that was generated during test of a web application. What would you suggest as the most important report improvement? Defect detected date: 15 8.2010 Defect detected by: Joe Smith Test level System test Test case: Area 5/TC 98 Build version: 2011-16.2 Defect description After having filled...

September 21, 2024 No Comments READ MORE +

Which type of software development product can undergo static testing?

Which type of software development product can undergo static testing?A . Any software development product can undergo static testing, including requirements specifications, design specifications and code.B . Static tests should be performed on the installation and user guide documents as these documents are used by the end user.C . Static...

September 21, 2024 No Comments READ MORE +

Which of the following is NOT a deciding factor m determining the extent of testing required?

Which of the following is NOT a deciding factor m determining the extent of testing required?A . Level of risk of the product or featuresB . Budget to do testingC . A particular tester involved in testingD . Time available to do testingView AnswerAnswer: C Explanation: The extent of testing...

September 20, 2024 No Comments READ MORE +

Which review type is most appropriate to ensure high quality and technical correctness of the algorithm?

A software module to be used in a mission critical application incorporates an algorithm for secure transmission of data. Which review type is most appropriate to ensure high quality and technical correctness of the algorithm?A . WalkthroughB . Informal ReviewC . Technical ReviewD . Management ReviewView AnswerAnswer: C Explanation: A...

September 20, 2024 No Comments READ MORE +

Which one of the following bugs can be caught by Static Analysis?

The following requirement is given “Set X to be the sum of Y and Z”. All the following four implementations have bugs. Which one of the following bugs can be caught by Static Analysis?A . int x = 1. int y = 2. int y = 3. X = y=z;B...

September 19, 2024 No Comments READ MORE +

Using equivalence classes partitioning, how many test cases are required to test this field?

For a mandatory input field "ZIP code" the following rules are given: 1 - The valid ZIP code format is 5 numeric digits. 2 - The code has to exist in the post office's official ZIP code list Using equivalence classes partitioning, how many test cases are required to test...

September 18, 2024 No Comments READ MORE +

Which statement about use case testing is true?

Which statement about use case testing is true?A . The lest cases are designed to find defects in the data flew.B . The test cases are designed to be used by real users, not by professional testersC . The test cases are always designed by customers or end users.D ....

September 17, 2024 No Comments READ MORE +

A bank software has a feature of locking down accounts that have and overdraft higher than $10,000.

A bank software has a feature of locking down accounts that have and overdraft higher than $10,000. Due to a bug in the code, the system locks down accounts once they reached $1000 overdraft. Based on this context, which of the following is correct statementA . It is an example...

September 16, 2024 No Comments READ MORE +