TestOne

Is this your test? Login to manage it. If not, you can make an assessment just like it.

This is a non-interactive preview of the quiz content.

1.
1 point
Analyze the following highly simplified procedure
Ask: “What type of ticket do you require, single or return?”
IF the customer wants ‘return’
Ask: “What rate, Standard or Cheap-day?”
IF the customer replies ‘Cheap-day’
Say: “That will be Rs.1120″
ELSE
Say: “That will be Rs.1950″
ENDIF
ELSE
Say: “That will be Rs.975″
ENDIF

Now decide the minimum number of tests that are needed to ensure that all the questions have been asked, all combinations have occurred and all replies given.
2.
1 point
A deviation from the specified or expected behavior that is visible to end-users is called
3.
1 point
A reliable system will be the one that
4.
1 point
Equivalence Partitioning is
5.
1 point
Which of the following is the form of functional testing
6.
1 point
The main focus of acceptance testing is
7.
1 point
White Box Techniques are also called as
8.
1 point
What is the relationship between Testing and Quality Assurance (QA)?
9.
1 point
Which of the following uses Impact Analysis most?
10.
1 point
Which of the following is true of the V-model?
11.
1 point
Beta testing is performed by
12.
1 point
Defect Management process does not include
13.
1 point
During which test activity could faults be found most cost effectively?
14.
1 point
Reporting Discrepancies as incidents is a part of which phase
15.
1 point
Function / Test matrix is a type of
16.
1 point
The process starting with the terminal modules is called
17.
1 point
Which of the following is not a static testing technique ?
18.
1 point
In prioritizing what to test, the most important objective is to
19.
1 point
The inputs for developing a test plan are taken from
20.
1 point
The Switch is switched off once the temperature falls below 18 and then it is turned on when the temperature is more than 21. Identify the Equivalence values which belong to the same class.
21.
1 point
One of the fields on a form contains a text box which accepts alpha numeric values identify the valid equivalence class
22.
1 point
The difference between retesting and regression testing is
23.
1 point
A Type of functional Testing, which investigates the functions relating to detection of threats, such as virus from malicious outsiders
24.
1 point
Cyclomatic Complexity method comes under which testing method
25.
1 point
Which of the following is not part of performance testing?