Software Testing - Set 17

1)   Which testing enables the tester to evaluate the software behaviour when exceptions occur?

a. Fault Injection Testing
b. Fuzz Testing
c. Active Testing
d. Passive Testing
Answer  Explanation 

ANSWER: Fault Injection Testing

Explanation:
No explanation is available for this question!


2)   Which is not true in context of Decision Tree?

a. Used in white box model.
b. Perform well with large data
c. Handles both categorical and numerical data
d. Random forest tree is used for regression type problem
Answer  Explanation 

ANSWER: Random forest tree is used for regression type problem

Explanation:
No explanation is available for this question!


3)   Which testing is performed with Planning and Documentation?

a. Ad-hoc testing
b. Monkey testing
c. Fuzz testing
d. End-to-End testing
Answer  Explanation 

ANSWER: End-to-End testing

Explanation:
No explanation is available for this question!


4)   Which testing cannot be performed on first build of the software?

a. Regression testing
b. Retesting.
c. Sanity testing
d. Only A and B.
e. All of these
Answer  Explanation 

ANSWER: All of these

Explanation:
No explanation is available for this question!


5)   In Which of the following situation defects will arise?

a. No knowledge of system
b. System is used in wrong way
c. May have coded wrongly
d. Incorrect setup of testing environment
e. All the above
Answer  Explanation 

ANSWER: All the above

Explanation:
No explanation is available for this question!


6)   Which is the odd one out?

a. .qfl
b. .vbs
c. .mta
d. .txt
Answer  Explanation 

ANSWER: .mta

Explanation:
No explanation is available for this question!


7)   Which of the following is not true?

a. Content coupling in a module is desirable
b. Logical cohesion in a module is desirable
c. Stamp coupling is preferred over functional coupling
d. All of these
Answer  Explanation 

ANSWER: All of these

Explanation:
No explanation is available for this question!


8)   Which testing focuses on heavily testing of one particular module?

a. Gorilla Testing
b. Fuzz Testing
c. Inter-Systems Testing
d. Breadth Testing
Answer  Explanation 

ANSWER: Gorilla Testing

Explanation:
No explanation is available for this question!


9)   Which is not the state of bug in bug Life Cycle?

a. Verified
b. Deferred
c. Critical
d. Postponed
Answer  Explanation 

ANSWER: Critical

Explanation:
No explanation is available for this question!


10)   7n test cases are generated in which case of Boundary Value Analysis?

a. Worst case
b. Roust worst case
c. Critical fault assumption
d. None of these
Answer  Explanation 

ANSWER: Roust worst case

Explanation:
No explanation is available for this question!


11)   What is the default value at which monitor send update to the controller for Data Point Graph?

a. 2
b. 3
c. 5
d. 10
Answer  Explanation 

ANSWER: 5

Explanation:
No explanation is available for this question!


12)   What Direct measures include in the Software product?

a. Line Of Code (LOC)
b. Execution Speed
c. Defect reported
d. All of these
Answer  Explanation 

ANSWER: All of these

Explanation:
No explanation is available for this question!


13)   What is Disaster Recovery?

a. Is needed by every installation
b. Not needed every time
c. Varies in degree between installation
d. Requires off-site computer for immediate use.
Answer  Explanation 

ANSWER: Varies in degree between installation

Explanation:
No explanation is available for this question!


14)   Which of the following is / are the Drill-and-Practice Programs?

a. Can adjust to the pace
b. Emphasize the learning of the facts through repition
c. Both a and b
d. None of these
Answer  Explanation 

ANSWER: Both a and b

Explanation:
No explanation is available for this question!


15)   Which of the following is / are Software Engineering Concept supports Ada Language?

a. Abstraction
b. Generic Template
c. Information hiding
d. All of these
Answer  Explanation 

ANSWER: All of these

Explanation:
No explanation is available for this question!


16)   A tester is executing a test to evaluate and it complies with the user requirement for a certain field be populated by using a dropdown box containing a list of values, at that time tester is performing __________ .

a. White-box Testing
b. Black-box Testing
c. Load Testing
d. Regression Testing
Answer  Explanation 

ANSWER: Black-box Testing

Explanation:
No explanation is available for this question!


17)   Which of the following is / are not use for the Usability Improvement of the website?

a. Card sorting
b. Focus Groups
c. Heuristic Evaluation
d. None of these
Answer  Explanation 

ANSWER: None of these

Explanation:
No explanation is available for this question!


18)   Test cases are created in which phase?

a. Test Specification
b. Test Planning
c. Test Requirement
d. Test Configuration
Answer  Explanation 

ANSWER: Test Specification

Explanation:
No explanation is available for this question!


19)   Which of the following Use Cases are useful?

a. Performance Testing
b. Business Scenarios
c. Static Testing
d. Unit Testing
Answer  Explanation 

ANSWER: Business Scenarios

Explanation:
No explanation is available for this question!


20)   All defects result in failure.

a. True
b. False


Answer  Explanation 

ANSWER: False

Explanation:
No explanation is available for this question!


21)   When can customer says that the quality of the product is too good?

a. Software meets its defined specification
b. Software is technically excellent
c. Software has few bugs
d. Software fulfills expectations of customer
Answer  Explanation 

ANSWER: Software fulfills expectations of customer

Explanation:
No explanation is available for this question!


22)   Applications do not have the items needed for the tests when the tests get to commands. To get around this, we had a look at adding for 'waitFor' commands to test. This is related to while ___________.

a. Debugging tests
b. Working with AJAX applications
c. Working with multiple windows
d. All of these
Answer  Explanation 

ANSWER: Working with AJAX applications

Explanation:
No explanation is available for this question!


23)   Which is a Procedure?

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

ANSWER: Wait

Explanation:
No explanation is available for this question!


24)   When the echo() will be used?

a. To display the value of a variable in the log file, which can be very valuable for debugging.
b. Display the value of a variable named answer in the log file, what would the first argument to the previous command look like.
c. Both of these
d. None of these
Answer  Explanation 

ANSWER: Both of these

Explanation:
No explanation is available for this question!


25)   To delete a cookie we need to call the deleteCookie method and we are passing in two parameters, what are those parameters?

a. The first parameter is the name of the cookie, and the second parameter is where it was created.
b. The first parameter is where it was created, and the second parameter is the name of cookie.
c. Both of these
d. None of these
Answer  Explanation 

ANSWER: The first parameter is the name of the cookie, and the second parameter is where it was created.

Explanation:
No explanation is available for this question!