What is the involvement of tester in SDLC?Explain.
Answers were Sorted based on User's Feedback
Answer / saff
the tester involvement in testing is he will try mitigate
the risk which can be done through testing
he is there to avoid unneccesary development expenses or
even worse project failure
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
Answer / santhosh sebastian
In SDLC(Software Development Life Cycle),We can do testing
in two different manner.
1.QA-Testing
2.QC-Testing
QA Testing:-QA Tester need to verify the documents required
for each phases,Wheter project team using std templates or
not etc.
QC Testing:-QC Tester need to verify the Quality of project
deliverables from each Phases of SDLC.QC Tester will use
test plan,test scenarios,unit test etc.It is purely product
oriented testing.
QA and QC need to tied up for any type of SDLC for good
quality.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mr and what information does mr consists of?
What is the Differnce B/W Quality Management and Quality Control
How is Release Management is done in STLC. What are tools can be used for the same.
what is output of testplan?
How will you manage a team member who is more experienced than yours and what challenges will you face? ( that guy might be technically sound).
On what basis CCB approves the changes?
If we don't caught any bug in all build, then what we can say - 1. Bad Coverage 2. Excellent Coding 3. Bad Testing
What is meant by verification and validation?
what is requirements review process? Can anyone please explain me? Thanks, Prasanna
How do you know that your test cases will meet the requirement that the client required for the application.
what is validation and verification
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username