Q.
What is software testing and details of software testing
Asked by rekha,
17 Jul '07 03:33 pm
Earn 10 points for answering
Answers (5)
1.
Report abuse
Useful
(0)
Not Useful
(0)
Your vote on this answer has already been received
2.
Software testing is the process used to help identify the Correctness, Completeness, Security and Quality of the developed Computer Software.
Software Testing is the process of executing a program or system with the intent of finding errors.
Testing Process
------------------------------
1) Requirment gathering phase
FS Review Checklist or UseCase Review Checklist
Once requirements are captured either in FS or UC ,The duty of tester starts.i.e testers are supposed to do reviews of FS or UC.
while the FS or UC are being prepared the testers are supposed to capture the domain knowledge from Subject Matter Experts.
based on the previous experience the tester can always suggest improvements at the requirements gathering itself.
Test Lead or Test Manager is supposed to prepare Test Plan or in some projects SVVP Plan,Test Stragery document,SQA Plan and Measurement Plan,Iteration Plan etc..
2)Design Phase
once FS or UC are baselined then the tester is supposed to review
...more
Answered by Sanjay Kumar, 19 Aug '08 03:35 am
Software Testing is the process of executing a program or system with the intent of finding errors.
Testing Process
------------------------------
1) Requirment gathering phase
FS Review Checklist or UseCase Review Checklist
Once requirements are captured either in FS or UC ,The duty of tester starts.i.e testers are supposed to do reviews of FS or UC.
while the FS or UC are being prepared the testers are supposed to capture the domain knowledge from Subject Matter Experts.
based on the previous experience the tester can always suggest improvements at the requirements gathering itself.
Test Lead or Test Manager is supposed to prepare Test Plan or in some projects SVVP Plan,Test Stragery document,SQA Plan and Measurement Plan,Iteration Plan etc..
2)Design Phase
once FS or UC are baselined then the tester is supposed to review
...more
Report abuse
Useful
(0)
Not Useful
(0)
Your vote on this answer has already been received
3.
Report abuse
Useful
(0)
Not Useful
(0)
Your vote on this answer has already been received
4.
S/w is the process of identifying the completeness,correctness,quality & security of the developed s/w or analysis of the s/w with the purpose of finding defects.
Objectives :
1. Testing is a process of executing a program with the intention of finding error.
2. A good test case has high probability of finding an undiscovered error.
3. A sucessful test case is one that uncovers an undiscovered error.
Benefits:
1. It demonstrates whether the system is working according to the specification mentioned.
2. The reliablity and quality of the developed s/w can be ascertained.
Priniciples:
1. It should be conducted by an independent party, not by the developed team who could defend the correctness of the bug.
2. Testing should be done for valid,invalid,unexpected input conditions, where it should prompt correct error messages for the applicable.
3. It should be assigned to the best personnel as it requires high creativity to design, implement, analyse the test cases ...more
Answered by Sri Sudha, 02 Jun '08 01:09 pm
Objectives :
1. Testing is a process of executing a program with the intention of finding error.
2. A good test case has high probability of finding an undiscovered error.
3. A sucessful test case is one that uncovers an undiscovered error.
Benefits:
1. It demonstrates whether the system is working according to the specification mentioned.
2. The reliablity and quality of the developed s/w can be ascertained.
Priniciples:
1. It should be conducted by an independent party, not by the developed team who could defend the correctness of the bug.
2. Testing should be done for valid,invalid,unexpected input conditions, where it should prompt correct error messages for the applicable.
3. It should be assigned to the best personnel as it requires high creativity to design, implement, analyse the test cases ...more
Report abuse
Useful
(0)
Not Useful
(0)
Your vote on this answer has already been received
5.
You will get most of youe queries solved here:
http://www.softwaretestinghelp.com
Answered by vijay shinde, 28 Nov '07 12:06 pm
http://www.softwaretestinghelp.com
Report abuse
Useful
(0)
Not Useful
(0)
Your vote on this answer has already been received