Skip to main content

Roles and Responsibilities in a Review

In Review process there are different type of Role and Responsibilities in the process. Now we are describing following participants in the review process.

1. The Moderator : Moderator is the leader of the review process. Moderator also known as the Review Leader. The Moderator determine the review type, Review approach and the Review Team. The Moderator also scheduling the Review meeting, transfer the document to everyone within the review team before meeting, provide possible training for the other team members and lead the review meeting and collected the data that meeting get in the review meeting.

2. The Author : The Author is the writer of Document under review. His main work is to understand as much as possible the document and work to improve the quality of the document. Every part of teh document should be understandable for the document and Author understand sthe defect found in the document.

3. The Scribe : The Scribe also called recorder. As per his/her name his/her work to record every defects found during the review meeting and he/she also records any suggestion or feedback to improve the quality of the document.

4. The Reviewer : Reviewer also called the inspectors. His/her main work is to check the defects, suggestion and feedback that record by the recorder and check them to improve the quality as per the business perspective, Standards of the organization and the domain knowledge.

5. The Manager : He is the top level of management . His/her role is to execute the review, allocate time for the product and decide whether review process objective has been met or not.

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.