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. Stakeholder stakeholder satisfaction with test results report
Decision testing
providing information - metric
Statement coverage
Agile Testing
2. Depends on the schedule and risk based - business impact follow the 20-80 rules
Conversion Testing / Migration Testing
Accessibility Testing
Component Testing
stop testing timing
3. 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.
Dynamic Testing
Context Driven Testing
Branch testing
Invalid testing
4. Similar to black box testing - structure of test cases in order to find defects and its strutured
Keyword driven Testing
functional testing
white box testing
Concurrency Testing
5. A test that exercises a feature of a product in full detail.
Efficiency testing
Grey Box Testing
QA
Depth Testing
6. 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
Statement coverage
Big Bang Testing
Keyword driven Testing
architecure of SOA
7. 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)
Localization Testing
software testing
Defect density
Model Based Testing
8. Risk based questions - depends on the schedule and risk based - business impact follow the 20-80 rules
enough of testing
Maintainability Testing / Serviceability Testing
Fault
Monkey Testing
9. 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.
Keyword driven Testing
Testing best practice
CAST
Branch coverage
10. Testing in which test cases are designed based on variable usage within the code.
Data flow Testing
Branch
Interoperability testing
SOA
11. 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
Black Box Testing / Functional Testing
Dynamic Testing
Integration Testing
Conversion Testing / Migration Testing
12. Application Under Test
Documentation Testing
Decision condition testing
AUT
architecure of SOA
13. Verifying a product is accessible to the people having disabilities (deaf or blind or mentally disabled etc.).
Defect density
GUI Testing
Accessibility Testing
black box testing
14. Tests that use representative sets of programs and data designed to evaluate the performance of computer hardware and software in a given configuration
Benchmark Testing
Dynamic Testing
white box testing
GUI Testing
15. executing the software
providing information Objective
software testing
Decision condition testing
functional testing
16. Testing using input values that should be rejected by the component or system
Invalid testing
Equivalence partition Testing
Decision table testing
Alpha Testing
17. A white box test case design techniques that uses the algorithmic flow of the program to design tests
Basis Path Testing
Boundary value analysis/ testing
N+ Testing
enough of testing
18. Knows about the software and test - no proper plan
Model Based Testing
Decision testing
exploratory testing
Basis Path Testing
19. Computer Aided Software Testing
Authorization Testing
Testing best practice
CAST
Depth Testing
20. 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
N+ Testing
CAST
Development testing
21. Kind of unit testing - internal working of software
structural testing
Conformance Testing / Compliance Testing / Standards Testing
Exhaustive Testing
Ad-hoc Testing
22. 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
Bugs
Acceptance Testing/User Acceptance Testing
Testing best practice
Load Testing
23. 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
backend testing/database testing
Beta Testing / Field Testing
Development testing
Load Testing
24. 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
SOA
Business process-based testing
Back-to-back testing
25. A white box test design technique in which test cases are designed to execute condition outcomes and decision outcomes
Conversion Testing / Migration Testing
N+ Testing
providing information - metric
Decision condition testing
26. 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 table testing
Authorization Testing
exploratory testing
Equivalence Partitioning
27. This technique for testing computer software does not require significant advanced planning and is tolerant of limited documentation for the target-of-test.
Exploratory Testing
Big Bang Testing
Defect
software testing
28. A white box testing technique that exercises program loops
Loop Testing
Dynamic Testing
Endurance Testing
Data-Driven Testing
29. Examines an application's requirements for pre-existing software - initial states and configuration in order to maintain proper functionality
Black Box Testing / Functional Testing
Accessibility Testing
Dependency Testing
Localization Testing
30. 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.
Fuzz Testing
Depth Testing
Branch coverage
Mutation testing
31. Testing of programs or procedures used to convert data from existing systems for use in replacement systems.
Statement coverage
QA
Conversion Testing / Migration Testing
Fault
32. 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
Branch testing
Efficiency testing
Coverage Testing
33. 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
Exhaustive Testing
CAST
architecure of SOA
34. 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
Equivalence Class
Monkey Testing
Exhaustive Testing
backend testing/database testing
35. 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
Concurrency Testing
test coverage
Maintenance testing
Conversion Testing / Migration Testing
36. 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
Quality
Endurance Testing
End-to-end Testing
GUI Testing
37. An approach to testing in which test cases are designed based on descriptions and/or knowledge of business processes
Equivalence Partitioning
SOA
Business process-based testing
Monkey Testing
38. 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
Back-to-back testing
Data-Driven Testing
Incremental testing
Heuristic evaluations
39. Provide critical information during project
Gorilla Testing
Documentation Testing
Fault
providing information Objective
40. The percentage of decision outcomes that have been exercised by a test suite.
Defect
exploratory testing
Decision coverage
Coverage Testing
41. 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
Authorization Testing
Coverage Testing
Loop Testing
organisation structure
42. Testing software through executing it.
Equivalence Class
Dynamic Testing
Interoperability testing
Code coverage
43. Formal or informal testing conducted during the implementation of a component or system usually in the development environment by developers
Exhaustive Testing
Branch
Localization Testing
Development testing
44. The process of testing to determine the efficiency of a software product
Acceptance Testing/User Acceptance Testing
Efficiency testing
Interface Testing
Load Testing
45. The typical grey box tester is permitted to set up or manipulate the testing environment - like seeding a database
exploratory testing
Back-to-back testing
Conversion Testing / Migration Testing
Grey Box Testing
46. A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes
Equivalence Partitioning
black box testing
organisation structure
SOA
47. This term refers to making software specifically designed for a specific locality
Localization Testing
Efficiency testing
Logic coverage Testing / Logic driven Testing / Structural
Interoperability testing
48. A white box test design technique in which test cases are designed to execute decision outcomes
Component Testing
Invalid testing
Decision testing
exploratory testing
49. A test case design technique for a component in which test cases are designed which include representatives of boundary values - the defined limits of an output domain.
Boundary value analysis/ testing
white box testing
Installation Testing
exploratory testing
50. Testing one particular module - functionality heavily
Bugs
Equivalence Class
Gorilla Testing
Load Testing
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