|
Question |
Rating |
View Answer |
|
Faults found by users are due to:
a. Poor quality software b. Poor software and poor testing c. bad luck d. insufficient time for testing |
|
View Answer |
|
When reporting faults found to developers, testers should be:
a. as polite, constructive and helpful as possible b. firm about insisting that a bug is not a “feature” if it should be fixed c. diplomatic, sensitive to the way they may react to criticism d. All of the above
|
|
View Answer |
|
Which of the following is NOT a type of non-functional test?
a. State-Transition b. Usability c. Performance d. Security |
|
View Answer |
|
Which of the following is not the integration strategy?
a. Design based b. Big-bang c. Bottom-up d. Top-down
|
|
View Answer |
|
Coverage measurement
a. is nothing to do with testing b. is a partial measure of test thoroughness c. branch coverage should be mandatory for all software d. can only be applied at unit or module testing, not at system testing
|
|
View Answer |
|
Which of the following is the odd one out?
a. white box b. glass box c. structural d. functional
|
|
View Answer |
|
Software testing activities should start a. as soon as the code is written b. during the design stage c. when the requirements have been formally documented d. as soon as possible in the development life cycle
|
|
View Answer |
|
A program validates a numeric field as follows:
values less than 10 are rejected, values between 10 and 21 are accepted, values greater than or equal to 22 are rejected
which of the following input values cover all of the equivalence partitions?
a. 10,11,21 b. 3,20,21 c. 3,10,22 d. 10,21,22
|
|
View Answer |
|
What is Accessibility Testing? |
|
View Answer |
|
What is the main reason for testing software before releasing it?
a. to show that system will work after release b. to decide when the software is of sufficient quality to release c. to find as many bugs as possible before release d. to give information for a risk based decision about release
|
|
View Answer |
|
If the pseudocode below were a programming language ,how many tests are required to achieve 100% statement coverage?
1.If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7.Else 8. Display_messageZ;
a. 1 b. 2 c. 3 d. 4 |
|
View Answer |
|
Which of the following is a static test?
a. code inspection b. coverage analysis c. usability assessment d. installation test |
|
View Answer |
|
which of the following statements are true?
a. Faults in program specifications are the most expensive to fix. b. Faults in code are the most expensive to fix. c. Faults in requirements are the most expensive to fix d. Faults in designs are the most expensive to fix.
|
|
View Answer |
|
IF YOU HAVE BEEN GIVEN THE RESPONSIBILITY TO ELICIT REQUIREMENTS FROM A CUSTOMER WHO TELL YOU HE IS TOO BUSY TO MEET WITH YOU. WHAT SHOULD YOU DO ? |
|
View Answer |
|
Which is not true-The black box tester
a. should be able to understand a functional specification or requirements document b. should be able to understand the source code. c. is highly motivated to find faults d. is creative to find the system’s weaknesses
|
|
View Answer |
|
30.Using the same specifications as question 29, which of the following covers the MOST boundary values?
a. 9,10,11,22 b. 9,10,21,22 c. 10,11,21,22 d. 10,11,20,21 |
|
View Answer |
|
An incident logging system
a only records defects b is of limited value c is a valuable source of project information during testing if it contains all incidents d. should be used only by the test team.
|
|
View Answer |
|
A test design technique is
a. a process for selecting test cases b. a process for determining expected outputs c. a way to measure the quality of software d. a way to measure in a test plan what has to be done
|
|
View Answer |
|
A program with high cyclometic complexity is almost likely to be:
a. Large b. Small c. Difficult to write d. Difficult to test
|
|
View Answer |
|
What is Basis Path Testing? |
|
View Answer |