answersLogoWhite

0

Why testing is done on software?

User Avatar

Anonymous

13y ago
Updated: 8/19/2019

testing id done is to given the product in order to satisfy the customer requirements . which will given the quality assurance ..

benefits of testing :

if it is customer satisfied the end of the product , then the product it will be good in market for long time .

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is rigorous software testing?

After we are done with coding we do testing . Rigorous means extreme so we can say rigorous testing is one which is done in extreme conditions.


Can I have any software testing done on my computer?

There are a number of companies that will provide software testing services. The Geek Squad owned by Best Buy is one company that will do that.


Details of ticking box testing in software testing?

ticking-box testinga widely used philosophy of testing, in which no testing is done after the project is fairly well debugged -- the program is given to customer's for trial and acceptance.ticking means default code of software testing.


What is meaning of SDLC in software testing?

In software engineering, the software development life cycle (SDLC), is a process for planning, creating, testing, and deploying an information system. The systems development life cycle concept applies to a range of hardware and software configurations, as a system can be composed of hardware only, software only, or a combination of both. There are usually six stages in this cycle: requirement analysis, design, development and testing, implementation, documentation, and evaluation.


What types of software box testing done in early phase of development?

black box


What is the role of a UAT?

In my organization, UAT stands for User Acceptance Testing. It is testing done by the end users to insure that the software being developed meets their needs and does what they expect it to do.


When do you stop software testing?

In reality software testing can go on as long as the software exists. Problems may arise after it has been implemented and as new variations or patches are added. Especially when it comes to very large and complex software it is said that testing can never be completely done, so testing can go on indefinitely. Even the best tested software can still have errors that users find when they start to use it.In reality software testing can go on as long as the software exists. Problems may arise after it has been implemented and as new variations or patches are added. Especially when it comes to very large and complex software it is said that testing can never be completely done, so testing can go on indefinitely. Even the best tested software can still have errors that users find when they start to use it.In reality software testing can go on as long as the software exists. Problems may arise after it has been implemented and as new variations or patches are added. Especially when it comes to very large and complex software it is said that testing can never be completely done, so testing can go on indefinitely. Even the best tested software can still have errors that users find when they start to use it.In reality software testing can go on as long as the software exists. Problems may arise after it has been implemented and as new variations or patches are added. Especially when it comes to very large and complex software it is said that testing can never be completely done, so testing can go on indefinitely. Even the best tested software can still have errors that users find when they start to use it.In reality software testing can go on as long as the software exists. Problems may arise after it has been implemented and as new variations or patches are added. Especially when it comes to very large and complex software it is said that testing can never be completely done, so testing can go on indefinitely. Even the best tested software can still have errors that users find when they start to use it.In reality software testing can go on as long as the software exists. Problems may arise after it has been implemented and as new variations or patches are added. Especially when it comes to very large and complex software it is said that testing can never be completely done, so testing can go on indefinitely. Even the best tested software can still have errors that users find when they start to use it.In reality software testing can go on as long as the software exists. Problems may arise after it has been implemented and as new variations or patches are added. Especially when it comes to very large and complex software it is said that testing can never be completely done, so testing can go on indefinitely. Even the best tested software can still have errors that users find when they start to use it.In reality software testing can go on as long as the software exists. Problems may arise after it has been implemented and as new variations or patches are added. Especially when it comes to very large and complex software it is said that testing can never be completely done, so testing can go on indefinitely. Even the best tested software can still have errors that users find when they start to use it.In reality software testing can go on as long as the software exists. Problems may arise after it has been implemented and as new variations or patches are added. Especially when it comes to very large and complex software it is said that testing can never be completely done, so testing can go on indefinitely. Even the best tested software can still have errors that users find when they start to use it.In reality software testing can go on as long as the software exists. Problems may arise after it has been implemented and as new variations or patches are added. Especially when it comes to very large and complex software it is said that testing can never be completely done, so testing can go on indefinitely. Even the best tested software can still have errors that users find when they start to use it.In reality software testing can go on as long as the software exists. Problems may arise after it has been implemented and as new variations or patches are added. Especially when it comes to very large and complex software it is said that testing can never be completely done, so testing can go on indefinitely. Even the best tested software can still have errors that users find when they start to use it.


Is there a website that provides information on personal software testing?

Yes there are websites that provide information on personal software testing. Some of these websites are 'Software-Testing', 'Wikipedia' and 'Software Testing Fundamentals'.


Why to test software?

One of the best reasons to test software is to evaluate whether the software performs as you would expect it to perform. Software is tested in many different situations: - Testing during development (test-driven development, ...) - Testing before delivery to the customer - Testing performed by the customer before buying (a trial, demo etc.) - Testing done by the customer during use of the software When writing software it is almost impossible to avoid introducing bugs (misbehaviour) into the programs. Testing helps find these bugs and helps improve the software. More testing: - Testing whether the software conforms to a specification - Testing whether the software is compatible with some other software ...


Is it true or false that system testing must be done on new software to be installed on existing hardware?

yes it can be


Difference between integration testing and regression testing?

Integration testing - It is the phase of software testing in which individual software modules are combined and tested as a group. It follows unit testing and precedes system testing.Regression testing is a type of software testing that seeks to uncover new software bugs, or regressions, in existing functional and non-functional areas of a system after changes such as enhancements, patches or configuration changes, have been made to them.


What is functionality testing?

It's a type of GUI testing where functionality of an application is tested.To be specific:Testing of all features and functions of a system [software, hardware, etc.] to ensure requirements and specifications are met.Functionality testing of software is testing conducted on a complete, integrated system to evaluate the system's compliance with its specified requirements. Functionality testing falls within the scope of black box testing, and as such, should require no knowledge of the inner design of the code or logic