You are on page 1of 3

Testing

CHAPTER 7 TESTING

ParthInstitute client portal

Page 91

Testing

7.1 Testing plan.


Introduction
Correctness is the degree to which a software system performs its required function. Correctness is the extent to which a software system is free from faults. As we havent any experience at starting in real time software development, obviously we face much more error from which we are not familiar. And also we dont know what kind of testing has to do. I understand that testing is one of the major parts in software development. First of all, I would like to introduce testing and its importance A correct system must accomplish the following: Compute accurate results. Operate safely, and cause the system containing the software to operate safely. Perform the tasks required by the system containing the software, as explained in software applications. Achieve these goals for all inputs. Recognize inputs outside its domain. Functionality Are the site application and its components linked and working together? Does the site perform to stated requirements? Serviceability Does the site work over a range of expected conditions including individual user platforms, operating system, browsers, communication protocols and internet service providers? Performance Is your site performing to maximum potential? Slow response is costly in terms of the known problems reported to customer service and in unknown missed opportunities. Validation and Verification Validation and verification is major part of testing. Even we go through find problems and solve it; there are many type errors in program. So we have to follow validation and verification for our software. Validation The process of evaluating the software at the end of its development process to ensure that it is free form failures and compiles with its requirements. Often this validation occurs through the utilization of various testing approaches. Verification: The process of determining whether or not the products of given of a software development process fulfill the requirements established during the previous phase. Verification approaches attempts to identify products or error, which give rise to failures.

ParthInstitute client portal

Page 92

Testing
Validation and Verification techniques We first decide specific validation and verification objectives of the project. At deciding time we determine the critical of the products, its constraints and its complexity. In general, the objectives of the validation and verification function are to ensure that the product satisfies the target of some validation and verification activity. We try best to conducts validation and verification to be systematic and technical evaluation of software and associated products of the developments and maintenance process. For that reviews and test are done at the end of each phase of the development process to ensure software requirements are complete and testable and that design, code, documentation and the data satisfy those requirements.

ParthInstitute client portal

Page 93

You might also like