Pt1420 Unit Testing

557 Words2 Pages

7.1 UNIT TESTING: In computer programming, unit testing is a software testing method by which individual units of source code, sets of one or more computer program modules together with associated control data, usage procedures, and operating procedures, are tested to determine whether they are fit for use. Intuitively, one can view a unit as the smallest testable part of an application. In procedural programming, a unit could be an entire module, but it is more commonly an individual function or procedure. The procedure level testing is made first. Here by giving improper inputs, the errors occurred are noted and eliminated. The input file of .tcl is checked and once its execution is properly carried out, the animator for the simulation i.e., …show more content…

After testing all the modules, the modules are integrated and testing of the final system is done with the test data, specially designed to show that the system will operate successfully in all its aspects conditions. Thus the system testing is a confirmation that all is correct and an opportunity to show the user that the system works. In this testing all the modules are combined and tested. The input file, output file, animator all are executed integrating with each other and checked for proper execution without any errors. 7.3 MODULE TESTING: Module Testing is a process of testing the system, module by module. It includes the various inputs given, outputs produced and their correctness. By testing in this method we would be very clear of all the bugs that have occurred. In this testing each and every concepts are taken and their respective tcl files are checked for errors by running it. 7.4 INTERFACE TESTING: The Interface Testing is performed to verify the interfaces between sub modules while performing integration of sub modules aiding master module recursively. The linking between tcl files, animator and the command prompts for execution of program are

More about Pt1420 Unit Testing

Open Document