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. A white box test case design techniques that uses the algorithmic flow of the program to design tests
Development testing
Basis Path Testing
Documentation Testing
providing information Objective
2. Computer Aided Software Testing
test coverage
GUI Testing
CAST
Gamma testing
3. 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
Breadth Testing
Decision table testing
Defect
best practice
4. Testing concerned with the accuracy of documentation.
Benchmark Testing
Documentation Testing
Ad-hoc Testing
Conversion Testing / Migration Testing
5. The typical grey box tester is permitted to set up or manipulate the testing environment - like seeding a database
quality assurance process improvement
Equivalence Partitioning
Efficiency testing
Grey Box Testing
6. 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
Heuristic evaluations
Coverage Testing
Loop Testing
Acceptance Testing/User Acceptance Testing
7. 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.
Context Driven Testing
Bugs
white box testing
Maintainability Testing / Serviceability Testing
8. Testing in which test cases are designed based on variable usage within the code.
Data flow Testing
Gorilla Testing
Context Driven Testing
Back-to-back testing
9. All about code and profiler & comments in the code naming convention etc... coding standards.It is like transparent
Decision table testing
white box testing
Benchmark Testing
Incremental testing
10. A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes
Exploratory Testing
CAST
Equivalence Partitioning
providing information - metric
11. A testing methodology in which two or more program mutations are executed using the same test cases to evaluate the ability of the test cases to detect differences in the mutations
Mutation testing
Loop Testing
Component Testing
Decision condition testing
12. 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.
Dependency Testing
Equivalence partition Testing
Keyword driven Testing
Concurrency Testing
13. A test suite that exercises the full functionality of a product but does not test features in detail
Equivalence partition Testing
Decision testing
Breadth Testing
Quality
14. 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
black box testing
Back-to-back testing
Component Testing
15. Testing the changes to an operational system or the impact of a changed environment to an operational system
Invalid testing
Breadth Testing
Testing best practice
Maintenance testing
16. 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)
white box testing
Exploratory Testing
Conformance Testing / Compliance Testing / Standards Testing
Defect density
17. 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).
test coverage
CAST
software testing
Design based Testing
18. The percentage of executable statements that have been exercised by a test suite.
GUI Testing
Decision condition testing
Branch
Statement coverage
19. 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.
SOA
Code coverage
Agile Testing
Authorization Testing
20. 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
Heuristic evaluations
quality assurance process improvement
Depth Testing
Isolation Testing
21. An approach to integration testing where the lowest level components are tested first - then used to facilitate the testing of higher level components. The process is repeated until the component at the top of the hierarchy is tested.
Localization Testing
Concurrency Testing
Bottom-up Testing
Model Based Testing
22. Testing conducted to evaluate whether systems or components pass data and control correctly to each other.
Invalid testing
Interface Testing
Logic coverage Testing / Logic driven Testing / Structural
Testing best practice
23. 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.
Heuristic evaluations
Authorization Testing
Model Based Testing
Concurrency Testing
24. Kind of unit testing - internal working of software
Acceptance Testing/User Acceptance Testing
Testing best practice
structural testing
Ad-hoc Testing
25. Testing carried out using no recognised test case design technique. It is also known as Exploratory Testing
Interoperability testing
Equivalence Partitioning
Context Driven Testing
Ad-hoc Testing
26. Testing practice for projects using agile methodologies - treating development as the customer of testing and emphasizing a test-first design paradigm
Authorization Testing
Documentation Testing
Heuristic evaluations
Agile Testing
27. It is a whole - is the whole process form review to plans strategy and whole thing
QA
Black Box Testing / Functional Testing
black box testing
Acceptance Testing/User Acceptance Testing
28. 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
architecure of SOA
Arc Testing / Branch Testing
Dynamic Testing
Exploratory Testing
29. A white box test design technique in which test cases are designed to execute branches.
Branch coverage
architecure of SOA
Exhaustive Testing
Branch testing
30. 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
Code coverage
Installation Testing
Decision table testing
Breadth Testing
31. 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
Conversion Testing / Migration Testing
Installation Testing
Coverage Testing
Boundary value analysis/ testing
32. Determine whether a system meets some specified standard. external organization as complying with the standard
Fuzz Testing
Equivalence partition Testing
Arc Testing / Branch Testing
Conformance Testing / Compliance Testing / Standards Testing
33. Testing whether the system meets its specified objectives for maintainability.
Maintainability Testing / Serviceability Testing
Invalid testing
Coverage Testing
Heuristic evaluations
34. Checks for memory leaks or other problems that may occur with prolonged execution
Endurance Testing
Business process-based testing
Concurrency Testing
Bugs
35. 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
Context Driven Testing
Benchmark Testing
Black Box Testing / Functional Testing
Gorilla 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
Bugs
Beta Testing / Field Testing
Acceptance criteria
providing information - metric
37. 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
Bottom-up Testing
Basis Path Testing
Data-Driven Testing
Branch
38. Verifying a product is accessible to the people having disabilities (deaf or blind or mentally disabled etc.).
Keyword driven Testing
test coverage
Accessibility Testing
Conversion Testing / Migration Testing
39. A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes.
black box testing
Equivalence partition Testing
End-to-end Testing
Decision coverage
40. 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
Coverage Testing
Ad-hoc Testing
Quality
software testing
41. The percentage of decision outcomes that have been exercised by a test suite.
Breadth Testing
Dynamic Testing
providing information - metric
Decision coverage
42. A white box test design technique in which test cases are designed to execute decision outcomes
Decision testing
Fuzz Testing
Equivalence Class
N+ Testing
43. This term refers to making software specifically designed for a specific locality
Mutation testing
Localization Testing
black box testing
Conformance Testing / Compliance Testing / Standards Testing
44. The expected results or performance characteristics that define whether the test cases passed or failed
Efficiency testing
enough of testing
Acceptance criteria
Keyword driven Testing
45. Stakeholder stakeholder satisfaction with test results report
Defect
test coverage
Dynamic Testing
providing information - metric
46. A white box testing technique that exercises program loops
Acceptance criteria
Loop Testing
Black Box Testing / Functional Testing
Gorilla Testing
47. 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
GUI Testing
Mutation testing
Quality
Integration Testing
48. 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
black box testing
Concurrency Testing
Localization Testing
Boundary value analysis/ testing
49. Approach to doing something that generally give good results when applied appropriately and thoughfully
Coverage Testing
Bottom-up Testing
Basis Path Testing
best practice
50. The process of testing to determine the efficiency of a software product
Monkey Testing
Coverage Testing
Arc Testing / Branch Testing
Efficiency testing