What steps are needed to develop and run software tests?
Answer Posted / ramyab.mca@gmail.com
Hai...
The following are some of the steps to consider:
1. Obtain requirements, functional design, and internal
design specifications and other necessary documents
2. Obtain budget and schedule requirements
3. Determine project-related personnel and their
responsibilities, reporting requirements, required
standards and processes (such as release processes, change
processes, etc.)
4. Identify application's higher-risk aspects, set
priorities, and determine scope and limitations of tests
5. Determine test approaches and methods - unit,
integration, functional, system, load, usability tests, etc.
6. Determine test environment requirements (hardware,
software, communications, etc.)
7. Determine testware requirements (record/playback tools,
coverage analyzers, test tracking, problem/bug tracking,
etc.)
8. Determine test input data requirements
9. Identify tasks, those responsible for tasks, and labor
requirements
10. Set schedule estimates, timelines, milestones
11. Determine input equivalence classes, boundary value
analyses, error classes
12. Prepare test plan document and have needed
reviews/approvals
13. Write test cases
14. Have needed reviews/inspections/approvals of test cases
15. Prepare test environment and testware, obtain needed
user manuals/reference documents/configuration
guides/installation guides, set up test tracking processes,
set up logging and archiving processes, set up or obtain
test input data
16. Obtain and install software releases
17. Perform tests
18. Evaluate and report results
19. Track problems/bugs and fixes
20. Retest as needed
21. Maintain and update test plans, test cases, test
environment, and testware through life cycle
K,Byeee...
Thanks & Regards
B.Ramyasri.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Hi friends, currently i am working with banking domain project in the part of testing..what kind of questions will be ask at interviews.. can anybody listout the project oriented questions which are asked in interviews...
how to write manual testcases for download the files from the template. for example:from product cost enddate
user id @ yahoo.com (or) yahoo.co.in (or) gmail.com.... etc
Usually customers won’t give all the requirements. How will you manage & collect all the necessary information?
How to integrate Bugzilla with QTP?
Hi all, can anyone tell me what is the selection procedure in Birlasoft for Manual Tester?It will be a great help.
What is test out put?
In which all places, testing is done?One is from the server by calling server name.Can u suggest others?
What are similarities of Agile and Scrum?
how to creat 2 test plan in 2 different environment exp:tour and travel
What is bug leakage?
Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
What different types of manual testing are there?
1...DIFF BETWEEN QTP AND WIN RUNNER? 2... CHECKPOINTS AND EXPLAIN EACH OF THEM? 3...WHY IS STEP GENERATOR? 4... WHAT IS THE DIFF BETWEEN FUNCTIONS AND SUB ROUTINE?