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 conducted to evaluate whether systems or components pass data and control correctly to each other.
Model Based Testing
Interface Testing
Isolation Testing
Agile Testing
2. Similar to black box testing - structure of test cases in order to find defects and its strutured
Grey Box Testing
functional testing
Equivalence Partitioning
stop testing timing
3. executing the software
Mutation testing
Data flow Testing
software testing
Defect density
4. Examines an application's requirements for pre-existing software - initial states and configuration in order to maintain proper functionality
Dependency Testing
Keyword driven Testing
Maintenance testing
Invalid testing
5. Testing in which test cases are designed based on variable usage within the code.
Heuristic evaluations
Ad-hoc Testing
Data flow Testing
Business process-based testing
6. Root cause analyst - base of the problem - customer satisfaction report
Data-Driven Testing
software testing
quality assurance process improvement
Dynamic Testing
7. Back end Testing means DataBase Testing. Normally a software product/application uses GUI front end for easyuser interaction.
Benchmark Testing
Conformance Testing / Compliance Testing / Standards Testing
backend testing/database testing
Compatibility Testing
8. Depends on the schedule and risk based - business impact follow the 20-80 rules
Dependency Testing
Branch
stop testing timing
organisation structure
9. Testing of programs or procedures used to convert data from existing systems for use in replacement systems.
Conversion Testing / Migration Testing
Agile Testing
Dynamic Testing
Conformance Testing / Compliance Testing / Standards Testing
10. 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+.
Maintainability Testing / Serviceability Testing
N+ Testing
Quality
architecure of SOA
11. Black-box tests conducted once the software has been integrated
Bottom-up Testing
Code coverage
High order tests
Arc Testing / Branch Testing
12. An accidental condition that causes the failure of a component in the implementation model to perform its required behavior. A fault is the root cause of one or more defects identified by observing one or more failures.
functional testing
Fault
Benchmark Testing
Integration Testing
13. A white box test design technique in which test cases are designed to execute decision outcomes
Component Testing
Endurance Testing
Boundary value analysis/ testing
Decision testing
14. All about code and profiler & comments in the code naming convention etc... coding standards.It is like transparent
white box testing
Grey Box Testing
Back-to-back testing
providing information Objective
15. This technique for testing computer software does not require significant advanced planning and is tolerant of limited documentation for the target-of-test.
Grey Box Testing
Exploratory Testing
Localization Testing
Alpha Testing
16. 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
GUI Testing
Branch
Development testing
Localization Testing
17. The percentage of decision outcomes that have been exercised by a test suite.
Decision table testing
Ad-hoc Testing
Decision coverage
Incremental testing
18. 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.
Documentation Testing
Compatibility Testing
Fuzz Testing
Concurrency Testing
19. GUI testing is the process of testing a graphical user interface to ensure it meets its written specifications
Back-to-back testing
structural testing
Decision testing
GUI Testing
20. A white box test design technique in which test cases are designed to execute branches.
Branch testing
Coverage Testing
Arc Testing / Branch Testing
Back-to-back testing
21. 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
Decision testing
Quality
structural testing
providing information Objective
22. 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.
Maintenance testing
Dynamic Testing
Documentation Testing
Arc Testing / Branch Testing
23. Testing concerned with the accuracy of documentation.
Documentation Testing
Data flow Testing
Business process-based testing
Alpha Testing
24. Testing the changes to an operational system or the impact of a changed environment to an operational system
Component Testing
Interoperability testing
Basis Path Testing
Maintenance 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
Data-Driven Testing
SOA
Mutation testing
Documentation Testing
26. 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
Beta Testing / Field Testing
Dynamic Testing
Component Testing
quality assurance process improvement
27. Checks for memory leaks or other problems that may occur with prolonged execution
Back-to-back testing
Design based Testing
enough of testing
Endurance Testing
28. Risk based questions - depends on the schedule and risk based - business impact follow the 20-80 rules
Business process-based testing
enough of testing
Bugs
Back-to-back testing
29. 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).
Efficiency testing
Acceptance criteria
Design based Testing
QA
30. Computer Aided Software Testing
black box testing
Data-Driven Testing
Conversion Testing / Migration Testing
CAST
31. It is a whole - is the whole process form review to plans strategy and whole thing
Component Testing
QA
Maintainability Testing / Serviceability Testing
Arc Testing / Branch Testing
32. An anomaly or flaw in a delivered work product. found during early lifecycle phases A defect can be any kind of issue you want tracked and resolved.
Localization Testing
structural testing
Defect
Boundary value analysis/ testing
33. A test suite that exercises the full functionality of a product but does not test features in detail
organisation structure
Beta Testing / Field Testing
Maintainability Testing / Serviceability Testing
Breadth Testing
34. Integration testing where no incremental testing takes place prior to all the system's components being combined to form the system.
Big Bang Testing
Dynamic Testing
Code coverage
stop testing timing
35. A test that exercises a feature of a product in full detail.
Mutation testing
Depth Testing
Interface Testing
Decision testing
36. 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
quality assurance process improvement
Quality
Concurrency Testing
Bugs
37. Testing one particular module - functionality heavily
software testing
Decision testing
Gorilla Testing
High order tests
38. 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.
Endurance Testing
Business process-based testing
Authorization Testing
white box testing
39. The percentage of branches that have been exercised by a test suite. 100% - Implies both 100% decision coverage and 100% statement coverage
Exhaustive Testing
Bugs
Branch coverage
Conversion Testing / Migration Testing
40. 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
Data flow Testing
organisation structure
Installation Testing
architecure of SOA
41. 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.
Monkey Testing
Boundary value analysis/ testing
Decision condition testing
Concurrency Testing
42. Gamma testing is a little-known informal phrase that refers derisively to the release of "buggy" (defect-ridden) products.
Isolation Testing
Gamma testing
Acceptance Testing/User Acceptance Testing
providing information Objective
43. 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.
Maintainability Testing / Serviceability Testing
Monkey Testing
Code coverage
Localization Testing
44. Testing using input values that should be rejected by the component or system
GUI Testing
Invalid testing
Big Bang Testing
architecure of SOA
45. Stakeholder stakeholder satisfaction with test results report
providing information - metric
Bugs
Statement coverage
Data flow Testing
46. A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes.
Decision table testing
Fuzz Testing
providing information Objective
Equivalence partition Testing
47. Determine whether a system meets some specified standard. external organization as complying with the standard
Conformance Testing / Compliance Testing / Standards Testing
Ad-hoc Testing
Branch testing
organisation structure
48. Formal or informal testing conducted during the implementation of a component or system usually in the development environment by developers
organisation structure
Branch
Dynamic Testing
Development testing
49. 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
Concurrency Testing
Exploratory Testing
Boundary value analysis/ testing
Fuzz Testing
50. The typical grey box tester is permitted to set up or manipulate the testing environment - like seeding a database
stop testing timing
Grey Box Testing
Testing best practice
Big Bang 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