Software Testing Techniques and Quality Center
Questions about various software testing methods including exhaustive, endurance, gorilla, ad hoc, and monkey testing, plus Quality Center test management features and black box testing techniques.
Questions
The primary goal of comparing a user manual with the actual behavior of the running program during system testing is to
- Find bugs in the program
- Check the technical accuracy of the document
- Ensure the ease of use of the document
- Ensure that the program is the latest version
Which technique can be used to achieve input and output coverage?
- Error Guessing
- Boundary Value Analysis
- Decision Table testing
- Equivalence partitioning
Testing of software used to convert data from existing systems for use in replacement systems
- Data driven testing
- Migration testing
- Configuration testing
- Back to back testing
Which of the following is NOT a black box technique:
- Equivalence partitioning
- State transition testing
- LCSAJ
- Boundary value analysis
The following options will be displayed in the Quality Center Main window
- Help
- Site Administrator
- Quality Center
- Add-ons page
While designing the test plan tree, you accidentally delete a folder that contained some tests that you need. How can they be recovered?
- Once a test is deleted, it is gone
- The tests can be recovered from the Subject folder
- The test can be recovered from the Unattached folder
- Only Project Managers have permission to recover deleted tests
The Defect Opening Rate and Outstanding Defects graphs are available in-
- Progress Tab of the Releases module
- Quality Tab of the Release module
- Defects module
- Execution Flow Tab of the Test Lab module
What type of data can be imported into Quality Center
- defects data
- test plan data
- test Instance data
- requirements data
Which view enables one to analyze the breakdown of child requirements as per the test coverage status
- Coverage Analysis
- Coverage Requirements
- Test Coverage
- Coverage graph
One of the following options is available in the Automatic Conversion method for converting the requirements to tests
- Convert lowest requirements to child steps
- Convert lowest child requirement to design steps
- Convert lowest child requirements to subject
- Convert all requirements to tests
Testing randomly by using automated testing tools is known as
- Gorilla Testing
- Monkey Testing
- Automation Testing
- User Testing
Tester tries to break the system by randomly trying system's functionlaity. Identify it
- Stress Testing
- Random testing
- Ad Hoc testing
- Functional Testing
Testing one particular module or node of the requirement heavily is
- Unit Testing
- Endurance Testing
- Monkey Testing
- Gorilla Testing
------- Checks for memory leaks or other problems that may ocur with prolonged execution.
- Endurance testing
- Functional Testing
- Exhaustive testing
- Ad Hoc Testing
--------- which covers all combinations of input values and preconditions for an element of software under test.
- Random Testing
- Exhaustive testing
- Endurance testing
- Mutation testing
Testing randomly by using automated testing tools is known as
- Ad Hoc testing
- Gorilla testing
- Monkey testing
- Mutation testing
Tester tries to break the system by randomly executing system's functionality
- Endurance Testing
- Exhaustive Testing
- Mutation Testing
- Ad Hoc tesing
Testing one particular module or node heavily is known as
- Gorilla Testing
- Monkey Testing
- Load Testing
- Stress Testing
_________________ Checks for memory leaks or other problems that may ocur with prolonged execution
- Long Testing
- Stress Testing
- Endurance testing
- Exhaustive testing
_________________ covers all combinations of input values and preconditions for an element of software under test
- Ad Hoc Testing
- Exhaustive testing
- Mutation Testing
- Random testing