Skip to main content

Type of Reviews

In Software Testing Review is very important way to improve the quality of the software. In this method defects identifies in very early stage of SDLC so it is very easy to fix them and it is very cost effective.

Here i am described you the type of Reviews.

1. Walkthrough: Walkthrough is performed by the Author of the software. Author mentioned each and every steps in proper way so that the participants who are from the software or the outside of the software can easily be understand the software. During Walkthrough, Author check with participants that no defects is missed in the document. In Walkthrough, the software document is present for the stackholders both within and outside the software to make the software understandable. If any point which is not understandable they can provide the alternative solution for that.

2. Technical Review: Technical Review is the discussion in the meeting to discuss about the Technical points within the documents. Technical Review is lead by the Technical Moderators or by the Technical Experts. It is Often performed as a Peer Review without Management Participation.
This is a Defect detection process in which report created with list of issue that need to be addressed.

3. Inspection: Inspection is the most formal review method and lead by the moderator. The document prepared in the Inspection and check by the Reviewer before the meeting, compare it with the product, source or other references. The defect found during Inspections being logged.  Inspection help the quality of the document, Remove defect efficiency as soon as possible, improve product quality by producing high quality of document and create the common understanding between the inspection participants. 

Comments

Popular posts from this blog

How to Put Load on a Script in JMeter

In last post we discussed about how to record a test script and Firefox settings to run the script. In this post we will discuss about how the Thread Group will work, how can we put n number of users to perform load testing, In JMeter by using Thread Group, we can create virtual users. Thread Group is a set of thread which work in same scenario. There are multiple thread group are available which is use to configure how the virtual users interest with the application, How much load maintain and till how much time load maintain.

How to take the Screenshot in Selenium WebDriver?

If we want to take the screenshot then we have to convert our WebDriver object into the screenshot object. we need to change the behavior of the drive to take the screenshot . We can do it by casting

JMeter Overview Description

In this article we will go through the multiple section of JMeter and describe the tool information. we will discuss about every component of JMeter tool in this Article so that you can hands on while working on script on JMeter about these components.