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

Need help to develop a job portal, Job Portal A one-stop explanation to ...

Job Portal A one-stop explanation to all your needs. Consist of employee as well as employer login accounts. Employee capable to look for jobs. Employer capable to post jobs.

Compute average of 3 numbers - c# program, Compute Average of 3 numbers - C...

Compute Average of 3 numbers - C# Program I didn't know the exact code for computing average of integer number. Can anybody suggest me the correct way for find out the average

What are windows services, What are Windows services? Windows services,...

What are Windows services? Windows services, previously called as NT services, are applications that are installed on the system as system services. In other words, Windows ser

Web based program prepared with net c# and sql server, Project Description:...

Project Description: We have a web based program prepared with .NET C# and Microsoft SQL Server. There are some reports needs to be created. Required Skills. - High Pro

Asp.net 2.0 application port to asp.net mvc, Project Description: Legacy...

Project Description: Legacy ASP.NET application for managing tasks for a private client needs a complete re-write. The application has approximately 2500 lines of code, combi

What is extensible markup language, What is Extensible Markup Language (XML...

What is Extensible Markup Language (XML). XML is an easy and flexible mark-up language in the text format. Nowadays, it is widely used to exchange a large variety of data over

What are the differences between asp and asp .net, What are the differences...

What are the differences between ASP and ASP .Net ?  ASP: Code is Interpreted ASP.NET: Code is Compiled   ASP: Business Logic and Presentation Logic are in a one

I want workflow designer, I want Workflow Designer (HTML5) Project Descr...

I want Workflow Designer (HTML5) Project Description: I am seeking an HTML5 designer for a custom workflow tool. It should have drop and drag functionality. Saving it as XML

I need kinect fitting room - smart fitting mirror, I need Kinect Fitting Ro...

I need Kinect Fitting Room - Smart Fitting Mirror I'm presently looking for someone able to create software exactly like this fitnect (Kinect Fitting Room). Software can work

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