What do you call a collection of descriptions of the data
items for the benefit of programmers and others who might
need to refer to them?
1. A data dictionary
2. A data model
3. A repository
4. A specification
5. A data map
data dictionary -defines the value,type ,format and its
usage and its link in code.
data model-shows about how our has to be.simply we can say
it as example.
repository-similar to memory i.e place used to store the
data.
specification-tells about requirements
data map-relation between data or data flow.
so collection of description of data is data dictionary.
| Is This Answer Correct ? | 3 Yes | 1 No |
what is the goal of system testing?
9 Answers MBT, Mind Q Systems,
What are the different types of QA Testing approaches and the process of each?
What the main advantages of statement coverage metric of software testing are?
What it means by test harness?
A) Please give example for below statements. 1.Statement Coverage: Every statement in a program execute atleat once. 2. Decision Coverage: Every point of Entry and Exit in a program invokes atleast once. Each decision in a program has taken all possible outcome atleast once. 3. Condition Coverage: Each condition is a decision in a program has taken all possible outcome atleast once. 4. Modified Condition Decision Coverage: Each Condition has shown to affect that decision independently by varying that decision while keeping fixed all other possible condion. B) If the condition is (A&&B||C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases. C) If the condition is (A||B&&C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases.
what is control sheet?
What is metric?
hai, what is v-model
words Mortal Combat, Street Fighter, Dead or Alive and Doom have in common?
please anyone can help me in giving dumps in ISTQB for foundation level
HOW DO YOU COMMUNICATE WITH THE DEVELOPER ON DEFECT?
I. Product feasibility II. Software requirements III. Software Design IV. Acceptance test Which of the above reviews are necessary in order to ensure the traceability of requirements in the implemented software? 1. I and II 2. I, II, and III 3. II and III 4. II, III, and IV 5. I, II, and IV