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

unitesting

Former Member
0 Likes
403

Hi,

I am an abap fresher.

Given below is the question which I used to face alot in interviews.can anybody send detailed and exact procedure for that.

'what are the prerequisites required to analyse before doing unit testing and what is the exact procedure to do it.what will be the results of unit testing'.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
386

Pre requsites means...........

Actually you have to check the technical document if it is available....

then from that you have to collect the business conditions as well as the technical conditions involved in the developement.

Once you collected all the conditions, scenarios, validations realted to that object you have to do the testing of that object for each and every point.

you have to do the negative as well as the positive testing.

Out come : U should prepare a document if possible with the screen shots atteched so that the developer will come to know the exact failures of the conditions and he/she can take the proper step to rectify this defect.

if you do the unit testing based on your document and test results leads or managers will decide whether that object will be eligable to move to the other environments for further testing............

I think this would help you.................

1 REPLY 1
Read only

Former Member
0 Likes
387

Pre requsites means...........

Actually you have to check the technical document if it is available....

then from that you have to collect the business conditions as well as the technical conditions involved in the developement.

Once you collected all the conditions, scenarios, validations realted to that object you have to do the testing of that object for each and every point.

you have to do the negative as well as the positive testing.

Out come : U should prepare a document if possible with the screen shots atteched so that the developer will come to know the exact failures of the conditions and he/she can take the proper step to rectify this defect.

if you do the unit testing based on your document and test results leads or managers will decide whether that object will be eligable to move to the other environments for further testing............

I think this would help you.................