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 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
Keyword driven Testing
Component Testing
Quality
Compatibility Testing
2. 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.
Agile Testing
End-to-end Testing
best practice
GUI Testing
3. An approach to testing in which test cases are designed based on descriptions and/or knowledge of business processes
Breadth Testing
Interface Testing
Business process-based testing
Documentation Testing
4. An organizational structure consists of activities such as task allocation & coordination and supervision which are directed towards the achievement of organizational aims.[citation needed]
organisation structure
Exploratory Testing
Basis Path Testing
Boundary value analysis/ testing
5. It is a whole - is the whole process form review to plans strategy and whole thing
AUT
Equivalence partition Testing
providing information - metric
QA
6. The process of testing to determine the efficiency of a software product
Breadth Testing
Maintenance testing
Efficiency testing
best practice
7. The process of testing to determine the interoperability of a software product
white box testing
Interoperability testing
Integration Testing
Defect
8. 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
Basis Path Testing
Model Based Testing
Integration Testing
Beta Testing / Field Testing
9. 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.
Authorization Testing
organisation structure
Endurance Testing
Decision condition testing
10. 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
Interoperability testing
Conformance Testing / Compliance Testing / Standards Testing
11. A test that exercises a feature of a product in full detail.
Agile Testing
quality assurance process improvement
Depth Testing
Equivalence partition Testing
12. Testing carried out using no recognised test case design technique. It is also known as Exploratory Testing
Agile Testing
Basis Path Testing
Ad-hoc Testing
black box testing
13. Gamma testing is a little-known informal phrase that refers derisively to the release of "buggy" (defect-ridden) products.
Acceptance Testing/User Acceptance Testing
Model Based Testing
Gamma testing
best practice
14. 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
functional testing
Coverage Testing
quality assurance process improvement
Localization Testing
15. 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
Equivalence Class
Gamma testing
Acceptance Testing/User Acceptance Testing
Boundary value analysis/ testing
16. Testing a system or an Application on the fly - i.e just few tests here and there to ensure the system or an application does not crash out
Design based Testing
Monkey Testing
Component Testing
Equivalence Partitioning
17. Testing whether the system meets its specified objectives for maintainability.
CAST
Maintainability Testing / Serviceability Testing
Defect density
N+ Testing
18. Determine whether a system meets some specified standard. external organization as complying with the standard
Big Bang Testing
Branch coverage
organisation structure
Conformance Testing / Compliance Testing / Standards Testing
19. Root cause analyst - base of the problem - customer satisfaction report
exploratory testing
Component Testing
Boundary value analysis/ testing
quality assurance process improvement
20. Kind of unit testing - internal working of software
Equivalence partition Testing
Interface Testing
Keyword driven Testing
structural testing
21. All about code and profiler & comments in the code naming convention etc... coding standards.It is like transparent
Fuzz Testing
Equivalence partition Testing
Dependency Testing
white box testing
22. Testing one particular module - functionality heavily
Branch
Concurrency Testing
Equivalence Class
Gorilla Testing
23. The testing of individual software components.
providing information Objective
Component Testing
Acceptance Testing/User Acceptance Testing
functional testing
24. 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.
Coverage Testing
Fault
Depth Testing
Code coverage
25. 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
Business process-based testing
Data-Driven Testing
Bugs
CAST
26. 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.
Bugs
Statement coverage
Keyword driven Testing
Dynamic Testing
27. 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
Isolation Testing
Branch
Authorization Testing
architecure of SOA
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
Gamma testing
Branch
test coverage
Invalid testing
29. A white box test design technique in which test cases are designed to execute decision outcomes
Decision coverage
Bugs
Decision testing
QA
30. 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
Concurrency Testing
Maintainability Testing / Serviceability Testing
Big Bang Testing
Decision table testing
31. Formal or informal testing conducted during the implementation of a component or system usually in the development environment by developers
Component Testing
Back-to-back testing
Development testing
Design based Testing
32. 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
Equivalence Partitioning
Branch coverage
Decision coverage
33. 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
Documentation Testing
QA
SOA
Integration Testing
34. Can't see - test the functional testing - no access to code and testing is done on UI
AUT
Compatibility Testing
black box testing
Decision table testing
35. Test case design
Efficiency testing
Branch testing
Logic coverage Testing / Logic driven Testing / Structural
Decision table testing
36. The percentage of branches that have been exercised by a test suite. 100% - Implies both 100% decision coverage and 100% statement coverage
Efficiency testing
Decision coverage
Branch coverage
Acceptance criteria
37. A white box test design technique in which test cases are designed to execute condition outcomes and decision outcomes
Quality
Decision condition testing
QA
Defect density
38. executing the software
software testing
Statement coverage
Branch
Branch coverage
39. Testing the changes to an operational system or the impact of a changed environment to an operational system
Decision table testing
Ad-hoc Testing
Maintenance testing
Logic coverage Testing / Logic driven Testing / Structural
40. This technique for testing computer software does not require significant advanced planning and is tolerant of limited documentation for the target-of-test.
Conversion Testing / Migration Testing
Loop Testing
Exploratory Testing
Dynamic Testing
41. A portion of a component's input or output domains for which the component's behaviour is assumed to be the same from the component's specification
best practice
Concurrency Testing
Equivalence Class
Decision condition testing
42. A white box testing technique that exercises program loops
Statement coverage
structural testing
Ad-hoc Testing
Loop Testing
43. Depends on the schedule and risk based - business impact follow the 20-80 rules
Efficiency testing
N+ Testing
stop testing timing
Isolation Testing
44. A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes.
High order tests
Grey Box Testing
Equivalence partition Testing
Depth Testing
45. Computer Aided Software Testing
Maintainability Testing / Serviceability Testing
Gamma testing
Decision testing
CAST
46. Testing which covers all combinations of input values and preconditions for an element of the software under test
Exploratory Testing
Maintenance testing
Development testing
Exhaustive Testing
47. A test suite that exercises the full functionality of a product but does not test features in detail
Fuzz Testing
backend testing/database testing
Acceptance Testing/User Acceptance Testing
Breadth Testing
48. Approach to doing something that generally give good results when applied appropriately and thoughfully
Alpha Testing
best practice
Logic coverage Testing / Logic driven Testing / Structural
Invalid testing
49. 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.
Data-Driven Testing
Context Driven Testing
exploratory testing
N+ Testing
50. Stakeholder stakeholder satisfaction with test results report
stop testing timing
Arc Testing / Branch Testing
providing information - metric
CAST
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