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 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
AUT
Back-to-back testing
enough of testing
Conformance Testing / Compliance Testing / Standards Testing
2. 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
Conversion Testing / Migration Testing
Acceptance Testing/User Acceptance Testing
QA
Equivalence Class
3. Similar to black box testing - structure of test cases in order to find defects and its strutured
structural testing
Arc Testing / Branch Testing
functional testing
SOA
4. Testing in which test cases are designed based on variable usage within the code.
Decision testing
Data flow Testing
Decision table testing
Installation Testing
5. executing the software
Acceptance criteria
software testing
Documentation Testing
Compatibility Testing
6. GUI testing is the process of testing a graphical user interface to ensure it meets its written specifications
End-to-end Testing
Equivalence Class
GUI Testing
Big Bang Testing
7. Examines an application's requirements for pre-existing software - initial states and configuration in order to maintain proper functionality
backend testing/database testing
Maintenance testing
Dependency Testing
Development testing
8. 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
Dependency Testing
Big Bang Testing
Integration Testing
9. A white box test design technique in which test cases are designed to execute condition outcomes and decision outcomes
Decision condition testing
Accessibility Testing
Load Testing
Mutation testing
10. The typical grey box tester is permitted to set up or manipulate the testing environment - like seeding a database
Grey Box Testing
Bugs
Coverage Testing
Equivalence partition Testing
11. 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).
Decision testing
Business process-based testing
Fuzz Testing
Design based Testing
12. Gamma testing is a little-known informal phrase that refers derisively to the release of "buggy" (defect-ridden) products.
Heuristic evaluations
functional testing
Gamma testing
Boundary value analysis/ testing
13. 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.
Isolation Testing
Basis Path Testing
exploratory testing
Context Driven Testing
14. Checks for memory leaks or other problems that may occur with prolonged execution
Endurance Testing
Data flow Testing
Equivalence partition Testing
Branch coverage
15. Tests that use representative sets of programs and data designed to evaluate the performance of computer hardware and software in a given configuration
Bottom-up Testing
Incremental testing
Acceptance criteria
Benchmark Testing
16. 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
Fuzz Testing
Agile Testing
Endurance Testing
17. Testing conducted to evaluate whether systems or components pass data and control correctly to each other.
Data flow Testing
Interface Testing
Defect density
white box testing
18. Kind of unit testing - internal working of software
Code coverage
Breadth Testing
structural testing
End-to-end Testing
19. A system under load. modeling the expected usage of a software program by simulating multiple users accessing the program's services concurrently.
Fuzz Testing
Breadth Testing
High order tests
Load Testing
20. Testing of programs or procedures used to convert data from existing systems for use in replacement systems.
GUI Testing
best practice
Bottom-up Testing
Conversion Testing / Migration Testing
21. Computer Aided Software Testing
CAST
Context Driven Testing
stop testing timing
Breadth Testing
22. The percentage of decision outcomes that have been exercised by a test suite.
Equivalence Class
Decision coverage
Keyword driven Testing
Conformance Testing / Compliance Testing / Standards Testing
23. A test that exercises a feature of a product in full detail.
quality assurance process improvement
Depth Testing
GUI Testing
Model Based Testing
24. Integration testing where no incremental testing takes place prior to all the system's components being combined to form the system.
Coverage Testing
High order tests
Big Bang Testing
Business process-based testing
25. Testing concerned with the accuracy of documentation.
Documentation Testing
structural testing
Black Box Testing / Functional Testing
Business process-based testing
26. The process of testing to determine the efficiency of a software product
Exhaustive Testing
Model Based Testing
Exploratory Testing
Efficiency 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.
Loop Testing
Conversion Testing / Migration Testing
Code coverage
Acceptance Testing/User Acceptance Testing
28. Provide critical information during project
Defect density
Monkey Testing
providing information Objective
Bugs
29. 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)
Code coverage
AUT
Defect density
QA
30. All about code and profiler & comments in the code naming convention etc... coding standards.It is like transparent
Equivalence partition Testing
white box testing
Branch
High order tests
31. Risk based questions - depends on the schedule and risk based - business impact follow the 20-80 rules
Exhaustive Testing
Conformance Testing / Compliance Testing / Standards Testing
enough of testing
Black Box Testing / Functional Testing
32. Testing carried out using no recognised test case design technique. It is also known as Exploratory Testing
Ad-hoc Testing
Data flow Testing
Maintenance testing
Incremental testing
33. Testing using input values that should be rejected by the component or system
Business process-based testing
Invalid testing
Mutation testing
Load Testing
34. 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
white box testing
Interface Testing
N+ Testing
Integration Testing
35. The testing of individual software components.
Heuristic evaluations
Component Testing
Beta Testing / Field Testing
Decision condition testing
36. The expected results or performance characteristics that define whether the test cases passed or failed
Code coverage
Logic coverage Testing / Logic driven Testing / Structural
Acceptance criteria
Branch
37. 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
Defect density
High order tests
Maintenance testing
Concurrency Testing
38. A test suite that exercises the full functionality of a product but does not test features in detail
Interoperability testing
architecure of SOA
test coverage
Breadth Testing
39. Back end Testing means DataBase Testing. Normally a software product/application uses GUI front end for easyuser interaction.
Coverage Testing
backend testing/database testing
structural testing
GUI Testing
40. Use analytical risk-based testing strategies - define realistic objectives for testing - with metrics - Instititutes continuous test process improvement based on lessons learned
Ad-hoc Testing
best practice
organisation structure
Testing best practice
41. A white box test case design techniques that uses the algorithmic flow of the program to design tests
Dependency Testing
Basis Path Testing
Back-to-back testing
Development testing
42. 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
test coverage
GUI Testing
Alpha Testing
Monkey Testing
43. Testing the changes to an operational system or the impact of a changed environment to an operational system
Incremental testing
Maintenance testing
Acceptance Testing/User Acceptance Testing
Localization Testing
44. Testing one particular module - functionality heavily
organisation structure
Load Testing
enough of testing
Gorilla Testing
45. 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
Equivalence partition Testing
Context Driven Testing
Coverage Testing
Decision testing
46. Integration testing where system components are integrated into the system one at a time until the entire system is integrated.
Dynamic Testing
Branch testing
Incremental testing
best practice
47. 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.
Invalid testing
Authorization Testing
Interface Testing
AUT
48. A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes.
Fuzz Testing
Interface Testing
Equivalence partition Testing
Bugs
49. Test case design
Keyword driven Testing
Logic coverage Testing / Logic driven Testing / Structural
Benchmark Testing
Statement coverage
50. Application Under Test
AUT
Interoperability testing
Alpha Testing
Fault
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