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 +

Which test approach will best fit a new project, with little documentation and high probability for bugs?

Which test approach will best fit a new project, with little documentation and high probability for bugs?A . Exploratory testingB . Requirements based testingC . Metric based approachD . Regression testingView AnswerAnswer: A Explanation: Exploratory testing is an approach to testing that emphasizes learning, test design and test execution at...

September 16, 2024 No Comments READ MORE +

What are the advantages and the disadvantages of this change?

The testers in company A were part of the development team. Due to an organizational change they moved to be part of the support team. What are the advantages and the disadvantages of this change?A . Advantage: More independence in deciding what and how to test, Disadvantage: Isolation from me...

September 15, 2024 No Comments READ MORE +

Out of the following. what is not needed to specify in defect report?

Out of the following. what is not needed to specify in defect report?A . Test environment detailsB . How to reproduce the defectC . How to fix the defectD . Seventy and priorityView AnswerAnswer: C Explanation: A defect report is a document that records the details of a defect found...

September 12, 2024 No Comments READ MORE +

Which are the MAIN goals of risk management in a software project?

Which are the MAIN goals of risk management in a software project?A . To increase the success probability for the project regardless of costs.B . To increase focus on preventative processes and to increase satisfaction for the testers.C . To control contractual problems and minimize the impacts of company policies.D...

September 12, 2024 No Comments READ MORE +