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. The percentage of decision outcomes that have been exercised by a test suite.
Depth Testing
Gamma testing
Decision coverage
Code coverage
2. 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)
Gamma testing
Defect density
Data-Driven Testing
Beta Testing / Field Testing
3. 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
Statement coverage
Branch
Acceptance criteria
Beta Testing / Field Testing
4. Testing whether the system is compatible with other systems with which it should communicate.
Fault
Back-to-back testing
Keyword driven Testing
Compatibility Testing
5. An approach to integration testing where the lowest level components are tested first - then used to facilitate the testing of higher level components. The process is repeated until the component at the top of the hierarchy is tested.
Fault
Bottom-up Testing
Code coverage
black box testing
6. 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
Acceptance Testing/User Acceptance Testing
Branch coverage
Alpha Testing
Concurrency Testing
7. Testing the changes to an operational system or the impact of a changed environment to an operational system
enough of testing
Maintenance testing
Context Driven Testing
Heuristic evaluations
8. 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
Equivalence Partitioning
SOA
Heuristic evaluations
Monkey Testing
9. Approach to doing something that generally give good results when applied appropriately and thoughfully
Coverage Testing
Equivalence partition Testing
Black Box Testing / Functional Testing
best practice
10. Examines an application's requirements for pre-existing software - initial states and configuration in order to maintain proper functionality
Model Based Testing
Dependency Testing
Accessibility Testing
High order tests
11. 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.
Statement coverage
Fuzz Testing
N+ Testing
Quality
12. Knows about the software and test - no proper plan
test coverage
Grey Box Testing
providing information - metric
exploratory testing
13. 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
Basis Path Testing
test coverage
Maintenance testing
Compatibility Testing
14. 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
Gorilla Testing
Back-to-back testing
Boundary value analysis/ testing
white box testing
15. Testing in which test cases are designed based on variable usage within the code.
providing information - metric
Gamma testing
N+ Testing
Data flow Testing
16. Verifying a product is accessible to the people having disabilities (deaf or blind or mentally disabled etc.).
Bottom-up Testing
Accessibility Testing
Interface Testing
Equivalence Partitioning
17. Use analytical risk-based testing strategies - define realistic objectives for testing - with metrics - Instititutes continuous test process improvement based on lessons learned
Design based Testing
End-to-end Testing
Black Box Testing / Functional Testing
Testing best practice
18. Application Under Test
Accessibility Testing
best practice
Equivalence Class
AUT
19. Testing of programs or procedures used to convert data from existing systems for use in replacement systems.
Bottom-up Testing
Equivalence Class
Conversion Testing / Migration Testing
Branch
20. 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
Documentation Testing
CAST
Quality
AUT
21. Testing conducted to evaluate whether systems or components pass data and control correctly to each other.
Incremental testing
Interface Testing
AUT
architecure of SOA
22. Testing which covers all combinations of input values and preconditions for an element of the software under test
End-to-end Testing
Code coverage
Exhaustive Testing
Interface Testing
23. An approach to testing in which test cases are designed based on descriptions and/or knowledge of business processes
Loop Testing
Business process-based testing
QA
Localization Testing
24. Integration testing is the phase of software testing in which individual software modules are combined and tested as a group. It follows unit testing and precedes system testing
Agile Testing
Heuristic evaluations
Integration Testing
Branch coverage
25. The percentage of branches that have been exercised by a test suite. 100% - Implies both 100% decision coverage and 100% statement coverage
Branch coverage
Heuristic evaluations
test coverage
Keyword driven Testing
26. A white box test design technique in which test cases are designed to execute branches.
Integration Testing
Boundary value analysis/ testing
Branch testing
GUI Testing
27. Testing one particular module - functionality heavily
Keyword driven Testing
providing information Objective
Gorilla Testing
Benchmark Testing
28. This term refers to making software specifically designed for a specific locality
Acceptance criteria
white box testing
Localization Testing
Fault
29. Computer Aided Software Testing
Documentation Testing
Fault
CAST
test coverage
30. 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+.
Big Bang Testing
N+ Testing
Testing best practice
Gamma testing
31. 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
Bugs
Decision table testing
Coverage Testing
32. The process of testing to determine the interoperability of a software product
Conversion Testing / Migration Testing
Equivalence partition Testing
Interoperability testing
Big Bang Testing
33. Depends on the schedule and risk based - business impact follow the 20-80 rules
Data flow Testing
Data-Driven Testing
Heuristic evaluations
stop testing timing
34. Defined as any testing that occurs outside of the development environment. installed on. simply appear to be to run a setup program - can be used with confidence
Installation Testing
Component Testing
Dependency Testing
Development testing
35. Form of independent - interoperable services that can be composed and recomposed to fulfill multiple business requirements. . Each service internally accesses resources including databases - business rules - client devices
Alpha Testing
Back-to-back testing
architecure of SOA
Gamma testing
36. A test that exercises a feature of a product in full detail.
Depth Testing
best practice
Defect
Interoperability testing
37. Checks for memory leaks or other problems that may occur with prolonged execution
Endurance Testing
Testing best practice
Agile Testing
Coverage Testing
38. 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.
test coverage
Equivalence partition Testing
End-to-end Testing
Data-Driven Testing
39. A white box test case design techniques that uses the algorithmic flow of the program to design tests
enough of testing
Maintainability Testing / Serviceability Testing
Basis Path Testing
structural testing
40. Black-box tests conducted once the software has been integrated
High order tests
Decision table testing
Ad-hoc Testing
enough of testing
41. 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.
Arc Testing / Branch Testing
Exhaustive Testing
Business process-based testing
structural testing
42. 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
architecure of SOA
Beta Testing / Field Testing
Context Driven Testing
Maintenance testing
43. 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
Code coverage
Fuzz Testing
functional testing
Black Box Testing / Functional Testing
44. The process of testing to determine the efficiency of a software product
Endurance Testing
Gorilla Testing
Efficiency testing
Depth Testing
45. Integration testing where system components are integrated into the system one at a time until the entire system is integrated.
Incremental testing
Authorization Testing
Fuzz Testing
QA
46. Tests that use representative sets of programs and data designed to evaluate the performance of computer hardware and software in a given configuration
Branch testing
Benchmark Testing
Concurrency Testing
Invalid testing
47. 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
Interface Testing
Data-Driven Testing
Mutation testing
structural testing
48. A white box test design technique in which test cases are designed to execute condition outcomes and decision outcomes
CAST
Bottom-up Testing
Decision condition testing
Depth Testing
49. Similar to black box testing - structure of test cases in order to find defects and its strutured
functional testing
Dynamic Testing
Keyword driven Testing
Fuzz Testing
50. The expected results or performance characteristics that define whether the test cases passed or failed
Acceptance criteria
Isolation Testing
Alpha Testing
organisation structure
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