-
What is Backus-Naur Form
A Meta language used to formally describe the syntax of a language.
-
-
What is Black Box Testing
Testing based on an analysis of the specification of a piece of software without reference to its internal workings. The goal is to test how well the component conforms to the published requirements for the component.
-
-
What is meant by descriptive programming
It is a way of writing test script without recording the actions. Object gets created dynamically created during the run time and destroyed at the end of test run.
-
What is usecase testing?
In interview one of interviewer asked me what is usecase testing? if any one knows the answer plz give me reply. thank you in advance
-
What is Basic Block
A sequence of one or more consecutive, executable statements containing no branches.
-
What is Baseline
The point at which some deliverable produced during the software engineering process is put under formal change control.
-
-
What is Component
A minimal software item for which a separate specification is available.
-
-
-
-
What is Quality Policy
The overall intentions and direction of an organization as regards quality as formally expressed by top management.
-
What is Quality Management
That aspect of the overall management function that determines and implements the quality policy.
-
What is Quality Control
The operational techniques and the activities used to fulfill and verify requirements of quality.
-
What is Quality Circle
A group of individuals with related interests that meet at regular intervals to consider problems or other matters related to the quality of outputs of a process and to the correction of problems or to the improvement of quality.
-
What is Quality Audit
A systematic and independent examination to determine whether quality activities and related results comply with planned arrangements and whether these arrangements are implemented effectively and are suitable to achieve objectives.
-
What is Release Candidate
A pre-release version, which contains the desired functionality of the final version, but which needs to be tested for bugs.
-
What is Recovery Testing
Confirms that the program recovers from expected or unexpected events without loss of data or functionality. Events can include shortage of disk space, unexpected loss of communication, or power out conditions.
Software Testing Definitions
Ans