testing Online Quiz - 2
Description: testing Online Quiz - 2 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: testing |
Static code analysis typically identifies all but one of the following problems.Which is it?
if the temperature below 18 degrees,the heating is switched on.When the temperature reaches 21 deg,the heating is switched off.What is the minimum set of test input values to cover all valid equivalence partitions??
Assume postal rates for'light letters' are: $0.25 up to 10 grams $0.35 up to 50 grams $0.45 up to 75 grams $0.55 up to 100 grams
Which of the following encourages objective testing?
Which of the following could be used to assess the coverage achieved for structure-based(white-box) test techniques? V -Decision Outcomes Exercised W -Partitions Exercised X -Boundaries Exercised Y -Conditions or multiple conditions exercised Z -Statements Exercised
Which of the following are advanced scripting techniques for test execution tools?
Which of the following is an activity in the fundamental test process?
What is the main benefit of designing tests early in the life cycle?
Which type of test design techniques does the following statement best describe a procedure to derive test cases based on the specification of a component?
Reviews,static analysis and dynamic testing have the same objective
Poor software characteristics are
Which of these is not a testing objective?
Bug Life cycle order?
Which is not a Black Box Technique?
With thorough testing it is possible to remove all defects from a program prior to delivery to the customer.
Database Testing includes?
Database Testing Tasks includes?
What are the tools used for Database Testing?
What is used to check data loading during database testing?
Data driven test is used to test the multiple data in a data-table, using this we can easy to replace the parameters in the same time from different locations.