Software Testing - Set 7

1)   A new project manager takes the control of a project that is in development phase. What will be his first goal?

a. Establish relationship with customer.
b. Modify team according to his management style.
c. Learn project objective and existing plan.
d. Ensures the project progress at Current Place.
Answer  Explanation 

ANSWER: Learn project objective and existing plan.

Explanation:
No explanation is available for this question!


2)   What is an Equivalence Partition?

a. A set of test cases for testing classes of objects.
b. An input or output range of values such as have only one value in the range becomes a test case.
c. An input or output range of values such that each value in the range becomes a test case
d. An input or output range of values such that every tenth value in the range becomes a test case.
Answer  Explanation 

ANSWER: An input or output range of values such as have only one value in the range becomes a test case.

Explanation:
No explanation is available for this question!


3)   A theme park charges entry fee based on age group. For children below 3 it charges nothing, for 3-10 it charges Rs. 500/-, for 10-18 it charges Rs. 800/-,then for 18-60 it charges Rs. 1000/- and above 60 it charges Rs. 500/- again. Using Boundary Value Analysis, what will be the values to test if person pays Rs. 500/- entry fee?

a. 0,2,3
b. 2,3,10,11,59,60,100,102
c. 2,3,10,11,59,60,100,101
d. 59,60,100,101
Answer  Explanation 

ANSWER: 2,3,10,11,59,60,100,101

Explanation:
No explanation is available for this question!


4)   Which of the followings is/are not a Specification Based Technique?

a. Cause-Effect Table
b. State transition Testing
c. Decision Coverage
d. Use case Testing
Answer  Explanation 

ANSWER: Decision Coverage

Explanation:
No explanation is available for this question!


5)   Test Control is an Ongoing Activity.

a. True
b. False


Answer  Explanation 

ANSWER: True

Explanation:
No explanation is available for this question!


6)   A chronological record of relevant details about the execution of tests is called as, a _______ .

a. Test suite
b. Test procedure
c. Test data
d. Test log
Answer  Explanation 

ANSWER: Test log

Explanation:
No explanation is available for this question!


7)   A document that contains description of any event that has happened, which requires further investigation is called as _________ .

a. Test Summary Report
b. Defect Report
c. Bug Report
d. Incident Report
Answer  Explanation 

ANSWER: Incident Report

Explanation:
No explanation is available for this question!


8)   Severity can be changed at any point of time.

a. True
b. False


Answer  Explanation 

ANSWER: False

Explanation:
No explanation is available for this question!


9)   Which is/are not the benefits of Independent Testing?

a. Detect different defects than programmer
b. Can spend money on tester training
c. Can blame programmer for poor quality
d. All of the above
Answer  Explanation 

ANSWER: Can blame programmer for poor quality

Explanation:
No explanation is available for this question!


10)   The defect cluster change over time. Which of the followings testing principles implies this?

a. Testing shows presence of defects
b. Pesticide paradox
c. Testing is context dependent
d. Defect Clustering
Answer  Explanation 

ANSWER: Pesticide paradox

Explanation:
No explanation is available for this question!


11)   The customer is very cautious about the quality of a product. He needs all the combination of inputs and preconditions to be tested. Among using which of the testing principles the tester should tell the customer that such kind of testing is not feasible?

a. Absence of error fallacy
b. Defect clustering
c. Pesticide paradox
d. Exhaustive testing
Answer  Explanation 

ANSWER: Exhaustive testing

Explanation:
No explanation is available for this question!


12)   Errors,Defects,Failures are synonymous.

a. True
b. False


Answer  Explanation 

ANSWER: False

Explanation:
No explanation is available for this question!


13)   Debugging and Testing are same activities.

a. True
b. False


Answer  Explanation 

ANSWER: False

Explanation:
No explanation is available for this question!


14)   Which of the following situations can we say “There is a Defect”?

a. A requirement is not implemented
b. A requirement is wrongly implemented
c. Something extra is implemented which is not specified in URS
d. All of the above
Answer  Explanation 

ANSWER: All of the above

Explanation:
No explanation is available for this question!


15)   RE represents ______ .

a. Risk Expense
b. Related Expense
c. Risk Exposure
d. Risk Evaluation
Answer  Explanation 

ANSWER: Risk Exposure

Explanation:
No explanation is available for this question!


16)   Which of the following techniques will ensures that the impact of risk will be less?

a. Risk Avoidance Technique
b. Risk Mitigation Technique
c. Risk Contingency Technique
d. All of the above
Answer  Explanation 

ANSWER: Risk Contingency Technique

Explanation:
No explanation is available for this question!


17)   After deployment of a system, a software is incorrectly performs one of its major functionality, at that time who is going to determine how badly it will hamper the Organization?

a. QA Personnel
b. Developer
c. Technical People
d. Business Analyst
Answer  Explanation 

ANSWER: Business Analyst

Explanation:
No explanation is available for this question!


18)   Which of the following advantages of Iterative Model?

a. Early revenue generation
b. Simpler to manage
c. Divided workload
d. Early feedback
e. All the above
Answer  Explanation 

ANSWER: All the above

Explanation:
No explanation is available for this question!


19)   Which of the followings is/are not a type of SDLC models?

a. Big bang model
b. Code and fix model
c. Agile model
d. Spiral model
e. Capability Maturity model
Answer  Explanation 

ANSWER: Capability Maturity model

Explanation:
No explanation is available for this question!


20)   Which of the followings is/are a characteristics of Agile development?

a. Shared code ownership
b. Implement the simplest solution to meet today's problem
c. Continual feedback from customer
d. test-driven development
e. All of the above
Answer  Explanation 

ANSWER: All of the above

Explanation:
No explanation is available for this question!


21)   Which of the following situations in Regression Testing is not performed?

a. When project manger asks to perform.
b. When new functionality is introduced.
c. When database system is changed
d. When system is installed on different hardware configuration than previously tested.
Answer  Explanation 

ANSWER: When project manger asks to perform.

Explanation:
No explanation is available for this question!


22)   Which of the followings is/are characteristic/s of Stress Testing?

a. It is a type of Non Functional Testing
b. It involves testing beyond normal operational capacity, often to a breaking point, in order to observe the results.
c. It is used to determine the stability of a given system.
d. It put greatemphasis on robustness, availability, and error handling under a heavy load, rather than on what would be considered correct behavior under normal circumstances.
e. All of the above.
Answer  Explanation 

ANSWER: All of the above.

Explanation:
No explanation is available for this question!


23)   What is the example of Load Testing?

a. Downloading large contents from the internet.
b. Running multiple applications on a computer or server simultaneously.
c. Printing large document using printer in a queue.
d. Generating a large amount of traffic on particalr page.
e. All the above
Answer  Explanation 

ANSWER: All the above

Explanation:
No explanation is available for this question!


24)   Difference between Retesting and Regression Testing is _________ .

a. Retesting ensures the original fault has been removed where as regression testing looks for unexpected side-effects.
b. Retesting looks for unexpected side-effects where as regression testing ensures the original fault has been removed.
c. Retesting is done after faults are fixed where as regression testing is done earlier
d. Retesting is done by developers whereas regression testing is done by independent testers
Answer  Explanation 

ANSWER: Retesting ensures the original fault has been removed where as regression testing looks for unexpected side-effects.

Explanation:
No explanation is available for this question!


25)   Which is the odd one out?

a. Beta testing
b. Beta release
c. Client side
d. Client or development side
Answer  Explanation 

ANSWER: Client or development side

Explanation:
No explanation is available for this question!


26)   ______ is an existing defect that has not yet caused a failure because the conditions that is required to invoke the defect is not meet.

a. Masked defect
b. Latent defect
c. Both of these
d. None of these.
Answer  Explanation 

ANSWER: Latent defect

Explanation:
No explanation is available for this question!