Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

TESTING

srinivasa_reddy5
Explorer
0 Likes
375

Hi,

What is difference between Uni testing and Regression testing.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
342

Please find them here

http://en.wikipedia.org/wiki/Software_testing

Regards

Kathirvel

2 REPLIES 2
Read only

Former Member
0 Likes
343

Please find them here

http://en.wikipedia.org/wiki/Software_testing

Regards

Kathirvel

Read only

Former Member
0 Likes
342

Hi,

Unit testing is to test the changes done for the program and will be done by the developer..

Regression testing is to make sure that the changes done for the program didn't broke any existing functionality..

Thanks,

Naren