What steps are needed to develop and run software tests?
Answer / guest
Hai
The following steps are needed to develop and run software
tests:
1.Obtain requirements, functional design, and internal
design specifications, user stories, and other
available/necessary information
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.Determine project context, relative to the existing
quality culture of the product/organization/business, and
how it might impact testing scope, aproaches, and methods.
Identify application's higher-risk and mor important
aspects, set priorities, and determine scope and
limitations of tests.
5.Determine test approaches and methods - unit,
integration, functional, system, security, load, usability
tests, etc.
6.Determine test environment requirements (hardware,
software, configuration, versions, communications, etc.)
7.Determine testware requirements (automation tools,
coverage analyzers, test tracking, problem/bug tracking,
etc.)
8.Determine test input data requirements
Identify tasks, those responsible for tasks, and labor
requirements
9.Set schedule estimates, timelines, milestones
Determine, where apprapriate, input equivalence classes,
boundary value analyses, error classes
Prepare test plan document(s) and have needed
reviews/approvals
10.Write test cases
11.Have needed reviews/inspections/approvals of test cases
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
12.Obtain and install software releases
Perform tests
13.Evaluate and report results
14.Track problems/bugs and fixes
15.Retest as needed
16.Maintain and update test plans, test cases, test
environment, and testware through life cycle
K,Byeeeee
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 2 Yes | 0 No |
what are the test cases to prove that given figure is triangle?
What is meant by SIT?
Can anyone give me the example of High Priority and High severity defect. Please dont give me answers like Spelling mistakes or logo missing something like that. Give me some real time example from your application. Thanks in Advance.
Difference between gui & Functional testing
Can u any 1 please explain the below question and answer? Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage? Read p Read q IF p q > 100 THEN Print "Large" ENDIF IF p > 50 THEN Print "p Large" ENDIF a) 1 test for statement coverage, 3 for branch coverage b) 1 test for statement coverage, 2 for branch coverage c) 1 test for statement coverage, 1 for branch coverage d) 2 tests for statement coverage, 2 for branch coverage
What is quality center? How many built in tables does quality center have?
Tell me please whether Unit Testing comes under "Black box testing" OR "White Box testing" ?
can you tell me how to write test cases from use case?
What are new features in Vista / Longhorn ?
2 Answers nvidia, Symantec, Veritas,
How will you decide that the software is ready for release? Please if any one knows this answer, submit the answer as early as possible.
Give two examples of HIGH SEVERITY and LOW PRIORITY.
What are the Blackbox Testing Techniques?