What is the involvement of tester in SDLC?Explain.
Answer Posted / manisha
SDLC = SOFTWARE DEVELOPMENT LIFE CYCLE
STLC = SOFTWARE TESTING LIFE CYCLE.
The involvement of tester in SDLC is just on the levels to
verify the documnets(SRS, FRS, IDS) prepared at this
level.which is called as STATIC TESTING or VERIFICATION
process under STLC.
The only difference in STLC & SDLC is when the testing is
carried out right from the earliest stage of preparing
documents it is STLC and The documents prepared under SDLC
are further used for testing by the tester..
Plz correct me if m wrong
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
wht type of intersting things sqa have or what is intersting abt sqa and how it will be advanategous for us as a sqa engineer?
Scenario :- when we test payment module in the eCommerce site, then how do we verify or actually check transaction failed and the amount will be returned in next few days? i am using pay pal / credit card.
Write down the differences between the responsibilities of qa and programmers?
List out various tools required to support testing during development of the application?
hello.. i have learnt testing manual and automation tools and im working as test engineer in a software company still i do need more testing skill so where can i get more knowledge about testing . please advice me
How is adhoc testing different from exploratory testing?
Have you ever worked with QA in developing test tools? Explain the participation Development should have with QA in leveraging such test tools for QA use.
What do you like most about Quality Assurance/Testing?
What are the types of testing can be performed on facebook login page?
What is bug leakage and bug release?
How you will begin to improve the QA process?
What is a test plan and what does it include?
You are a tester. Now how will you choose which defect to remove in 1000000 defects?
hi, they have given 2 tables to write quries in SQL SERVER 2000 based on table as follows . 1st table :author: COLUMNS AS FOLLOWS pk. AUTHOR F_NAME DOB NATIONALITY 2ND TABLE BOOKS: COLUMNS AS FOLLOWS; PK ISDN F.K AUTHOR LANGUAGE PUBLISH_DATE; 1) RETRIVE author who is indian and hindi write in a) as joins b) sub quries 2)retrive who is younger author ; 3)retrive author who wrote more than one book in different language. 4)retrive author who has wrote in different language in each year write all queries in sql for sql server
What are the things the tests ensure?