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 |
What are the RBI rules has to follow by a bank for online precesseing. ?
Can u tell me any 3 BVT's for yahoo login page ?
How to derive test data from the design documents?
what type of testing you are doing ?
Name some bug tracking tools???
What is a test condition ?
when database testing comes into manual tesing
Suppose you have given a project which have less Requirement specification documents or say no specification what will your decision how will you conduct the testing.
what is test log? what fields does it contain, At which stage do we use this in real time?
What all are the reuirements needed for UAT?
What is the difference between functional test cases and business test cases?
Login page contains, Username , Password ,OK Button and CANCEL Button.If i click on OK button,cancel functionality is working and if i click on CANCEL Button,OK Functionality is working.In this case what is the level of priority (HIGH/MEDIUM/LOW) and level of SEVERIOTY (HIGH/MEDIUM/LOW)? Give the reason ,explain clearly?