Tag Archives: testing online test
131. Explain Agile Testing. Testing practice for projects using agile methodologies, treating development as the customer of testing and emphasizing a test-first design paradigm. 132. What is Code Inspection? A formal testing technique where the programmer reviews source code with a group who ask questions analyzing the program logic, analyzing the code with respect to
more..
121. What is a Component? A minimal software item for which a separate specification is available. 122. What is Load Testing? Testing conducted to evaluate the compliance of a system or component with specified performance requirements. Often this is performed using an automated test tool to simulate large number of users. 123. What is Conformance
more..
111. What is Basis Set? The set of tests derived using Basis Path Testing(A white box test case design technique that uses the algorithmic flow of the program to design tests.). 112. What is Defect. Nonconformance to requirements or functional / program specification. 113. Define Data Dictionary. A database that contains definitions of all data
more..
101. Explain Concurrency Testing. 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. 102. What is Application Programming Interface or API? A formalized set of software calls and routines that can
more..
91. What is High Order Tests? Black-box tests conducted once the software has been integrated. 92. What is Ad-Hoc Testing? A testing phase where the tester tries to ‘break’ the system by randomly trying the system’s functionality. Can include negative testing as well. 93. Define Binary Portability Testing. Testing an executable application for portability across
more..
81. Explain Beta Testing. Testing of a rerelease of a software product conducted by customers. 82. Explain Boundary Value Analysis. In boundary value analysis, test cases are generated using the extremes of the input domaini, e.g. maximum, minimum, just inside/outside boundaries, typical values, and error values. BVA is similar to Equivalence Partitioning but focuses on
more..
71. What is CMM or Capability Maturity Model? The Capability Maturity Model for Software (CMM or SW-CMM) is a model for judging the maturity of the software processes of an organization and for identifying the key practices that are required to increase the maturity of these processes. 72. Explain Automated Testing. Testing employing software tools
more..
61. What is Software Testing? A set of activities conducted with the intent of finding errors in software. 62. What is Test Script? Commonly used to refer to the instructions for a particular test that will be carried out by an automated test tool. 63. What is Test Bed? An execution environment configured for testing.
more..
51. What is Performance Testing? Testing conducted to evaluate the compliance of a system or component with specified performance requirements. Often this is performed using an automated test tool to simulate large number of users. 52. What is Quality System? The organizational structure, responsibilities, procedures, processes, and resources for implementing quality management. 53. What is
more..
41. What is Scalability Testing? Performance testing focused on ensuring the application under test gracefully handles increases in work load. 42. What is Test Procedure? A document providing detailed instructions for the execution of one or more test cases. 43. What is Stress Testing. Testing conducted to evaluate a system or component at or beyond
more..