Software Testing Types & Quality Center Fundamentals
Covers various software testing methodologies (stress, soak, smoke, acceptance, agile, endurance, ad hoc, exhaustive testing) and Quality Center/ALM test management tool operations including test sets, requirements, defects, and workflows.
Questions
When a child requirement is linked to a test, what else is automatically linked to a test?
- Release cycle
- Parent requirement
- Functional Requirement
- Other child requirement
While running a manual test, one log a defect a specific step, Is that defect automatically linked to any other entity ?
- Yes indirectly linked to test instance
- No, a defect can be linked to only one entity
- No all linked to other entities must be done separately
- Yes, directly to other defect linked to test instance
What kind of data can be imported into QC by using excel macro ? (Select as applicable)
- Defect data
- Test set data
- Test plan data
- Release data
- Requirement data
How many defects can be linked to a requirement ?
- Only one defect
- multiple
- none
- three
While designing the test plan, one mistakenly deleted a folder. Where it can be recovered ?
- No , it can not be recovered
- Yes, it can be from Subject folder
- Yes, it can be from Unattached folder
- Yes, it can be from Deleted folder
Can a test set accommodate both manual & automated tests ?
- No
- Yes, however an automated test can not follow manual test
- Yes, automated and manual test may be used in same test
- None
Which term describe appropriately the main functionality of QC ?
- Test case
- Repository
- Load test
- Defects
Which of the following BEST describes the difference between an inspection and a walkthrough?
- Both inspections and walkthroughs are led by the author.
- An inspection is led by a moderator and a walkthrough is led by the author.
- Both inspections and walkthroughs are led by a trained moderator.
- A walkthrough is led by the author. The author is not present during inspections.
Which of the following would you NOT usually find on a software incident report?
- The name and/or organisational position of the person raising the problem.
- Version of the Software Under Test.
- Suggestions as to how to fix the problem.
- Actual and expected results.
Which of the following defines the expected results of a test?
- Test case specification.
- Test design specification.
- Test procedure specification.
- Test results.
Some tools are geared more for developer use. For the 5 tools listed, which statement BEST details those for developers i) Performance testing tools. ii) Coverage measurement tools. iii) Test comparators. iv) Dynamic analysis tools. v) Incident management tools.
- i, iii. and iv. are more for developers.
- ii. and iv. are more for developers.
- ii, iii. and iv. are more for developers.
- ii. and iii. are more for developers.
Static code analysis typically identifies all but one of the following problems. Which is it?
- Unreachable code.
- Unreachable Variables
- Faults in the requirements
- Too few comments
A Testing phase where the tester tries to ‘break’ the system by randomly trying the systems’s functionality
- Boundary Testing
- Ad Hoc Testing
- Functional Testing
- Mutation Testing
Checks for memory leaks or other problems that may occur with prolonged execution
- Ad Hoc Testing
- Compatibility Testing
- Endurance Testing
- Functional Testing
Testing practice for projects using some methodologies, treating development as the customer of testing and emphasizing a test-first design paradigm
- Component Testing
- Scalability Testing
- Ad Hoc Testing
- Agile Testing
Testing conducted to enable a user/customer to determine whether to accept a software product
- Agile Testing
- Functional Testing
- Acceptance Testing
- Smoke Testing
Testing which covers all combinations of input values and preconditions for an element of the software under test
- Component Testing
- Exhaustive Testing
- End-to-End Testing
- Functional Testing
A quick-and-dirty test that the major functions of a piece of software work
- Component Testing
- Functional Testing
- Regression Testing
- Smoke Testing
Running a system at high load for a prolonged period of time
- Soak testing
- Smoke testing
- Agile Testing
- Functional Testing
Testing conducted to evaluate a system or component at or beyond the limits of its specified requirements to determine the load under which it fails and how
- Component Testing
- Stress Testing
- Dynamic Testing
- Recovery Testing