SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Software Testing And Qa
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. Testing whether the system is compatible with other systems with which it should communicate.
software testing
AUT
Installation Testing
Compatibility Testing
2. They arise from mistakes and errors made by people in either a program's source code or its design that prevents it from working correctly or produces an incorrect result
providing information - metric
Localization Testing
Equivalence Class
Bugs
3. Testing conducted to evaluate whether systems or components pass data and control correctly to each other.
QA
Benchmark Testing
Interface Testing
Localization Testing
4. Use analytical risk-based testing strategies - define realistic objectives for testing - with metrics - Instititutes continuous test process improvement based on lessons learned
Compatibility Testing
Testing best practice
Black Box Testing / Functional Testing
Model Based Testing
5. Provide critical information during project
Bottom-up Testing
providing information Objective
Quality
Statement coverage
6. Checks for memory leaks or other problems that may occur with prolonged execution
Model Based Testing
Benchmark Testing
Endurance Testing
Equivalence partition Testing
7. A white box test design technique in which test cases are designed to execute decision outcomes
End-to-end Testing
Fuzz Testing
Logic coverage Testing / Logic driven Testing / Structural
Decision testing
8. Multi-user testing geared towards determining the effects of accessing the same application code - module or database records. Identifies and measures the level of locking - deadlocking and use of single-threaded code and locking semaphores
Keyword driven Testing
Monkey Testing
Concurrency Testing
Defect
9. Testing using input values that should be rejected by the component or system
Equivalence partition Testing
Invalid testing
Decision coverage
Decision condition testing
10. Tests that use representative sets of programs and data designed to evaluate the performance of computer hardware and software in a given configuration
Acceptance Testing/User Acceptance Testing
stop testing timing
Benchmark Testing
white box testing
11. Risk based questions - depends on the schedule and risk based - business impact follow the 20-80 rules
Authorization Testing
Compatibility Testing
enough of testing
Decision testing
12. A white box test case design techniques that uses the algorithmic flow of the program to design tests
Basis Path Testing
Accessibility Testing
Defect density
Defect
13. Computer Aided Software Testing
Equivalence Partitioning
Interoperability testing
CAST
enough of testing
14. Kind of unit testing - internal working of software
Logic coverage Testing / Logic driven Testing / Structural
structural testing
Isolation Testing
Loop Testing
15. Fuzz testing is a software testing technique. The basic idea is to attach the inputs of a program to a source of random data. extremely simple and free of preconceptions about system behavior.
Conformance Testing / Compliance Testing / Standards Testing
Fuzz Testing
Beta Testing / Field Testing
CAST
16. Test activity aimed at proving the correct implementation of a required function at a level where the entire hardware/software chain involved in the execution of the function is available.
Testing best practice
End-to-end Testing
Acceptance Testing/User Acceptance Testing
Beta Testing / Field Testing
17. Determine whether a system meets some specified standard. external organization as complying with the standard
Design based Testing
Conversion Testing / Migration Testing
Conformance Testing / Compliance Testing / Standards Testing
Dynamic Testing
18. Back end Testing means DataBase Testing. Normally a software product/application uses GUI front end for easyuser interaction.
backend testing/database testing
Equivalence Class
Heuristic evaluations
Isolation Testing
19. Test case design
Fuzz Testing
Logic coverage Testing / Logic driven Testing / Structural
Equivalence Class
Accessibility Testing
20. The process of testing to determine the efficiency of a software product
Model Based Testing
Efficiency testing
Localization Testing
Coverage Testing
21. Once the alpha phase is complete development enters the beta phase. Versions of the software known as beta-versions are released to a limited audience outside of the company to ensure that the product has few faults or bugs. black box
CAST
Beta Testing / Field Testing
Breadth Testing
exploratory testing
22. The percentage of decision outcomes that have been exercised by a test suite.
Defect
Conformance Testing / Compliance Testing / Standards Testing
Decision coverage
Decision table testing
23. Testing in which the action of a test case is parameterized by externally defined data values - maintained as a file or spreadsheet. A common technique in Automated Testing
Development testing
Data-Driven Testing
Gamma testing
Component Testing
24. Approach to doing something that generally give good results when applied appropriately and thoughfully
best practice
Defect
Agile Testing
Boundary value analysis/ testing
25. Examines an application's requirements for pre-existing software - initial states and configuration in order to maintain proper functionality
Defect density
Dependency Testing
Exhaustive Testing
functional testing
26. An approach to testing in which test cases are designed based on descriptions and/or knowledge of business processes
Quality
Documentation Testing
architecure of SOA
Business process-based testing
27. The expected results or performance characteristics that define whether the test cases passed or failed
Acceptance criteria
Bugs
Branch
Alpha Testing
28. A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes.
Alpha Testing
Localization Testing
Development testing
Equivalence partition Testing
29. executing the software
software testing
Back-to-back testing
Development testing
Code coverage
30. Testing concerned with the accuracy of documentation.
enough of testing
N+ Testing
Documentation Testing
Quality
31. A test case design technique for a component in which test cases are designed to execute branch outcomes. A test method satisfying coverage criteria that require that for each decision point - each possible branch be executed at least once.
stop testing timing
Statement coverage
Branch coverage
Arc Testing / Branch Testing
32. The percentage of branches that have been exercised by a test suite. 100% - Implies both 100% decision coverage and 100% statement coverage
functional testing
Quality
Branch coverage
exploratory testing
33. Testing whether the system meets its specified objectives for maintainability.
Maintainability Testing / Serviceability Testing
Isolation Testing
Decision table testing
CAST
34. A system under load. modeling the expected usage of a software program by simulating multiple users accessing the program's services concurrently.
QA
Load Testing
Decision coverage
GUI Testing
35. The percentage of executable statements that have been exercised by a test suite.
Load Testing
Statement coverage
Ad-hoc Testing
CAST
36. In software development testing is usually required before release to the general public. This is known as the alpha phase.alpha testing.
AUT
Alpha Testing
enough of testing
Decision testing
37. Application Under Test
Defect
Conversion Testing / Migration Testing
Invalid testing
AUT
38. A white box testing technique that exercises program loops
Dependency Testing
Loop Testing
Statement coverage
Data flow Testing
39. GUI testing is the process of testing a graphical user interface to ensure it meets its written specifications
Equivalence Partitioning
GUI Testing
Acceptance Testing/User Acceptance Testing
Testing best practice
40. All about code and profiler & comments in the code naming convention etc... coding standards.It is like transparent
structural testing
white box testing
Compatibility Testing
Equivalence Partitioning
41. Can't see - test the functional testing - no access to code and testing is done on UI
Efficiency testing
Invalid testing
black box testing
Big Bang Testing
42. The testing of individual software components.
Grey Box Testing
Decision testing
Isolation Testing
Component Testing
43. A testing methodology in which two or more program mutations are executed using the same test cases to evaluate the ability of the test cases to detect differences in the mutations
Mutation testing
software testing
Branch testing
black box testing
44. Gamma testing is a little-known informal phrase that refers derisively to the release of "buggy" (defect-ridden) products.
Gamma testing
Logic coverage Testing / Logic driven Testing / Structural
Branch
software testing
45. Flavor of Agile Testing that advocates continuous and creative evaluation of testing opportunities in light of the potential information revealed and the value of that information to the organization right now.
N+ Testing
Context Driven Testing
Depth Testing
providing information - metric
46. A variation of Regression Testing. Testing conducted with multiple cycles in which errors found in test cycle N are resolved and the solution is retested in test cycle N+.
N+ Testing
Heuristic evaluations
Dependency Testing
Agile Testing
47. The number of defects identified in a component or system divided by the size of the component or system (expressed in standard measurement terms - e.g. lines-ofcode or number of classes or function points)
Code coverage
Defect density
exploratory testing
Maintenance testing
48. A black box test design techniques in which test cases are designed to execute the combinations of inputs and/or stimuli (causes) shown in a decision table
Big Bang Testing
Decision table testing
Bugs
Acceptance Testing/User Acceptance Testing
49. An organizational structure consists of activities such as task allocation & coordination and supervision which are directed towards the achievement of organizational aims.[citation needed]
Defect
Model Based Testing
organisation structure
Efficiency testing
50. Stakeholder stakeholder satisfaction with test results report
providing information - metric
Gorilla Testing
Maintainability Testing / Serviceability Testing
backend testing/database testing