wat is the role of tester in SDLC
Answers were Sorted based on User's Feedback
Answer / ganesh ahirrao
hi,
SDLC- Software Development LiFe Cycle
it contains 6 Phases
1)Gathering Software Requirement
2)Software Design and Analysis
3)Coding
4)Testing
5)Implementation
6)Maintainance
in every phase Software Tester is involved.
In First Phase SRS ( Software Requirement Specification
)document is Craeted and Validated.
In Second Phase Design / Algo are Analyze and design
document are craeted by design team which is tested by Tester.
In Third Phase Coding, which is done Software Developer are
checked taht all path are covered are not, coding should be
done in such a way that new changes are made easily, and
application should be user friendly.
in Fourth Phase Actual testing ( Unit , Integration,
System,UAT) is done.
In Fifth Phase Check that Application is working fine in
Different OS environment
In Sixth Phase Configuration management is done..
in this way Software Tester is involved from beginning of
Any Project.
| Is This Answer Correct ? | 23 Yes | 1 No |
Answer / aryaa
software development life cycle involves six different
phases such as
requirment,design,coding,testing,installation,maintainance.
So in this whole process testers are involved in each phase.
upto coding phase QA part is taken care by the testers and
after that QC activities are taken care by the testers.
as a whole it s the role of a tester
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / kashif
A little correction required. Actually tester is only
involved in Testing phase, which typically a Quality Control
phase(QC), the remaining phases will be handled by Quality
Assurance people(QA), it is their responsibility to monitor
and improve the processes which are being used to develop a
quality product.
Secondly Verification is always done before validation.
Verification will be done by QA by inspecting code review,
meeting, documentations etc etc
Validation is only involved actual software testing
QA people are involved in entire SDLC whereas QC people are
only involved in Testing Phase.
Thanks.
-Kashif Ali
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ramprasad.s
HI
Role of a Tester in SDLC is Performing
1. Functional Testing.
2. Regression Testing.
comment sun_ramprasad@yahoo.com
9940314706
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / mahe
Identifying the most appropriate implementation approach for a given test
Implementing individual tests
Setting up and executing the tests
Logging outcomes and verifying test execution
Analyzing and recovering from execution errors
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / priya
It is important to testing for client requirements..
| Is This Answer Correct ? | 1 Yes | 7 No |
Answer / ravi148
hi kumar,
first, ur question is wrong?
second , as a tester u should not ask this question.
ok let me exoplain...
tester involves from the begining of bussiness document
designed to till the application released.
between these phases, tester learns previous application,
reviews BD documents,use cases, prepares test scenarios and
test cses based on modules,involves executing of test cases
and so on... prepares documents like TSR,Deffered bugs,
defects reports etc.
| Is This Answer Correct ? | 6 Yes | 13 No |
What is the term ‘quality’ mean when testing?
What is Testcase? How to define seviority and priority of a bug?Explain me with example?
If any bug is found in exploratory testing, then may I consider it as a test case?
can you tell me types of bug ?
How do u go about testing of client server application
What is Entry and Exit Criteria in Testing Process?
They showed me a Web page containing 3 text boxes labeled as Name, D.O.B & Blood Group.It also have 3 Buttons as OK, CANCEL,Reset. They told me that 1) when you click on OK it'll route you to the next page and save the data in the database. 2) When you click on CANCEL it'll route you to the previous page. 3) When you click on Reset it'll clears all the entries made by you. Now they asked me to write Test cases to test the functionality of that web page & asked me to write 1 critical test case after which they will give final go ahead to test the rest of the application... I wasn't able to write the critical test case. Plz answer.
What is the difference between TEST STRATEGY and TEST PROCESS
3 Answers Tavant Technologies,
how to write a testcase for coke vewnding machine
What is diff between Reliability Testing and Recovery Testing ?
what is deadlock in manual testing?what is another name for this deadlock?
what is meant by cyclomatic complexity???