Software Testing - Set 10

1)   ________ combines procedures and tools to manage different versions of configuration objects that are created during the software process.

a. Configuration status reporting.
b. Change control
c. Version control
d. None of the above
Answer  Explanation 

ANSWER: Version control

Explanation:
No explanation is available for this question!


2)   Which of the following is / are types of Software Maintenance?

a. Corrective
b. Adaptive
c. Perfective
d. All of the above
Answer  Explanation 

ANSWER: All of the above

Explanation:
No explanation is available for this question!


3)   Independence of module is assessed using two qualitative criteria. What are those criteria?

a. Cohesion and coupling
b. Module and modularity
c. Cyclomatic complexity and modularity
d. None of the above
Answer  Explanation 

ANSWER: Cohesion and coupling

Explanation:
No explanation is available for this question!


4)   Which is the most desirable form of cohesion?

a. Logical cohesion
b. Functional cohesion
c. Procedural cohesion
d. Communicational cohesion
Answer  Explanation 

ANSWER: Functional cohesion

Explanation:
No explanation is available for this question!


5)   What is the first activity in Software Project Planning?

a. Determination of software scope
b. Determination of budget
c. Find out the team size
d. None of the above
Answer  Explanation 

ANSWER: Determination of software scope

Explanation:
No explanation is available for this question!


6)   Problem Decomposition in Software Engineering is applied in which area?

a. The functionality that must be delivered
b. The process that will be used to deliver it
c. Option A and B both are correct
d. None of the above
Answer  Explanation 

ANSWER: Option A and B both are correct

Explanation:
No explanation is available for this question!


7)   Debugging is not Testing, but always occurs as a consequences of testing.

a. True
b. False


Answer  Explanation 

ANSWER: True

Explanation:
No explanation is available for this question!


8)   ___________ refers to a different set of tasks ensures that the software that has been built is traceable to Customer Requirements.

a. Verification
b. Requirement engineering
c. Validation
d. None of the above
Answer  Explanation 

ANSWER: Validation

Explanation:
No explanation is available for this question!


9)   White-Box Testing is also known as ________ .

a. Structural testing
b. Code-Based Testing
c. Clear box testing
d. All of the above
Answer  Explanation 

ANSWER: All of the above

Explanation:
No explanation is available for this question!


10)   In a flow graph, node contains a condition and it is characterized by two or more edges emanating from it, is called as ________ .

a. Parent node
b. Two Edge node
c. Predicate node
d. None of the above
Answer  Explanation 

ANSWER: Predicate node

Explanation:
No explanation is available for this question!


11)   Black Box Testing is also known as ________ .

a. Behavioral Testing
b. Flow Testing
c. Data Testing
d. None of the above
Answer  Explanation 

ANSWER: Behavioral Testing

Explanation:
No explanation is available for this question!


12)   Equivalence Partitioning comes under which type of Testing?

a. White Box Testing
b. Black Box Testing
c. Grey Box Testing
d. None of the above
Answer  Explanation 

ANSWER: Black Box Testing

Explanation:
No explanation is available for this question!


13)   Most of the time compilers can be used as Static Analysis Tools.

a. True
b. False


Answer  Explanation 

ANSWER: True

Explanation:
No explanation is available for this question!


14)   The defects found in Static Testing and Dynamic Testing are same.

a. True
b. False


Answer  Explanation 

ANSWER: False

Explanation:
No explanation is available for this question!


15)   Percentage mode is used to generate _______.

a. Vuser
b. Script
c. Scenario
d. All of these
Answer  Explanation 

ANSWER: Scenario

Explanation:
No explanation is available for this question!


16)   There are separate Loadrunner function for C and JAVA.

a. True
b. False


Answer  Explanation 

ANSWER: True

Explanation:
No explanation is available for this question!


17)   Global Sampling Rate, Error Handling, Debugging, and Frequency settings is related to ________.

a. Graph properties
b. Monitor properties
c. Both of these
d. None of these
Answer  Explanation 

ANSWER: Monitor properties

Explanation:
No explanation is available for this question!


18)   Focus Testing comes under ______.

a. Performance Testing
b. Acceptance Testing
c. Usability Testing
d. Component Testing
Answer  Explanation 

ANSWER: Usability Testing

Explanation:
No explanation is available for this question!


19)   Which is not true in case of Unit Testing?

a. It decreases the software development speed.
b. It can’t be expected to catch every error in a program.
c. In this tester evaluates if individual units of source code are fit for use.
d. It is usually conducted by the development team.
Answer  Explanation 

ANSWER: It decreases the software development speed.

Explanation:
No explanation is available for this question!


20)   Which of the following is / are not a Iterative Model?

a. RAD
b. Incremental
c. V model
d. Spiral Model
Answer  Explanation 

ANSWER: V model

Explanation:
No explanation is available for this question!


21)   What is the sequence of the Link Defect To Test?

a. Run Step >> Run >> Test Instance >> Test >> Requirement
b. Requirement >> Run Step >> Run >> Test Instance >> Test
c. Requirement >>Run >> Run step >> Test >> Test Instance
d. Run Step >> Run >> Test >> Test Instance >> Requirement
Answer  Explanation 

ANSWER: Run Step >> Run >> Test Instance >> Test >> Requirement

Explanation:
No explanation is available for this question!


22)   In filter, which logical operator is not accepted?

a. ( )
b. { }
c. >=, =<
d. =
Answer  Explanation 

ANSWER: { }

Explanation:
No explanation is available for this question!


23)   What is the extension of Action Template in QTP?

a. .mtr
b. .mst
c. .mta
d. .mat
Answer  Explanation 

ANSWER: .mst

Explanation:
No explanation is available for this question!


24)   __________ will be called through an object, and it will wait for an expected property value of the object.

a. Wait
b. Exit
c. WaitForProperty
d. All of these
Answer  Explanation 

ANSWER: WaitForProperty

Explanation:
No explanation is available for this question!


25)   ____________ used to add an object to the local object repository.

a. Object Spy
b. Update from Application
c. Highlight in Application
d. All of these
Answer  Explanation 

ANSWER: Object Spy

Explanation:
No explanation is available for this question!