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 |
Tech round 1)joins 2)insert 3)delete 4)date 5)database architechture 6)bug life cycle 7)retesting 8)regression testing 9)somke and sanity testing Manager round 1)current organization details 2)explain current project 3)Basic unix comment 4)Test stragey
Tell me the test cases for a search and replace functionality in a microsoft document (.doc)?
what is database testing
How do you scope,organise and execute a test project.
What is white-box Integration Testing and its differences between Black box-Integration testing?
WHAT IS TEST STRATEGY? WHAT IS THE DIFF BETWEEN TEST PLAN AND TEST STRATEGY? WHAT IS TEST METHODOLOGY
What are the Validation Testers? Their responcibilities? Are Manual tester & Validation testers are same?
What is Asset testing?
How can one file compare future dated output files from a program which has change, against the baseline run which used current date for input. The client does not want to mask dates on the output files to allow compares.
Did you ever worked with BA's?
1 Answers Standard Bank, Wells Fargo,
if i report 2 bugs & those are fixed by dev. I have done re-testing of those bugs & got fine (closed) Ques is: If dev fixed above said bugs by adding one line code and tester has done re-testing. if there is any new bug occur due to that 1 line code. How u will find & what tester will do. what is the answer of this situation?????
When do we perform smoke testing?