Difference between unit, assembly and regression testing, DOT NET Programming

Assignment Help:

What's the difference b/w Unit testing, Assembly testing and Regression testing?

The Unit testing is also known as the Component testing. The Unit testing ensures that the reliable program unit meets their requirements. The Unit testing is generally conducted by the programmer under the supervision of the project lead or the team Lead. The Main objective of this testing is to test every unit in isolation and individually. This is completed by knowing what the inputs to the unit are and what the expected outputs for the same. The Unit testing is a white box activity. The Unit test generally comes in the implementation phase of the project.

For illustrate in the figure below we are trying to do unit testing on the customer class. Therefore we create the object of Customer class assign "CustomerCode" and "Age" property and check for the response. For illustrate in this situation we tried to pass a non-numeric value to the "Age" property and the class threw an error by saying "Age should be numeric". So here the main basic unit testing entity is your class.

2228_unit testing.png

Figure: - Unit testing for sample Customer class

But the unit testing is not limited to a object, component or function. Therefore definition of a unit testing will depend on the approach. Some examples of unit testing are shown below:-

1) The Check points in UI such as tab orders, look and feel, and error messages etc.

2) The Class, object, component level testing as said earlier.

3) In case of a functional programming it can be a simple method or function.

4) The Logic testing for algorithms. Some projects can have some critical algorithm for an instance some kind of custom sorting, & security implementation etc. So that logic can be tested independently.

But the normal thumb rule of what is the Unit in Unit testing is that the module self contained and by itself.

The Assembly testing goes one step ahead than the unit testing. It describes that the modules interact in a stable, correct and proper manner as defined by the functional specifications provided by the client. The Assembly testing is Black box testing style and also termed as Integration testing. For illustrate in the above unit test of the "Customer" class, testing was completed in isolation. But in actually the "Customer" class is not going to be stand alone rather than it will be used more in conjunction with the "Product" class and also will have the UI to do the same. So in brief the "Customer" class will work with two more entity one is the "UI" & the other is the "Product" class. So generally assembly testing is completed through the UI but not necessarily.

1512_integration testing.png

Figure: - Integration Testing

The figure above defines a simple scenario for the integration testing. The same "Customer" class is now tested with the "UI" and "Product" to see if the interaction between them matches according to the functional specifications.

The Regression testing ensures that the application function properly even if there are changes or enhancements to the system. For illustrate  you change the "Product" class still you will run all the test cases for "Product" , "Customer" &  "UI" just to make sure that any changes in the "Product" class does not affect interaction with other entities. Therefore you will see that when testers do a regression testing they run all the scripts to ensure that nothing has been affected.


Related Discussions:- Difference between unit, assembly and regression testing

Define gac-how to add assembly from gac, GAC (Global Assembly Cache) is us...

GAC (Global Assembly Cache) is used where shared .NET assembly resides.Global Assembly Cache is used in the following situations:- 1) When the application has to be shared among

Calculating the sum of digits - c# program, Calculating the Sum of Digits -...

Calculating the Sum of Digits - C# Program Hi, Can any of you, tell me how can i calculate the sum of digits of a given number?

Payroll managment, how can i construct er diagram for payroll managment

how can i construct er diagram for payroll managment

What does a break statement do in the switch statement, What does a break s...

What does a break statement do in the switch statement? The switch statement is a selection control statement that is used to handle many choices and transfer control to the ca

School management system, Project Description: I need complete school ma...

Project Description: I need complete school management software, where user will get four module for their enquiry, 1> Student management 2> Staff complete payrole system

What do you mean by data encapsulation, What do you mean by data encapsulat...

What do you mean by data encapsulation? Data encapsulation is a method of binding data and code in single unit known as object and hiding all the implementation details of a cl

Live projects, current available topics on computer graphics

current available topics on computer graphics

Various objects in dataset, What are the various objects in Dataset? Th...

What are the various objects in Dataset? The Dataset has a collection of DataTable object inside the Tables collection. Every DataTable object have  a collection of DataRow obj

Explain the concept of constructor, Explain the concept of constructor? ...

Explain the concept of constructor? Constructor is a special method of a class, which is called automatically when the instance of a class is formed. It is created with the sam

Explain memory-mapped files, Explain memory-mapped files. Memory-mapped...

Explain memory-mapped files. Memory-mapped files (MMFs) permit you map the content of a file to the logical address of an application. These files enable the multiple processes

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd