What is Software Testing? Objectives of Testing?
Answers were Sorted based on User's Feedback
Answer / mgodgift16
Software Testing is the process of executing a program or
system with the intent of finding errors.
Software testing is the process used to help identify the
Correctness, Completeness, Security and Quality of the
developed Computer Software.
It is the process of evaluating the software application or
program to find the difference between the actual results
to the expected result.
Objectives of Testing:
1-Testing is basically a task of locating error.
2-Testing can show presence of errors not their absence.
3-In short, maximum coverage of through minimum test cases
is the biggest challenge of testing.
4-Software defects cannot be prevented because software
development and
testing continue to be a manual process.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / phu
Software Testing is a branch of Software Industry. It guides how find bugs and get fixing bugs ASAP.
Objectives:
- Satisfy customers by quality.
- Find bugs and get fixing bugs ASAP.
- Decrease bugs found by user/customer.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rahul
Software testing is a process of of executing the software application with intend to find defect, also ensuring and checking functionality of the final product whether the product meets the user requirements.
Objective of testing:Finding defects,Preventing defects,
Gaining confidence in and providing information about the level of quality.
| Is This Answer Correct ? | 1 Yes | 0 No |
Use-cases can provide useful input into the design of black-box and state-based tests of OO software.is it true
Any one please tell the adhoc testcases for Gmail application?
Can Any Body Explain Major Bugs Find During Manual Testing
what is severity and what is priority
Does alpha testing follow beta testing or beta testing follow alpha testing and why?
how do you know the testcases writing completed
How should validation activities be handled?
How do you know your code has met specifications when there are no specifications?
What do you mean by Cause Effect Graphing? in which standard its mentioned?
difference Between Quality assurance and Quality control
What is V and V model
what is the difference between functionality testing and regression testing