Define PEER Review ,what it contains & What we discuss in
that meeting.
Answers were Sorted based on User's Feedback
Answer / rajesh.pothina
Hi,
PEER Review is nothing but interchanging the test cases
with in the team to know whether all the test cases has
covered the SRS document or not.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / uday kumar_anem
A peer review is conducted by project personnel, who is
responsible to validate his counterpart(like his code or
whatever work he has done). Generally Peer Reviews are come
under static testing (white box testing) technique.
Desk Checking, Round Robin Reviews, Walk-throughs and
Inspections are the examples of Peer Reviews.
Desk Checking: The author of the code, himself validates his
code. It is informal method and the output completely relies
on the author.
Round-Robin Reviews: An informal method, with 4-6 members
discuss and commenting on the author's code and make note of
changes and modifications according.
Walk-Throughs: Which is similar to Round Robin, but with a
formal meeting.
Inspections: Which is formal and group oriented function.
Each and every point of the review are monitored and
documented. The author intimates his agenda and distributes
the documents before the scheduled meeting time. All the
members of the review team should prepare for that meeting
and show their outputs. The author will collect all these
oupputs from the review and need to take actions on the code.
Formal Reviews are different from Peer Reviews.
Formal Reviews are conducted at each stage of the project
development life cycle means after requirements, analysis,
design etc... where most of the the project management
people will involve.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is the wait statement in Silktest?
I'm involved in automation using silk test of an swing application running in a browser. There is a window whose name is a dynamic. i.e based on the input(eg: some filename) the window name keeps on changing. I need to capture the window name for every run of silk test case for different input filenames. I'm aware of GetName() in SilkTest, but its not working for me. Can anybody suggest me any logic to achieve this using silktest?
What is the advantage of using do except instead of other error logging functions?
How to create a test frame?
How to attach silk test results to test director?
What is a test frame?
What are the possible failure scenarios and different types of errors you find in silkTest?
why silk test sees each objects as custom windows?
What are the default testplan attributes?
How to specify a browser extension to a web application?
What is the standard flow of execution of a test case?
Whats the difference between Basestate & Default basestate?