Test your basic knowledge |

Software Testing And Qa

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 which covers all combinations of input values and preconditions for an element of the software under test






2. Testing in which test cases are designed based on variable usage within the code.






3. 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.






4. Testing practice for projects using agile methodologies - treating development as the customer of testing and emphasizing a test-first design paradigm






5. 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






6. 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






7. Integration testing where no incremental testing takes place prior to all the system's components being combined to form the system.






8. 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






9. Testing conducted to evaluate whether systems or components pass data and control correctly to each other.






10. All about code and profiler & comments in the code naming convention etc... coding standards.It is like transparent






11. Depends on the schedule and risk based - business impact follow the 20-80 rules






12. A test suite that exercises the full functionality of a product but does not test features in detail






13. Testing whether the system meets its specified objectives for maintainability.






14. A test that exercises a feature of a product in full detail.






15. 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.






16. Checks for memory leaks or other problems that may occur with prolonged execution






17. Similar to black box testing - structure of test cases in order to find defects and its strutured






18. Integration testing where system components are integrated into the system one at a time until the entire system is integrated.






19. This term refers to making software specifically designed for a specific locality






20. Testing whether the system is compatible with other systems with which it should communicate.






21. 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.






22. Testing one particular module - functionality heavily






23. 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






24. 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






25. 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






26. The typical grey box tester is permitted to set up or manipulate the testing environment - like seeding a database






27. Testing concerned with the accuracy of documentation.






28. Approach to doing something that generally give good results when applied appropriately and thoughfully






29. Provide critical information during project






30. 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






31. 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






32. Testing using input values that should be rejected by the component or system






33. A white box testing technique that exercises program loops






34. Computer Aided Software Testing






35. Application Under Test






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






37. 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.






38. 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.






39. 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






40. Root cause analyst - base of the problem - customer satisfaction report






41. 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






42. 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






43. Examines an application's requirements for pre-existing software - initial states and configuration in order to maintain proper functionality






44. An approach to testing in which test cases are designed based on descriptions and/or knowledge of business processes






45. The testing of individual software components.






46. This technique for testing computer software does not require significant advanced planning and is tolerant of limited documentation for the target-of-test.






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.






48. 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).






49. The percentage of decision outcomes that have been exercised by a test suite.






50. The expected results or performance characteristics that define whether the test cases passed or failed