When should testing start in a project?
Answers were Sorted based on User's Feedback
Answer / raghu chandra
Well testing in a project can be started in two ohases.
They are 1) Conventional testing
2) Unconventional testing
Conventional testing starts after the coding part in the
SDLC. Here the functionality of any pertiucular application
is being tested.
Unconventional testing starts right from the first ohase of
the SDLC. Here the functionality is not being tested but
all the documents that come out in each phase are tested
that is BDD-initial
SRS-Analysis
TDD-Desing
SCD-Coding etc...
Hope its the right answer.
Please suggest if any changes can be made.
| Is This Answer Correct ? | 22 Yes | 0 No |
Answer / siva.a
Once the requirements are baselined then only we can go for
testing the application.
if it is wrong plz.correct me
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / mohan shyam
As per the principal of software testing, the testing
should start from the initail stage of Software Development
Life Cycle(SDLC). We should verify every stage of SDLC,
whether it is Requiremwnt gethering Stage,Design stage or
coding stage..... verification(testing) is required at
every stage of life cycle to deliver Quality software to
the Client.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / manoj kumar
when the client approval the requirement and test lead
prepared the test plan then we can start the testing. if i
am wrong then clear me
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ch.s.m.prasad,kkd
Once the requirements are frozen then we will writing the
test cases
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shraddha
As soon as we have a software requirement(baseline).
| Is This Answer Correct ? | 3 Yes | 1 No |
whenever we get a requirements than we can start a testing.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / rakesh nelapati
once we are getting the requirements from client immediatly
we start the testing process.then we can approch diffent
style that means that is depends up on organization.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / praveen
In SDLC testing can be started from the requirements gathering phase and lasts till the deployment of the project. However it also depends on the development model that is being used.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jahas
after we getting the base line requirement from the client... Based on the risk, time , cost etc .......
| Is This Answer Correct ? | 0 Yes | 0 No |
Neelima, Can you please brief what are the 15 testing issues. I'm aware of 5 Software developement life cycle.
what is meant by Adapt testing?
About the security testing, how to use to security testing in web testing, suppose u will check login page, how to change password in back end in security testing
what is the difference between test plan doc. and test strategy doc. ?
what are the types of android applications?
What is STLC?
What are stubs and drivers?
If you're given a program that will average student grades, what kinds of inputs would you use?
what is test case? what it consists? what are the types of test cases?
How to test cookies in Manual testing?
Developres release the build with known bugs , then how will u(as a tester) write defect reports without developer known bugs .
what is build? what is build coniguration?