What is the role of moderator in review process?
The moderator (or review leader) leads the review process. He or she deter-mines, in co-operation with the author, the type of review, approach and the composition of the review team. The moderator performs the entry check and the follow-up on the rework, in order to control the quality of the input and output of the review process. The moderator also schedules the meeting, disseminates documents before the meeting, coaches other team members, paces the meeting, leads possible discussions and stores the data that is collected.
What is an equivalence partition (also known as an equivalence class)?
An input or output range of values such that only one value in the range becomes a test case.
When should configuration management procedures be implemented?
During test planning.
A Type of functional Testing, which investigates the functions relating to detection of threats, such as virus from malicious outsiders.
Security Testing
Testing where in we subject the target of the test , to varying workloads to measure and evaluate the performance behaviors and ability of the target and of the test to continue to function properly under these different workloads.
Load Testing
Testing activity which is performed to expose defects in the interfaces and in the interaction between integrated components is:
Integration Level Testing
What are the Structure-based (white-box) testing techniques ?
Structure-based testing techniques (which are also dynamic rather than static) use the internal structure of the software to derive test cases. They are com-monly called 'white-box' or 'glass-box' techniques (implying you can see into the system) since they require knowledge of how the software is implemented, that is, how it works. For example, a structural technique may be concerned with exercising loops in the software. Different test cases may be derived to exercise the loop once, twice, and many times. This may be done regardless of the func-tionality of the software.
When should be performed Regression testing ?
After the software has changed or when the environment has changed
When should testing be stopped?
It depends on the risks for the system being tested
What is the purpose of a test completion criterion?
To determine when to stop testing
What can static analysis NOT find?
For example memory leaks
What is the difference between re-testing and regression testing?
Re-testing ensures the original fault has been removed; regression testing looks for unexpected sideeffects
What are the Experience-based testing techniques ?
In experience-based techniques, people's knowledge, skills and background are a prime contributor to the test conditions and test cases. The experience of both technical and business people is important, as they bring different perspectives to the test analysis and design process. Due to previous experience with similar systems, they may have insights into what could go wrong, which is very useful for testing.
What type of review requires formal entry and exit criteria, including metrics?
Inspection
Could reviews or inspections be considered part of testing?
Yes, because both help detect faults and improve quality
An input field takes the year of birth between 1900 and 2004 What are the boundary values for testing this field ?
1899,1900,2004,2005
Which of the following tools would be involved in the automation of regression test?
a. Data tester
b. Boundary tester
c. Capture/Playback
d. Output comparator.
d. Output comparator
To test a function,what has to write a programmer, which calls the function to be tested and passes it test data.
Driver
What is the one Key reason why developers have difficulty testing their own work?
Lack of Objectivity
How much testing is enough?”
The answer depends on the risk for your industry, contract and special requirements.
When should testing be stopped?
It depends on the risks for the system being tested.

What is an equivalence partition (also known as an equivalence class)?
An input or output range of values such that only one value in the range becomes a test case.
When should configuration management procedures be implemented?
During test planning.
A Type of functional Testing, which investigates the functions relating to detection of threats, such as virus from malicious outsiders.
Security Testing
Testing where in we subject the target of the test , to varying workloads to measure and evaluate the performance behaviors and ability of the target and of the test to continue to function properly under these different workloads.
Load Testing
Testing activity which is performed to expose defects in the interfaces and in the interaction between integrated components is:
Integration Level Testing
What are the Structure-based (white-box) testing techniques ?
Structure-based testing techniques (which are also dynamic rather than static) use the internal structure of the software to derive test cases. They are com-monly called 'white-box' or 'glass-box' techniques (implying you can see into the system) since they require knowledge of how the software is implemented, that is, how it works. For example, a structural technique may be concerned with exercising loops in the software. Different test cases may be derived to exercise the loop once, twice, and many times. This may be done regardless of the func-tionality of the software.
When should be performed Regression testing ?
After the software has changed or when the environment has changed
When should testing be stopped?
It depends on the risks for the system being tested
What is the purpose of a test completion criterion?
To determine when to stop testing
What can static analysis NOT find?
For example memory leaks
What is the difference between re-testing and regression testing?
Re-testing ensures the original fault has been removed; regression testing looks for unexpected sideeffects
What are the Experience-based testing techniques ?
In experience-based techniques, people's knowledge, skills and background are a prime contributor to the test conditions and test cases. The experience of both technical and business people is important, as they bring different perspectives to the test analysis and design process. Due to previous experience with similar systems, they may have insights into what could go wrong, which is very useful for testing.
What type of review requires formal entry and exit criteria, including metrics?
Inspection
Could reviews or inspections be considered part of testing?
Yes, because both help detect faults and improve quality
An input field takes the year of birth between 1900 and 2004 What are the boundary values for testing this field ?
1899,1900,2004,2005
Which of the following tools would be involved in the automation of regression test?
a. Data tester
b. Boundary tester
c. Capture/Playback
d. Output comparator.
d. Output comparator
To test a function,what has to write a programmer, which calls the function to be tested and passes it test data.
Driver
What is the one Key reason why developers have difficulty testing their own work?
Lack of Objectivity
How much testing is enough?”
The answer depends on the risk for your industry, contract and special requirements.
When should testing be stopped?
It depends on the risks for the system being tested.
No comments:
Post a Comment