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. In software development testing is usually required before release to the general public. This is known as the alpha phase.alpha testing.
Big Bang Testing
Branch coverage
exploratory testing
Alpha Testing
2. Testing conducted to evaluate whether systems or components pass data and control correctly to each other.
Big Bang Testing
best practice
Interface Testing
Compatibility Testing
3. Gamma testing is a little-known informal phrase that refers derisively to the release of "buggy" (defect-ridden) products.
providing information Objective
Monkey Testing
Accessibility Testing
Gamma testing
4. Testing software through executing it.
Coverage Testing
Dynamic Testing
Equivalence partition Testing
QA
5. Test case design
Equivalence Class
Keyword driven Testing
Logic coverage Testing / Logic driven Testing / Structural
Defect density
6. A white box testing technique that exercises program loops
Acceptance Testing/User Acceptance Testing
white box testing
Gamma testing
Loop Testing
7. The process of testing to determine the efficiency of a software product
Keyword driven Testing
Context Driven Testing
Efficiency testing
best practice
8. 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
Code coverage
Bottom-up Testing
black box testing
Heuristic evaluations
9. Risk based questions - depends on the schedule and risk based - business impact follow the 20-80 rules
Dependency Testing
enough of testing
N+ Testing
Conformance Testing / Compliance Testing / Standards Testing
10. This term refers to making software specifically designed for a specific locality
Interface Testing
Localization Testing
Endurance Testing
Defect
11. Black-box tests conducted once the software has been integrated
Endurance Testing
test coverage
High order tests
Black Box Testing / Functional Testing
12. GUI testing is the process of testing a graphical user interface to ensure it meets its written specifications
Testing best practice
GUI Testing
Branch
providing information - metric
13. Testing carried out using no recognised test case design technique. It is also known as Exploratory Testing
Ad-hoc Testing
Development testing
organisation structure
Equivalence partition Testing
14. Testing whether the system meets its specified objectives for maintainability.
providing information - metric
black box testing
backend testing/database testing
Maintainability Testing / Serviceability Testing
15. Application Under Test
Equivalence Class
Branch testing
Interface Testing
AUT
16. An approach to testing in which test cases are designed based on descriptions and/or knowledge of business processes
SOA
Branch coverage
Bugs
Business process-based testing
17. 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.
N+ Testing
Breadth Testing
End-to-end Testing
best practice
18. Testing whether the system is compatible with other systems with which it should communicate.
N+ Testing
Localization Testing
Compatibility Testing
Statement coverage
19. executing the software
software testing
Decision coverage
Exploratory Testing
providing information Objective
20. 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
High order tests
Data-Driven Testing
Logic coverage Testing / Logic driven Testing / Structural
enough of testing
21. 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
Grey Box Testing
Monkey Testing
Accessibility Testing
Conformance Testing / Compliance Testing / Standards Testing
22. 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
Decision condition testing
Heuristic evaluations
Branch
Breadth Testing
23. 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.
Branch testing
Fault
Defect
Decision testing
24. Integration testing where system components are integrated into the system one at a time until the entire system is integrated.
Black Box Testing / Functional Testing
software testing
Data-Driven Testing
Incremental testing
25. Testing using input values that should be rejected by the component or system
Invalid testing
Equivalence Partitioning
Authorization Testing
Dynamic Testing
26. The percentage of decision outcomes that have been exercised by a test suite.
Interoperability testing
Ad-hoc Testing
Decision coverage
Dependency Testing
27. 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
Defect
Decision condition testing
Accessibility Testing
Mutation testing
28. The process of testing to determine the interoperability of a software product
Arc Testing / Branch Testing
Dynamic Testing
Testing best practice
Interoperability testing
29. 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
Equivalence partition Testing
Integration Testing
Interface Testing
providing information - metric
30. Component testing of individual components in isolation from surrounding components - with surrounding components being simulated by stubs
Dependency Testing
Isolation Testing
Gorilla Testing
functional testing
31. Can't see - test the functional testing - no access to code and testing is done on UI
white box testing
Data-Driven Testing
black box testing
software testing
32. 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
Breadth Testing
Back-to-back testing
architecure of SOA
Bugs
33. 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
Depth Testing
Concurrency Testing
test coverage
Arc Testing / Branch Testing
34. 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.
Efficiency testing
Design based Testing
GUI Testing
Context Driven Testing
35. The testing of individual software components.
Gamma testing
Authorization Testing
Statement coverage
Component Testing
36. 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
Authorization Testing
Invalid testing
Efficiency testing
37. Testing concerned with the accuracy of documentation.
software testing
Big Bang Testing
Exhaustive Testing
Documentation Testing
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.
Logic coverage Testing / Logic driven Testing / Structural
structural testing
Dynamic Testing
Authorization Testing
39. 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.
providing information Objective
Boundary value analysis/ testing
SOA
CAST
40. This technique for testing computer software does not require significant advanced planning and is tolerant of limited documentation for the target-of-test.
Bottom-up Testing
Integration Testing
Exploratory Testing
Branch coverage
41. 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.
Accessibility Testing
providing information Objective
Arc Testing / Branch Testing
software testing
42. Back end Testing means DataBase Testing. Normally a software product/application uses GUI front end for easyuser interaction.
functional testing
Maintenance testing
backend testing/database testing
Black Box Testing / Functional Testing
43. Testing the changes to an operational system or the impact of a changed environment to an operational system
Maintenance testing
Accessibility Testing
Alpha Testing
best practice
44. A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes.
Equivalence partition Testing
Code coverage
functional testing
SOA
45. 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
Acceptance criteria
Acceptance Testing/User Acceptance Testing
functional testing
Alpha Testing
46. A white box test design technique in which test cases are designed to execute condition outcomes and decision outcomes
Decision condition testing
Isolation Testing
Conversion Testing / Migration Testing
Decision coverage
47. Similar to black box testing - structure of test cases in order to find defects and its strutured
Isolation Testing
functional testing
End-to-end Testing
Efficiency testing
48. 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
backend testing/database testing
test coverage
Acceptance criteria
Heuristic evaluations
49. Testing in which test cases are designed based on variable usage within the code.
Installation Testing
Component Testing
Data flow Testing
Acceptance criteria
50. A test that exercises a feature of a product in full detail.
SOA
Invalid testing
Ad-hoc Testing
Depth Testing