NEW
Font size
Worksheetssystem engineering
Total questions: 58
Worksheet time: 40mins
Characteristics of good testing:
Verification - confirmation by examination and objective evidence that specified requirements have been fulfilled (are we building the product right?)
Validation - confirmation by examination and objective evidence that the requirements for a specific intended use of application has been fulfilled (are we building the right product?)
C,P in case of data object state and usage are
creation, participation
creation,postulation
calculations, predicate
counters are not useful
The statement that is true in case of transactional flow instrumentation is
dispatchers are needed
absorptions
counters are useful
counters are not useful
The statement that is true in case of transactional flow instrumentation is
dispatchers are needed
absorptions
counters are useful
counters are not useful
What are assumed to be problamatic for software designers
Births
Merges
Conjugation
All the above
The methods of sensitizing in transaction flow includes
using of patches
use breakpoints
counters
both (a) and (b)
The states of data objects cannot be
Created
Killed
Used
Modified
The path segment for which every node is visited atmost once is said to be
DU path
Simple path segment
loop free path
defination clear path segment
Every defination of every variables is covered in
AD Stratergy
APU Stratergy
AU Stratergy
ADUP Stratergy
___________ refers to a different set of tasks ensures that the software that has been built is traceable to Customer Requirements
Validation
Verification
Requirements Engineering
Software Engineering
The individual components are tested under
Integration testing
Unit Testing
System testing
Component Testing
________ verifies that all elements mesh properly and overall functions/performance is achieved.
System testing
functional testing
performance testing
overall testing
What is an Equivalence Partition (also known as an Equivalence class)?
A set of test cases for testing classes of objects
An input or output range of values such that only one value in the range becomes a test case
An input or output range of values such that each value in the range becomes a test case
An input or output range of values such that every tenth value in the range becomes a test case.
White Box Techniques are also called as:-
Structural Testing
Design-Based Testing
Error Guessing Technique
Experience-Based Techniqu
A Type of Functional Testing, which investigates the functions relating to the detection of threats, such as viruses from malicious outsiders.
Security Testing
Recovery Testing
Performance Testing
Functionality Testing
Which of the following techniques is NOT a White box technique?
Statement Testing and coverage
Decision Testing and coverage
Condition Coverage
Boundary value analysis
A city field in software accepts 3 to 25 alpha characters only. Using BVA technique what will be the possible number of combinations?
3, 4, 24, 25
2, 3, 25, 26
2, 3, 24, 25
3, 5, 25, 26
How many test case are required to achieve 100% statement coverage?
Switch PC on
Start "outlook"
IF outlook appears THEN
Send an email
Close outlook
1
2
3
4
How many test cases are required for 100% path coverage?
Read P
Read Q
IF P+Q > 100 THEN
Print “Large”
ENDIF
If P > 50 THEN
Print “P Large”
ENDIF
1
2
3
4
Which of the following is not the integration strategy?
Design based
Big-bang
Bottom-up
Top-down
Functional system testing is:
testing that the system functions with other systems
testing that the components that comprise the system function together
testing the end to end functionality of the system as a whole
testing the system performs functions within specified response times
Which of the following activities differentiate a walkthrough from a formal review?
A walkthrough does not follow a defined process
For a walkthrough individual preparation by the reviewers is optional
A walkthrough requires meeting
A walkthrough finds the causes of failures, while formal review finds the failures
Which of the following is true
Testing is the same as quality assurance
Testing is a part of quality assurance
Testing is not a part of quality assurance
Testing is same as debugging
___________ refers to a different set of tasks ensures that the software that has been built is traceable to Customer Requirements
Validation
Verification
Requirements Engineering
Software Engineering
The individual components are tested under
Integration testing
Unit Testing
System testing
Component Testing
________ verifies that all elements mesh properly and overall functions/performance is achieved.
System testing
functional testing
performance testing
overall testing
