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. In software development testing is usually required before release to the general public. This is known as the alpha phase.alpha testing.






2. An organizational structure consists of activities such as task allocation & coordination and supervision which are directed towards the achievement of organizational aims.[citation needed]






3. Use analytical risk-based testing strategies - define realistic objectives for testing - with metrics - Instititutes continuous test process improvement based on lessons learned






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






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






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






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






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






9. Model-based testing refers to software testing where test cases are derived in whole or in part from a model that describes some (usually functional) aspects of the system under test.






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






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






12. Determine whether a system meets some specified standard. external organization as complying with the standard






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






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






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






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






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






18. The percentage of executable statements that have been exercised by a test suite.






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






20. A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes.






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






22. A white box test design technique in which test cases are designed to execute branches.






23. GUI testing is the process of testing a graphical user interface to ensure it meets its written specifications






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






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






26. Kind of unit testing - internal working of software






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






28. The process of testing to determine the efficiency of a software product






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






30. A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes






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






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






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






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






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






36. Risk based questions - depends on the schedule and risk based - business impact follow the 20-80 rules






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






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






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






40. Testing carried out using no recognised test case design technique. It is also known as Exploratory Testing






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






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






43. Verifying a product is accessible to the people having disabilities (deaf or blind or mentally disabled etc.).






44. Can't see - test the functional testing - no access to code and testing is done on UI






45. A system under load. modeling the expected usage of a software program by simulating multiple users accessing the program's services concurrently.






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






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






48. Tests that use representative sets of programs and data designed to evaluate the performance of computer hardware and software in a given configuration






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






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