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 branches that have been exercised by a test suite. 100% - Implies both 100% decision coverage and 100% statement coverage
Keyword driven Testing
best practice
Branch coverage
Fault
2. A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes
Defect
functional testing
quality assurance process improvement
Equivalence Partitioning
3. 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
Authorization Testing
Integration Testing
SOA
Beta Testing / Field Testing
4. Testing concerned with the accuracy of documentation.
Documentation Testing
Statement coverage
Testing best practice
functional testing
5. Involves testing the systems responsible for the initiation and maintenance of user sessions. This will require testing the Input validation of login fields & Cookie security and Lockout testing . permitting unauthorised access.
Context Driven Testing
Authorization Testing
software testing
functional testing
6. Testing whether the system meets its specified objectives for maintainability.
providing information Objective
providing information - metric
Beta Testing / Field Testing
Maintainability Testing / Serviceability Testing
7. 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.
Agile Testing
Equivalence Partitioning
Arc Testing / Branch Testing
black box testing
8. Approach to doing something that generally give good results when applied appropriately and thoughfully
best practice
backend testing/database testing
Exploratory Testing
Branch coverage
9. Testing conducted to evaluate whether systems or components pass data and control correctly to each other.
QA
Interface Testing
stop testing timing
Conversion Testing / Migration Testing
10. Testing in which test cases are designed based on variable usage within the code.
Data flow Testing
Installation Testing
Decision coverage
Design based Testing
11. A white box test case design techniques that uses the algorithmic flow of the program to design tests
Dynamic Testing
Ad-hoc Testing
Agile Testing
Basis Path Testing
12. 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
Data-Driven Testing
Decision testing
Equivalence Partitioning
Black Box Testing / Functional Testing
13. This term refers to making software specifically designed for a specific locality
Localization Testing
black box testing
test coverage
Ad-hoc Testing
14. 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
Back-to-back testing
Exploratory Testing
Black Box Testing / Functional Testing
Code coverage
15. A test suite that exercises the full functionality of a product but does not test features in detail
providing information - metric
Bugs
Boundary value analysis/ testing
Breadth Testing
16. 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
architecure of SOA
Grey Box Testing
Bugs
Benchmark Testing
17. A white box test design technique in which test cases are designed to execute condition outcomes and decision outcomes
Dependency Testing
Quality
Decision condition testing
Acceptance criteria
18. Verifying a product is accessible to the people having disabilities (deaf or blind or mentally disabled etc.).
Model Based Testing
Accessibility Testing
Decision condition testing
Fault
19. Testing the changes to an operational system or the impact of a changed environment to an operational system
Maintenance testing
Development testing
GUI Testing
Context Driven Testing
20. A test that exercises a feature of a product in full detail.
Back-to-back testing
Fault
Depth Testing
Logic coverage Testing / Logic driven Testing / Structural
21. Stakeholder stakeholder satisfaction with test results report
Fault
Decision testing
Compatibility Testing
providing information - metric
22. A scripting technique that uses data files to contain not only test data and expected results but also keywords related to the application being tested.
N+ Testing
stop testing timing
Decision testing
Keyword driven Testing
23. An approach to testing in which test cases are designed based on descriptions and/or knowledge of business processes
Component Testing
Exhaustive Testing
Mutation testing
Business process-based testing
24. The process of testing to determine the interoperability of a software product
Benchmark Testing
Context Driven Testing
Installation Testing
Interoperability testing
25. 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
SOA
Basis Path Testing
Concurrency Testing
Component Testing
26. This technique for testing computer software does not require significant advanced planning and is tolerant of limited documentation for the target-of-test.
architecure of SOA
Exploratory Testing
Invalid testing
Breadth Testing
27. An analysis method that determines which parts of the software have been executed (covered) by the test case suite and which parts have not been executed and therefore may require additional attention.
Code coverage
Equivalence Partitioning
Data flow Testing
Gorilla Testing
28. Provide critical information during project
Decision testing
providing information Objective
black box testing
Keyword driven Testing
29. In software development testing is usually required before release to the general public. This is known as the alpha phase.alpha testing.
backend testing/database testing
Code coverage
Boundary value analysis/ testing
Alpha Testing
30. 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)
Quality
Gorilla Testing
Defect density
Installation Testing
31. A test that a user/sponsor and manufacturer/producer jointly perform on a finished - engineered product/system through black-box testing - as functional test & beta test & QA test & application test & confidence test & final test or end user test
Acceptance Testing/User Acceptance Testing
Installation Testing
Fault
Code coverage
32. A white box test design technique in which test cases are designed to execute branches.
Branch testing
Dynamic Testing
Bugs
Defect density
33. Can't see - test the functional testing - no access to code and testing is done on UI
Interoperability testing
exploratory testing
stop testing timing
black box testing
34. Determine whether a system meets some specified standard. external organization as complying with the standard
Authorization Testing
Depth Testing
Conformance Testing / Compliance Testing / Standards Testing
Localization Testing
35. Risk based questions - depends on the schedule and risk based - business impact follow the 20-80 rules
enough of testing
organisation structure
High order tests
SOA
36. Gamma testing is a little-known informal phrase that refers derisively to the release of "buggy" (defect-ridden) products.
Context Driven Testing
Gamma testing
Compatibility Testing
Maintenance testing
37. 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
Dynamic Testing
Decision testing
High order tests
Installation Testing
38. 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.
software testing
Defect
Fuzz Testing
Agile Testing
39. 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).
quality assurance process improvement
Design based Testing
Exploratory Testing
Boundary value analysis/ testing
40. Knows about the software and test - no proper plan
exploratory testing
Defect density
Localization Testing
providing information Objective
41. Similar to black box testing - structure of test cases in order to find defects and its strutured
functional testing
Benchmark Testing
Component Testing
Conformance Testing / Compliance Testing / Standards Testing
42. 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
Decision condition testing
Component Testing
Invalid testing
Decision table testing
43. Formal or informal testing conducted during the implementation of a component or system usually in the development environment by developers
Development testing
Gamma testing
Acceptance criteria
functional testing
44. Application Under Test
exploratory testing
Exhaustive Testing
backend testing/database testing
AUT
45. The expected results or performance characteristics that define whether the test cases passed or failed
Basis Path Testing
Acceptance criteria
Integration Testing
Exhaustive Testing
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
Alpha Testing
Monkey Testing
Authorization Testing
47. Testing which covers all combinations of input values and preconditions for an element of the software under test
Exhaustive Testing
Beta Testing / Field Testing
exploratory testing
CAST
48. It is a whole - is the whole process form review to plans strategy and whole thing
Interoperability testing
Equivalence partition Testing
QA
Alpha Testing
49. Black-box tests conducted once the software has been integrated
black box testing
Agile Testing
High order tests
Acceptance criteria
50. Kind of unit testing - internal working of software
structural testing
CAST
Integration Testing
Mutation 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