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

Why Jmeter is best option for Performance Testing?

There are multiple tools in market for performance testing of any software but Jmeter is the best solution among all of them due to some reason listed below 1) Jmeter is the open source application so users who use this application will not to pay anything. 2) You can use Jmeter for performance of any web application,  Databases and Web Services (REST and SOAP APIs). 3) Jmeter have the user friendly UI component so it is very easy to use. 4) Jmeter can be used to simulate to put maximum number of concurrent users on a server, network or object to test its strength or to analyze overall performance under different load types. 5) Jmeter also use for functional testing for static( JavaScript and HTML) and dynamic( JSP, Servlets and AJAX) resources. 6) Jmeter provides Verity of graphical representations for performance report so it is easy to understand.

How You Can Test Database?

Now we know the Database Testing which you can learn in my last article. In this article we will discuss about the steps that need to following to test any Database. Database Tester should have some basic knowledge regarding SQL Command like DDL (create/drop),  DML (Insert/Delete/Update) and DCL (Grant/Revoke).

Causes of Software Defects

It is practically impossible that developer develop a bug free software and that software we can deliver without Testing. If the complexity of the software increased then there must be bugs that can harm the users who will use that software.