How do you scope, organize, and execute a test project?

Showing Answers 1 - 5 of 5 Answers

sanalina26

  • Feb 1st, 2006
 

Here the scope is based on the customer specifications which we organize it as functional documents and this will help developers to code based on this. and we create testscripts based on this functional documents and test the project.

nagarjuna

  • Mar 23rd, 2006
 

Here the scope is based on the customer specifications which we organize it as functional documents and this will help developers to code based on this. and we create testscripts based on this functional documents or based on SRS and test the project.

  Was this answer useful?  Yes

sanj

  • Jul 30th, 2007
 

The requirement doc should be read carfully and it should be then divided into Functional and non fucntional requirements. Confirm what is in scope for the current rel. Then start the Test design phase which will enable you to create test cases as per the current Rel.
If you have a test machine of client, confim if reqd. like printer and other are to be tested. Start analysing the test data that may be required for the execution.

  Was this answer useful?  Yes

Scope:
Defined based on requirements for the release and test plan is prepared. 
Take sign off and take agreement of all stakeholders on what to test

Organize:
Define clear Roles and Responsibilities
Set Communication Protocol
Set Testing Processes - Requirement Management, Change Management, Defect Management, Project Management

Execute:
- Create Test Strategy
- Create Test Plan
- Create Test Cases
- Identify and Generate Test data for testing
- Raise and Track defects with required Severity and Priority
- Status Reports
- Project closure after expected quality stardards are met.

  Was this answer useful?  Yes

Rose1

  • Oct 20th, 2010
 

The scope is based on customer specification. Based on that the Business
analyst will prepare a doc, called requirement doc. (The test plan and test
strategy are derived from the requirement doc.) Then the functionalities
specified in the req. doc are divided into modules. Then each modules will be
assigned to different testes. Then the testers will study those functionalities
and will prepare test plan for each module. (one test plan for each module)

Then test cases are developed for each functionalities. there should be atleast
one test case for each functionalities. these can be mapped using TRM. Then test
cases are executed and defects logged in defect report.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions