Software Testing - Set 18

1)   Which is not true?

a. Condition coverage is also known as Predicate Coverage
b. 100% condition coverage does not guarantee 100% decision coverage.
c. Error guessing has rules for testing.
d. Predicate Coverage uses Boolean values.
Answer  Explanation 

ANSWER: Error guessing has rules for testing.

Explanation:
No explanation is available for this question!


2)   Who prioritizes product backlog?

a. Product owner
b. Scrum team
c. Scrum master
d. All the above
Answer  Explanation 

ANSWER: Scrum master

Explanation:
No explanation is available for this question!


3)   When Testing should be stopped?

a. When manager asks to stop
b. When time runs out
c. When enough money are spend on testing
d. It depends on risk associated with that project.
Answer  Explanation 

ANSWER: It depends on risk associated with that project.

Explanation:
No explanation is available for this question!


4)   Shortcut key for Requirement menu bar is ___________.

a. F1
b. F9
c. Ctrl + R
d. Alt +Shift+ R
Answer  Explanation 

ANSWER: F9

Explanation:
No explanation is available for this question!


5)   __________ indicates that the alert has already been read.

a. Green flag
b. Grey flag
c. Red flag
d. Black flag
Answer  Explanation 

ANSWER: Grey flag

Explanation:
No explanation is available for this question!


6)   Trace From grid in the Requirement traceability displays ________ .

a. Requirement that affect a selected requirement.
b. Requirement that are affected by the selected requirements.
c. All the requirements
d. Only A and B
Answer  Explanation 

ANSWER: Requirement that affect a selected requirement.

Explanation:
No explanation is available for this question!


7)   The expected results of the software is _________________.

a. Only important in system testing
b. Only used in component testing
c. Most useful when specified in advance
d. Derived from the code.
Answer  Explanation 

ANSWER: Only important in system testing

Explanation:
No explanation is available for this question!


8)   Testing beyond normal operational capacity is __________.

a. Load testing
b. Performance testing
c. Stress testing
d. All of these.
Answer  Explanation 

ANSWER: Stress testing

Explanation:
No explanation is available for this question!


9)   Verification and Validation uses __________.

a. Internal and External resources respectively.
b. Internal resources only.
c. External resources only.
d. External and Internal resources respectively.
Answer  Explanation 

ANSWER: Internal and External resources respectively.

Explanation:
No explanation is available for this question!


10)   Which Testing is performed first?

a. Black box testing
b. White box testing
c. Dynamic testing
d. Static testing
Answer  Explanation 

ANSWER: Static testing

Explanation:
No explanation is available for this question!


11)   Every risk has 100% likelihood.

a. True
b. False


Answer  Explanation 

ANSWER: False

Explanation:
No explanation is available for this question!


12)   Verification is the responsibility of _______.

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

ANSWER: QA Team

Explanation:
No explanation is available for this question!


13)   By Default time of WAITFOR command is ______.

a. 15 sec
b. 20 sec
c. 25 sec
d. 30 sec
Answer  Explanation 

ANSWER: 30 sec

Explanation:
No explanation is available for this question!


14)   The ' // ' tells the query that ___________.

a. It needs to stop at the first element that it finds.
b. This is comment
c. The path of the file or folder
d. All of these
Answer  Explanation 

ANSWER: It needs to stop at the first element that it finds.

Explanation:
No explanation is available for this question!


15)   How to execute specific command?

a. Highlight a command. Press Ctrl + F9.
b. Highlight a command. Press Alt + F9.
c. Highlight a command. Press Ctrl + X.
d. Highlight a command. Press X.
Answer  Explanation 

ANSWER: Highlight a command. Press X.

Explanation:
No explanation is available for this question!


16)   ________ calls the function and passes it test data.

a. Test Stub
b. Test Driver
c. Proxy
d. None of the above
Answer  Explanation 

ANSWER: Test Driver

Explanation:
No explanation is available for this question!


17)   Shortcut key for Low Level Recording is _________.

a. CTRL+SHIFT+F3
b. SHIFT+ALT+F3
c. SHIFT+ALT+F4

Answer  Explanation 

ANSWER: CTRL+SHIFT+F3

Explanation:
No explanation is available for this question!


18)   Shortcut key to opens an existing business or scripted component is _________.

a. CTRL+ALT+O
b. CTRL+SHIFT+O
c. SHIFT+ALT+O
d. CTRL+O
Answer  Explanation 

ANSWER: CTRL+SHIFT+O

Explanation:
No explanation is available for this question!


19)   Which shortcut is used to access the first step in Design Step Editor?

a. Alt + Left
b. Alt + Right
c. Alt + Home
d. Alt + Up
Answer  Explanation 

ANSWER: Alt + Home

Explanation:
No explanation is available for this question!


20)   Which of the following option is present in QuickTest_Test option?

a. Test type list
b. Version
c. Test plan tree
d. Requirement
Answer  Explanation 

ANSWER: Test type list

Explanation:
No explanation is available for this question!


21)   Bug status is set to postpone due to ________.

a. Priority of that bug may low.
b. Lack of time for the release.
c. The bug may not be the major effect in the software.
d. Data may be unavailable.
Answer  Explanation 

ANSWER: Data may be unavailable.

Explanation:
No explanation is available for this question!


22)   End result of Software Requirement Analysis is ________.

a. Functional and Behavioral
b. Architectural and Structural
c. Usability and Reliability
d. Algorithmic and Data Structure
Answer  Explanation 

ANSWER: Functional and Behavioral

Explanation:
No explanation is available for this question!


23)   A test technique that involves testing with various ranges of valid and invalid inputs of a particular module or component functionality extensively is ___________.

a. Gorilla Testing
b. Monkey Testing
c. Agile Testing
d. Baseline Testing
Answer  Explanation 

ANSWER: Gorilla Testing

Explanation:
No explanation is available for this question!


24)   When an expected result is not specified in test case template then ___________.

a. We cannot run the test.
b. It may be difficult to repeat the test.
c. It may be difficult to determine if the test has passed or failed.
d. We cannot automate the user inputs.
Answer  Explanation 

ANSWER: It may be difficult to determine if the test has passed or failed.

Explanation:
No explanation is available for this question!


25)   Cyclomatic Complexity cannot be applied in __________.

a. Re-engineering
b. Risk Management
c. Test Planning
d. Reverse engineering
Answer  Explanation 

ANSWER: Reverse engineering

Explanation:
No explanation is available for this question!