Software Testing - Set 6

1)   Which graph is not available when Viewing Summary Data?

a. Data Point
b. Web page breakdown
c. Error graphs
d. All of these
Answer  Explanation 

ANSWER: All of these

Explanation:
No explanation is available for this question!


2)   Windows Socket Script is used in ________ .

a. LRS function
b. LRT function
c. Both of these
d. None of these
Answer  Explanation 

ANSWER: LRS function

Explanation:
No explanation is available for this question!


3)   Which is the odd one out?

a. AssertFoo
b. VerifyFoo
c. getFoo
d. WaitForFoo
Answer  Explanation 

ANSWER: getFoo

Explanation:
No explanation is available for this question!


4)   Which Command is used to extend the time limit of WAITFOR Command?

a. Extend waitFor (time in sec)
b. waitFor (time in sec) extend
c. setTimeout (time in sec)
d. setTimeout
Answer  Explanation 

ANSWER: setTimeout

Explanation:
No explanation is available for this question!


5)   _________ is used to calls the recorded Analog File.

a. RunAnalog
b. CallAnalog
c. ExecuteAnalog
d. Call to existing
Answer  Explanation 

ANSWER: RunAnalog

Explanation:
No explanation is available for this question!


6)   To modify the amount of time that QTP waits for a web page to load and Change the Browser Navigation Timeout, so in which tab of test case setting do we have to go?

a. Properties
b. Resources
c. Web
d. Web Settings
Answer  Explanation 

ANSWER: Web

Explanation:
No explanation is available for this question!


7)   Minimum of four test data are available in ______ .

a. Boundary Value Analysis
b. Equivalence Class Partitioning
c. Both A and B
d. None of these.
Answer  Explanation 

ANSWER: Boundary Value Analysis

Explanation:
No explanation is available for this question!


8)   First component of the DFD is ______ .

a. Process
b. Flow
c. Entity
d. Level
Answer  Explanation 

ANSWER: Process

Explanation:
No explanation is available for this question!


9)   If the project is small then we used ______ .

a. Iterative model
b. V model
c. Agile model
d. Spiral model
Answer  Explanation 

ANSWER: Agile model

Explanation:
No explanation is available for this question!


10)   Which is not a part of Decision Table?

a. Rule portion
b. Driver portion
c. Condition portion
d. Action portion
Answer  Explanation 

ANSWER: Driver portion

Explanation:
No explanation is available for this question!


11)   ___________ is enable us to analyze the breakdown of child requirement according to test coverage status.

a. Coverage Analysis
b. Requirement View
c. Requirement Grid
d. Requirement Tree
Answer  Explanation 

ANSWER: Coverage Analysis

Explanation:
No explanation is available for this question!


12)   ____________ shows that the accumulation of defects in QC Project.

a. Defect Summary Graph
b. Defect Progress Graph
c. Defect Age Graph
d. Defect Trend Graph
Answer  Explanation 

ANSWER: Defect Progress Graph

Explanation:
No explanation is available for this question!


13)   Which of the following are the objectives of Software Testing?

a. Determines that software product satisfy specified requirements
b. Demonstrate that software products are fit for use
c. Detect defects
d. All the above
Answer  Explanation 

ANSWER: All the above

Explanation:
No explanation is available for this question!


14)   Which of the followings is/are characteristics of good testing?

1. Testers should involve early in project development.
2. Every development activity corresponds with some testing activity.
3. Testing should instantly start once code is delivered to tester.
4. All test cases should be prepared before even code is written
5. All test basis should be reviewed.


a. 1,2,4
b. 1,3,4,5
c. 1,2,4,5
d. All of the above
Answer  Explanation 

ANSWER: 1,2,4,5

Explanation:
No explanation is available for this question!


15)   Finding and fixing error does not guarantee that user will accept the system.

a. True
b. False


Answer  Explanation 

ANSWER: True

Explanation:
No explanation is available for this question!


16)   Software Tester focuses more on complex part of the software. Which of the following testing principles implies this?

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

ANSWER: Defect Clustering

Explanation:
No explanation is available for this question!


17)   Test strategy gives rules for Testing.

a. True
b. False


Answer  Explanation 

ANSWER: False

Explanation:
No explanation is available for this question!


18)   Followings are the major tasks of Test Analysis and Design Activity. Arrange them in correct order.

1. Identify and prioritize test conditions
2. Design and prioritize the test
3. Identify the data used for test procedure
4. Review the test basis
5. Evaluate testability of test basis
6. Design the test environment set up and identify any required infrastructure and tools


a. 4,5,3,6,2,1
b. 4,5,1,2,6,3
c. 4,5,2,1,3,6
d. 4,5,1,2,3,6
Answer  Explanation 

ANSWER: 4,5,1,2,3,6

Explanation:
No explanation is available for this question!


19)   Which of the followings is NOT a White Box Technique?

a. Statement testing
b. Path testing
c. Data flow testing
d. None of the above
Answer  Explanation 

ANSWER: None of the above

Explanation:
No explanation is available for this question!


20)   Which of the following statements is correct to perform a successful Software Testing Process?

a. Conduct formal technical reviews prior to testing.
b. Specify requirements in a quantifiable manner.
c. Option A and B are correct
d. None of the above
Answer  Explanation 

ANSWER: Option A and B are correct

Explanation:
No explanation is available for this question!


21)   Which of the following is not another name for Structural Testing?

a. White box Testing
b. Glass box Testing
c. Behavioural Testing
d. None of the above
Answer  Explanation 

ANSWER: Behavioural Testing

Explanation:
No explanation is available for this question!


22)   Configuration Testing deals with hardware while compatibility testing deals with Software.

a. True
b. False


Answer  Explanation 

ANSWER: True

Explanation:
No explanation is available for this question!


23)   __________ refers to the set of tasks that ensures the software correctly implements a specific function.

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

ANSWER: Verification

Explanation:
No explanation is available for this question!


24)   What do you verify in White Box Testing?

a. Testing of each statement, object and function on an individual basis.
b. Expected output.
c. The flow of specific inputs through the code.
d. All of the above.
Answer  Explanation 

ANSWER: All of the above.

Explanation:
No explanation is available for this question!


25)   ________ verifies that all elements mesh properly and overall system functions/performance is achieved.

a. Integration testing
b. Validation testing
c. Unit testing
d. System Testing
Answer  Explanation 

ANSWER: System Testing

Explanation:
No explanation is available for this question!