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...
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...
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...
Which of the following is the best option?
A QA manager of a start-up company needs to implement within a week a low cost incident management tool. Which of the following is the best option?A . Document incidents on a large board in the labB . Purchase and deploy an incident management toolC . Manage the incidents through...
Which test design techniques are most appropriate for this case?
You need to test the login page of a web site. The page contains fields for user name and password. Which test design techniques are most appropriate for this case?A . Decision table testing, state transition testing.B . Equivalence partitioning, Boundary value analysis.C . Exploratory testing, statement coverage.D . Decision...
Which of the following statements about Experience Based Techniques (EBT) is correct?
Which of the following statements about Experience Based Techniques (EBT) is correct?A . EBT use tests derived from the test engineers' previous experience with similar technologies.B . EBT is based on the ability of the test engineer to implement various testing techniques.C . EBT is done as a second stage...
Which of the following statements is CORRECT?
Which of the following statements is CORRECT?A . Test cases are made up of input values, expected results and actual results developed to cover test objectivesB . Test cases describe items or events to test that are derived from the test basis during the test analysis activityC . Test cases...
Which of the following options cover the test types performed during typical system testing phase:
Which of the following options cover the test types performed during typical system testing phase: I) Usability II) Requirements based scenarios III) Testing parts of the code in isolation IV) Correct order of parameters in API callsA . I, IllB . I, IIC . II, IVD . III, IVView AnswerAnswer:...
Which of the following statements about testware are correct?
Which of the following statements about testware are correct? I When closing the test activities, all the testware resources can be uninstalled and released II All the testware should be subject to Configuration Management III, The testware. at the end of the project, should be transferred to the organization responsible...
How many test cases are necessary in order to achieve 100% branch coverage of the process flow?
The following part of a business process flow is specified; REPEAT (book a bill) UNTIL (User presses Cancel). How many test cases are necessary in order to achieve 100% branch coverage of the process flow?A . 4B . 1C . 2D . InfiniteView AnswerAnswer: C Explanation: To achieve 100% branch...