explain test life cycle
Answers were Sorted based on User's Feedback
Answer / satish
Project Initiation
System Study
Test Plan
Design Test Cases
Test Automation
Execute Test Cases
Report Defects
Regression Test
Analysis
Sumary Report
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / romie
Effort Estimation
Project Initiation
System Study
Test Plan
Design Test Cases
Test Automation
Execute Test Cases
Report Defects
Regression Test
Analysis
Sumary Report
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / vijay
Test life cycle dentifies what test activities to carry out
and when (what is the best time) to accomplish those test
activities. Even though testing differs between
organizations, there is a testing life cycle.
They are 6 (Generic phases) involved in Test life cycle.
Viz:
1. Test Planning,
2. Test Analysis,
3. Test Design,
4. Construction and verification,
5. Testing Cycles,
6. Final Testing and Implementation and
7. Post Implementation.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / dhvani
1.Test Planing
2.Test Analysis and Design
3.Test Implementation
4.Evaluating Exit Criteria
5.Test Closer
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mallikarjun
total there are si phases in test life cycle system
1)test planning
2)test design
3)test execution
4)result analysis
5)bug tracking
6)report analysis
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / s.ghosh
Test life cycle:
Analysis the SRS->Outline and scope is drawn->Test Plan is
prepared->Test case written->Test data prepared->test case
execution->Defect tracking ->Defect report is prepared &
send to devloper->After Fixing Regration testing->If fixed
despached to customer->if not fixed send to devoloper.
Is This Answer Correct ? | 3 Yes | 4 No |
What is Test harness?
You are testing a new feature that includes a builder(wizard)that walks you through the creation of an item.There are 10 configuration checkboxes you can check/uncheck for the item being built.The builder makes you select 3 of these 10 options.You can choose any 3 options. A)How many possible ways could the item in question be created (i.e. how many possible configurations)? Describe the technique you would use to determine this.
what is exit criteria for testing?
Can you explian $ pillar of Agile
1. What is buddy Testing ? 2. what is Database testing ?
How to design the test cases?
Test Case Design Techniques like BVA, Equalance partitioning, Error guessing?
What are the common defects revealed in Functionality testing?
What is data matrix? What is the use of it?
Describe your personal software development process.
1. what are the types of testing you know and you experienced ?
How do we use <!DOCTYPE HTML PUBLIC...> in the begining of any HTML page.