What is the formal technical review?
Answers were Sorted based on User's Feedback
Answer / lakshmikantha b
Technical review should be done by the team of members. The
document, which is going to be reviewed, who has prepared
and reviewers should sit together and do the review of that
document. It is called Peer Review. If it is a technical
document, It can be called as formal Technical review, I
guess. It varies depends on the company policy.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is stochastic testing?
In white box testing, what do you verify?
What is the role of quality assurance in a product development lifecycle?
What are the maximum no. of devices supported in SCS-1,2 and 3?
Find odd man out related to EA a) Play fish b) Take2 c) Hasbro d) Pogo
what is sdlc(Software development proces and stages of sdlc)..?
Did you write test cases of design phase?
which is the best institute for testing in hyd?
Is there any test tool that tracks live metrics? Can anyone help me?
What is the smallest unit of information transfer in FC?
I need to learn everything I can about the SDLC. What is the best online resource?
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.