Which of the following is not a conflict in software development team ?
A. Simultaneous updates
B. d and common code
C. Versions
D. Graphics issues
Explanation: These are part of design, which can be handled by the design team.
A. Simultaneous updates
B. d and common code
C. Versions
D. Graphics issues
Explanation: These are part of design, which can be handled by the design team.
A. Unit Testing
B. System Testing
C. Integration Testing
D. All of the mentioned
Explanation: Unit, system, integration testing all of them are levels in testing.
A. cluster testing
B. thread-based testing
C. use-based testing
D. none of the mentioned
Explanation: Here, a cluster of collaborating classes is exercised by designing test cases that attempt to uncover errors in the collaborations.
A. Test File Generator
B. Coverage Analyzer
C. Output Comparator
D. Test Harness System
A. A representative sample of tests that will exercise all software functions
B. Additional tests that focus on software functions that are likely to be affected by the change
C. Tests that focus on the software components that have been changed
D. Low-level components are combined into clusters that perform a specific software sub-function
Explanation: Regression testing may be conducted manually, by re-executing a subset of all test cases or using automated capture or playback tools
A. It is the most widely used strategy for statistical quality assurance
B. The “Six Sigma” refers to six standard deviations
C. It is the most widely used strategy for statistical quality assurance AND The “Six Sigma” refers to six standard deviations
D. A Formal Technical Review(FTR) guideline for quality walkthrough or inspection
Explanation: The Six Sigma uses data and statistical analysis to measure and improve a company’s operational performance .
A. Black box testing
B. White box testing
C. Red box testing
D. Green box testing
Explanation: White-box testing is a method of testing software that tests internal structures or workings of an application, as opposed to its functionality .