Find the Equivalence class for the following test case:
...
How are error guessing and exploratory testing similar?
...
Incorrect form of Logic coverage is?
Select one:
Code Coverage is used as a measure of what ?
Select one:
By creating future tests based on the results of previous tests, a...
Expected results does not include?
Select one:
Find the invalid equivalence class for the following test case:
...
Ask: "What type of bread do you require, white or brown?"
...
Suggest an alternative for requirement traceability matrix?
...
Match the test design techniques to the correct descriptions:
...
For withdrawing money from an automated Teller Machine ATM,the...
Assume postal rates for 'light letters' are:
...
Error seeding?
Select one:
Before delivering a new release,we want to know whether or not we have...
Test coverage analysis is the process of ?
Select one:
If x>200 then Z=x+y
...
Match the following:
...
Minimum Test Required for Statement Coverage:
...
If a candidate is given an exam of 40 questions, should get 25 marks...
If the pseudo code below were a programming language, how many tests...
Test conditions,test cases and test procedures are specified in its...
Test design mainly emphasizes all the following except?
...
In a system designed to work out the tax to be paid:
...
Based on the error guessing test design technique, which of the...
If the temperature falls below 18 degrees, the heating system is...
For the code fragment given below, which answer correctly represents...
If x=3 then
...
If ((A>1) & (B=0)) then Do;
...
Four Equivalence classes are given for integer values,
...
Input and output combinations that will be treated the same way by the...
Given the following two programs:
...
Test data planning essentially includes ?
Select one:
One technique of Black Box testing is Equivalence Partitioning. In a...
If the code below was part of a program, how many tests are required...
Path coverage includes ?
Select one:
Data flow analysis studies ?
Select one:
If the code below was part of a program, how many tests are required...
Features to be tested, approach, item pass/fail criteria, and test...
Features to be tested, approach refinements, and feature pass/fail...
Consider the following pseudo-code,
...