what is the use of testing? is testing compulsary
Answer Posted / mudaseer
in simple words testing means to check whether the product
is good or not.Testing is the process of executing a program with the intent of finding errors.The definition of testing according to the ANSI/IEEE 1059 standard is that testing is the process of analyzing a software item to detect the differences between existing and required conditions (that is defects/errors/bugs) and to evaluate the features of the software item. testing is compulsory because software is reliable but still contains defects.if we don't do testing
it may lead to loss or lives or loss of money or very little
loss
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
from where do u collect test data if u miss some data what will happen
What is quality center?
What is Dynamic Binding and Dynamic Loss?
what r the 5 major defects that u found in ur shopping related project?
How can software qa processes be implemented without stifling productivity?
What is a testing process / lifecycle?
consider therez 1 land and it has mango trees in it, what are the tets cases or how will we count no of mangoes on all trees
what is quality Factor
What will be your approach if a particular script in Load Test fails?
How will u decide test data to see that evey feature is thoroughly tested
What are the tasks of test closure activities in software testing?
How does a coverage tool work?
what is port testing and do it comes in manual testing?
What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000
What is a testbed in manual testing?