Basically why we need testing?
Answers were Sorted based on User's Feedback
in order to get a quality product we need testing.
testing is a process in which the defects are
identified,isolated,subjected to rectification and ensure
that the defect is rectified in order to get a quality
product at the end and hence the customer satisfaction.
| Is This Answer Correct ? | 52 Yes | 9 No |
Answer / s.shanmuga priya
Testing is the process with the intention to find
errors/bugs to analyze the actual results with expected
results.
The need of testing are as follows:
* To meet the customer requirements
* To check the efficiency & effectiveness of the product
* To produce quality product
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / kiran t.g
Testing is a verificstion and validation proceses,for
getting quality product we need to test the product!!
| Is This Answer Correct ? | 14 Yes | 6 No |
Answer / suvarna
We need testing to produce a Quality Software i.e without
any defects and errors arises during run time by the
customer.
| Is This Answer Correct ? | 20 Yes | 15 No |
Answer / kala
Testing should satisfy the customer requirements and also
customer satisfaction.....
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / nagarjuna
software testing is a process of evaluating the system by manual or automatic means that it verifies the customer requirements and customer satisfaction and to produce a bug free product.. that way we need testing
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / krishnakumar
Testing is a verification and validation process,for
getting quality product we need to test the product!!
| Is This Answer Correct ? | 9 Yes | 7 No |
Answer / iranagouda naganagoudra
Testing basically whenever they ma be process variation in
that your etching is more or less whenever you put the
layout in that time the metal has to be disconnect.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / qamar abbas
Testing is an essential activity to find out errors, bugs,
defects and failures and to struggle for minimizing these
and to provide a perfect product according to the client's
needs and wishes.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ganesh
Testing is mainly done to do Quality product.Main objective
of testing is to do the right things(Effectiveness) and
also the things right(Efficieny).we have to follow up the
quality factors to check the Quality of the software.
| Is This Answer Correct ? | 4 Yes | 3 No |
I have one bitmap image in my webpage. The bit map image is moving like 1 place to 2nd place and 2nd place to 3rd place Etc… in my webpage. I wanted to write script for dynamical objects like above example. Could you please send me the answer for above query.
what are recovery management techiniques?
What is the differnce between action & script
Add parameters during time in each row in one column
Waht is User interface and Integration Testing?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
Can anybody give the script to addsheet, add column,add values under that column in the rows?
What is the difference between Systemutil.run and Navigate.
WHAT IS THE DIFF BTW KEYWORD DRIVEN TESTING AND DATA DRIVEN TESTING?
What is the difference between Call to Action and Copy Action?
Anybody can tell me what are the common roles and responsibilites of a Automation Test engineer
how do u retrieve data from a database ? i.e. i want to retrieve 2nd record only from a database ? write code for this. by using ADODB connecton, RSOBJ and using a FOR loop we can retrieve all the records( ex: if we give query as select * from emp). but i want only 2nd record. so how to acheive this.