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 |
In how many ways we can perform datadriven test in silk test, throgh flatfiles can we perform?
In SilkTest we have a function Except Log which displays the path of the error occured in a Script.In QTP do we have any function like that?
what is the use of exception handling in Silk Test and how to use the commands?
How to create a new silktest project?
Where are the testplan attributes stored?
How to create a test frame?
what is the operator for carriage return(Enter) in Silk Test for File.
I have Silk Test 7.5 installed to my machine. My silk recoginizes all the windows applications.But its not recoginizing the web application.When i try to ENABLE EXTENSION for any web application i am not getting the window with the two radio button namely DOM and VO. What could be the problem? I also tried using browsers like IE,FF and also uninstalled the silk n reinstalled it again.But it works out with my neighbours system....Wht could be the problem?????
How to run a test case from a test script file?
What is the perpose of user-defined base state method?
How to write the good frame work for application.
what is the base class for all the classes in silk?