At what stage of the life cycle does testing begin?
Answers were Sorted based on User's Feedback
Answer / palgunareddy.akuleti
Hi this is Palguna,
I went for one of the interview and faced the same
question.and i told that testing starts from the design
phase.But the interviewer said testing starts from
requirement phase itself is this correct .please give me
the answer.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kiran mantrala
Testing can begin right from the DAY 1 of the
project/product development. The moment we have the
Requirement Specifications, there is good scope for the QA
team to have the System Test Cases.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / jagan
in life cycle testing begins right from after completion of
coding that is UNIT TESTING that comes under WHITE BOX
TESTING after that integration testing after that SYSTEM
TESTING i.e is BLACK BOX TESTING
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / divya
We can start testing once the requirements are well
understood.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / rekha
Testing can begin only if we have final Requirements, code
released to QA environment, and test cases written and test
data setup is done and ready.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / murali krishna
Testing must start from the requirements gathering stage.
The test team must be involved in the requirements analysis
to review them and getting complete understanding of the
requirements. This helps the testing team to generate good
quality test plan and test cases.
| Is This Answer Correct ? | 0 Yes | 1 No |
how to reduce bugs in e-learning projects? for reducing bugs which type of SDLC we have to use
From which phase will you start testing and How will you find out the left out things in testing?
what is the diff b/s test plan, test strategy and test procedure?
what is production defects?
From where should we start writing the test cases. Say suppose we have a pageA with few check boxes, radio buttons, links, some text in it and a link on pageA takes us to another pageB. Then from where should we start writing the test cases?Also suppose we have 10 links in a page should we write separate test cases for each link?
on what basis do the tester asssign severity
What is Defect Leakage?What Gap Analysis? What are the functioanl requirements to test the Software? What is Latency bug?
what is the defference between stress and load testing?
What is unit,load,stress,performance testing ?
What is comparison testing?
What does entry and exit criteria mean in a project?
how to write test cases for boundary value analysis and equality partitioning?