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

technical test cases

Former Member
0 Likes
268

>what is technical test cases?tell me plzzz

1 REPLY 1
Read only

Former Member
0 Likes
242

Hi ,

When you do a development or any report or anything .

It has to be tested properly .

There are three levels of testing

1 .Unit testing

2 .Integration testing .

3 .Regression .

Unit testing - that is done by developers just to check whelter the code or development done gives the required results or not .

Integration testing - This is done by Testing team for this they require something called as Test cases and test plan .

This is step to step procedure explaining how to test a particular development done and what would output result .

This is prepared by developers because they know what does code do .

Please reward if useful.