Software Testing - Set 8

1)   In Waterfall Model, output of one phase is input to next phase.

a. True
b. False


Answer  Explanation 

ANSWER: True

Explanation:
No explanation is available for this question!


2)   Which model would be prefered for college level students to develop a software?

a. Waterfall model
b. Spiral model
c. Agile model
d. Code and Fix model
Answer  Explanation 

ANSWER: Code and Fix model

Explanation:
No explanation is available for this question!


3)   Abbreviate the term SDLC?

a. System Design Life cycle
b. Software Design Life Cycle
c. System Development Life Cycle
d. Software Development Life Cycle
Answer  Explanation 

ANSWER: Software Development Life Cycle

Explanation:
No explanation is available for this question!


4)   Top-down Design does not require ______ .

a. Step-wise Refinement
b. Loop-invariants
c. Flow charting
d. Modularity
Answer  Explanation 

ANSWER: Loop-invariants

Explanation:
No explanation is available for this question!


5)   Which testing cannot be performed by QA Team?

a. Equivalence Partitioning Testing
b. End-to-end Testing
c. Fuzz Testing
d. Destructive Testing
Answer  Explanation 

ANSWER: Fuzz Testing

Explanation:
No explanation is available for this question!


6)   STLC is related to which model?

a. Waterfall Model
b. RAD Model
c. V Model
d. Spiral Model
Answer  Explanation 

ANSWER: V Model

Explanation:
No explanation is available for this question!


7)   Variable can be saved in which format?

a. ${variableName}
b. storedVars['variableName'].
c. Both of these
d. None of these
Answer  Explanation 

ANSWER: Both of these

Explanation:
No explanation is available for this question!


8)   Selenium is compatible with _______ .

a. CSS1.0 and CSS 2.0
b. CSS1.0, CSS 2.0, and CSS 3.0 selectors
c. CSS 2.0, and CSS 3.0 selectors
d. CSS1.0, CSS 2.0, CSS 3.0 and CSS 4.0 selectors
Answer  Explanation 

ANSWER: CSS1.0, CSS 2.0, and CSS 3.0 selectors

Explanation:
No explanation is available for this question!


9)   Which two commands you can use to validate a button?

a. VerifyTextPresent and assertTextPresent
b. VerifyElementPresent and assertElementPresent
c. VerifyAlertPresent and assertAlertPresent
d. VerifyAlert and assertAlert
Answer  Explanation 

ANSWER: VerifyElementPresent and assertElementPresent

Explanation:
No explanation is available for this question!


10)   ________ shows the history of changes to specific requirement field on QC Project.

a. Requirement Progress Graph
b. Requirement Coverage Graph
c. Requirement Trend Graph
d. Both B and C
Answer  Explanation 

ANSWER: Requirement Trend Graph

Explanation:
No explanation is available for this question!


11)   Which of the followings is/are used to see the Requirement Status?

a. Coverage Analysis
b. Coverage Breakdown
c. Requirements Status
d. Coverage Status
Answer  Explanation 

ANSWER: Coverage Analysis

Explanation:
No explanation is available for this question!


12)   Which is the odd one out?

a. Purge Run
b. VAPI XP
c. LR Scenario
d. WR automated
Answer  Explanation 

ANSWER: Purge Run

Explanation:
No explanation is available for this question!


13)   Using ________ we can check the zooming capability.

a. Bitmap checkpoint
b. Image checkpoint
c. All of these
d. None of these
Answer  Explanation 

ANSWER: Bitmap checkpoint

Explanation:
No explanation is available for this question!


14)   How to associate one or more shared object repositories with one or more actions in a test?

a. Select Resources > Associate Repositories.
b. Click the Associate Repositories button.
c. Tools > Associate Repositories.
d. All of these
Answer  Explanation 

ANSWER: All of these

Explanation:
No explanation is available for this question!


15)   Which is/are parts of State Transition Model?

a. The states that the software may occupy
b. The transition from one state to another
c. The event that cause a transition
d. The action that result from transition
e. All of the above
Answer  Explanation 

ANSWER: All of the above

Explanation:
No explanation is available for this question!


16)   Which of the followings is/are a form of Functional Testing?

a. Boundary Value Analysis
b. Usability Testing
c. Performance Testing
d. Security Testing
Answer  Explanation 

ANSWER: Boundary Value Analysis

Explanation:
No explanation is available for this question!


17)   If a software testing team is doing testing without Planning and Documentation, then this type of testing is called as, ______ .

a. Unit testing
b. Regressing testing
c. Adhoc tesing
d. Stress testing.
Answer  Explanation 

ANSWER: Adhoc tesing

Explanation:
No explanation is available for this question!


18)   Which of the followings is/are best described as Smoke Testing?

a. Part of Black Box Testing.
b. Unit testing for small programs
c. Rolling Integration Testing
d. None of the above.
Answer  Explanation 

ANSWER: Rolling Integration Testing

Explanation:
No explanation is available for this question!


19)   Testing approach changes is based on the life cycle applied for development of a software.

a. True
b. False


Answer  Explanation 

ANSWER: True

Explanation:
No explanation is available for this question!


20)   In Incremental Model, requirements do not need to be prioritize.

a. True
b. False


Answer  Explanation 

ANSWER: False

Explanation:
No explanation is available for this question!


21)   Validation is the responsibility of ________ .

a. Developer
b. Designer
c. Tester
d. QA Team
e. All the stakeholders
Answer  Explanation 

ANSWER: Tester

Explanation:
No explanation is available for this question!


22)   Quality is conformance to requirements.

a. True
b. False


Answer  Explanation 

ANSWER: True

Explanation:
No explanation is available for this question!


23)    The difference between producer's viewpoint and customer's needs is called as, Quality gap.


a. True
b. False


Answer  Explanation 

ANSWER: True

Explanation:
No explanation is available for this question!


24)   Which tasks should be performed before programmer starts writing the first line of a code?

a. Build architect
b. Build design
c. Schedule the work
d. All of the above
Answer  Explanation 

ANSWER: All of the above

Explanation:
No explanation is available for this question!


25)   Defects can be found more easily in ________ .

a. Bottom up Integration Testing
b. Top down Integration Testing
c. Big Bang Testing.
d. Sandwich Integration Testing
Answer  Explanation 

ANSWER: Bottom up Integration Testing

Explanation:
No explanation is available for this question!