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 the changes to an operational system or the impact of a changed environment to an operational system
SOA
Boundary value analysis/ testing
Integration Testing
Maintenance testing
2. Testing carried out using no recognised test case design technique. It is also known as Exploratory Testing
white box testing
Ad-hoc Testing
exploratory testing
quality assurance process improvement
3. 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
Conformance Testing / Compliance Testing / Standards Testing
Component Testing
Design based Testing
4. 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)
Defect density
Benchmark Testing
Acceptance criteria
SOA
5. Coverage testing is concerned with the degree to which test cases exercise or cover the logic (source code) of the software module or unit. It is also a measure of coverage of code lines & code branches and code branch combinations
Isolation Testing
Coverage Testing
Defect density
Concurrency Testing
6. Testing which covers all combinations of input values and preconditions for an element of the software under test
Benchmark Testing
quality assurance process improvement
Decision testing
Exhaustive Testing
7. A service oriented architecture (SOA) is a design model which relies on a collection of loosely coupled self contained services that communicate with each other through the internet and can be called from multiple clients in a standard fashion
exploratory testing
Bugs
Endurance Testing
SOA
8. Testing whether the system meets its specified objectives for maintainability.
Maintainability Testing / Serviceability Testing
Mutation testing
black box testing
Invalid testing
9. Approach to doing something that generally give good results when applied appropriately and thoughfully
best practice
Coverage Testing
Endurance Testing
Boundary value analysis/ testing
10. Testing practice for projects using agile methodologies - treating development as the customer of testing and emphasizing a test-first design paradigm
Agile Testing
Keyword driven Testing
Component Testing
organisation structure
11. 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
Design based Testing
Agile Testing
exploratory testing
Beta Testing / Field Testing
12. Application Under Test
software testing
AUT
functional testing
Conformance Testing / Compliance Testing / Standards Testing
13. Black box testing - concrete box or functional testing is used to check that the outputs of a program - given certain inputs - conform to the functional specification of the program. It performs testing based on previously understood requirements (or
Ad-hoc Testing
Back-to-back testing
Black Box Testing / Functional Testing
Decision condition testing
14. 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.
SOA
Defect density
Context Driven Testing
quality assurance process improvement
15. Testing one particular module - functionality heavily
Ad-hoc Testing
Interface Testing
Gorilla Testing
Conformance Testing / Compliance Testing / Standards Testing
16. An anomaly or flaw in a delivered work product. found during early lifecycle phases A defect can be any kind of issue you want tracked and resolved.
Defect
Equivalence partition Testing
Conversion Testing / Migration Testing
Keyword driven Testing
17. Measure of amount of testing performed . determined by mapping test cases to requirements - Tracebility matrix is test coverage. Number of test caes executed divided by total number of test cases
Decision testing
Decision table testing
Ad-hoc Testing
test coverage
18. Testing in which two or more variants of a component or system are executed with the same inputs - the outputs compared and analyzed in cases of discrepancies
Development testing
Invalid testing
Interface Testing
Back-to-back testing
19. 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.
Keyword driven Testing
Testing best practice
exploratory testing
End-to-end Testing
20. 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
Model Based Testing
Decision condition testing
Decision table testing
quality assurance process improvement
21. A test that exercises a feature of a product in full detail.
Depth Testing
black box testing
Defect density
stop testing timing
22. Designing tests based on objectives derived from the architectural or detail design of the software (e.g. - tests that execute specific invocation paths or probe the worst case behaviour of algorithms).
Concurrency Testing
CAST
Design based Testing
Fuzz Testing
23. The totality of features and characteristics of a product or service that bears its ability to satisfy stated or implied needs." defined by ISO 8402 1986
Data-Driven Testing
Compatibility Testing
Mutation testing
Quality
24. Checks for memory leaks or other problems that may occur with prolonged execution
Conversion Testing / Migration Testing
Efficiency testing
Business process-based testing
Endurance Testing
25. 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.
Big Bang Testing
N+ Testing
Black Box Testing / Functional Testing
Arc Testing / Branch Testing
26. Testing using input values that should be rejected by the component or system
Localization Testing
Invalid testing
Mutation testing
Back-to-back testing
27. GUI testing is the process of testing a graphical user interface to ensure it meets its written specifications
Isolation Testing
QA
functional testing
GUI Testing
28. A basic block that can be selected for execution based on a program construct in which one of two or more alternative program path is available
GUI Testing
Boundary value analysis/ testing
Branch
Dependency Testing
29. Similar to black box testing - structure of test cases in order to find defects and its strutured
Conformance Testing / Compliance Testing / Standards Testing
functional testing
CAST
Gorilla Testing
30. Gamma testing is a little-known informal phrase that refers derisively to the release of "buggy" (defect-ridden) products.
Gamma testing
Efficiency testing
Decision coverage
exploratory testing
31. Back end Testing means DataBase Testing. Normally a software product/application uses GUI front end for easyuser interaction.
Loop Testing
Acceptance Testing/User Acceptance Testing
Decision condition testing
backend testing/database testing
32. Testing conducted to evaluate whether systems or components pass data and control correctly to each other.
Integration Testing
Keyword driven Testing
Equivalence Class
Interface Testing
33. A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes.
Defect density
Integration Testing
Fault
Equivalence partition Testing
34. Integration testing where no incremental testing takes place prior to all the system's components being combined to form the system.
Big Bang Testing
Maintenance testing
Equivalence Class
Conformance Testing / Compliance Testing / Standards Testing
35. In software development testing is usually required before release to the general public. This is known as the alpha phase.alpha testing.
Localization Testing
Design based Testing
test coverage
Alpha Testing
36. Integration testing where system components are integrated into the system one at a time until the entire system is integrated.
Boundary value analysis/ testing
Conversion Testing / Migration Testing
End-to-end Testing
Incremental testing
37. Informal method of usability inspection in the field of human-computer interaction. identifying the usability problems . involves evaluators examining the interface and judging its compliance
Alpha Testing
Dynamic Testing
High order tests
Heuristic evaluations
38. The percentage of branches that have been exercised by a test suite. 100% - Implies both 100% decision coverage and 100% statement coverage
Logic coverage Testing / Logic driven Testing / Structural
Branch coverage
Model Based Testing
Fault
39. Kind of unit testing - internal working of software
Logic coverage Testing / Logic driven Testing / Structural
Interoperability testing
structural testing
End-to-end Testing
40. An approach to testing in which test cases are designed based on descriptions and/or knowledge of business processes
backend testing/database testing
Equivalence Class
Business process-based testing
End-to-end Testing
41. Verifying a product is accessible to the people having disabilities (deaf or blind or mentally disabled etc.).
functional testing
backend testing/database testing
Accessibility Testing
Authorization Testing
42. Testing whether the system is compatible with other systems with which it should communicate.
Development testing
Compatibility Testing
Invalid testing
Beta Testing / Field Testing
43. The testing of individual software components.
Component Testing
providing information - metric
Monkey Testing
Equivalence Class
44. The percentage of executable statements that have been exercised by a test suite.
white box testing
Gamma testing
Statement coverage
exploratory testing
45. 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
Decision testing
Bugs
Loop Testing
Equivalence Class
46. Tests that use representative sets of programs and data designed to evaluate the performance of computer hardware and software in a given configuration
Mutation testing
Benchmark Testing
Compatibility Testing
Accessibility Testing
47. Can't see - test the functional testing - no access to code and testing is done on UI
black box testing
best practice
Defect density
Monkey Testing
48. 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
exploratory testing
Fuzz Testing
Mutation testing
Documentation Testing
49. Formal or informal testing conducted during the implementation of a component or system usually in the development environment by developers
Big Bang Testing
Development testing
Acceptance Testing/User Acceptance Testing
Equivalence Class
50. Testing software through executing it.
Dynamic Testing
Defect
Mutation testing
Back-to-back testing
Sorry!:) No result found.
Can you answer 50 questions in 15 minutes?
Let me suggest you:
Browse all subjects
Browse all tests
Most popular tests
Major Subjects
Tests & Exams
AP
CLEP
DSST
GRE
SAT
GMAT
Certifications
CISSP go to https://www.isc2.org/
PMP
ITIL
RHCE
MCTS
More...
IT Skills
Android Programming
Data Modeling
Objective C Programming
Basic Python Programming
Adobe Illustrator
More...
Business Skills
Advertising Techniques
Business Accounting Basics
Business Strategy
Human Resource Management
Marketing Basics
More...
Soft Skills
Body Language
People Skills
Public Speaking
Persuasion
Job Hunting And Resumes
More...
Vocabulary
GRE Vocab
SAT Vocab
TOEFL Essential Vocab
Basic English Words For All
Global Words You Should Know
Business English
More...
Languages
AP German Vocab
AP Latin Vocab
SAT Subject Test: French
Italian Survival
Norwegian Survival
More...
Engineering
Audio Engineering
Computer Science Engineering
Aerospace Engineering
Chemical Engineering
Structural Engineering
More...
Health Sciences
Basic Nursing Skills
Health Science Language Fundamentals
Veterinary Technology Medical Language
Cardiology
Clinical Surgery
More...
English
Grammar Fundamentals
Literary And Rhetorical Vocab
Elements Of Style Vocab
Introduction To English Major
Complete Advanced Sentences
Literature
Homonyms
More...
Math
Algebra Formulas
Basic Arithmetic: Measurements
Metric Conversions
Geometric Properties
Important Math Facts
Number Sense Vocab
Business Math
More...
Other Major Subjects
Science
Economics
History
Law
Performing-arts
Cooking
Logic & Reasoning
Trivia
Browse all subjects
Browse all tests
Most popular tests