IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

UNIT TESTING-help plz


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
karthik1680
Warnings : 2

New User


Joined: 14 May 2005
Posts: 64
Location: chennai

PostPosted: Mon Aug 29, 2005 7:56 pm
Reply with quote

HI TO ALL
can anybody explain how to perform UNIT TESTING?
i already go through this forum i get only the definitions but i need what are the steps to be followed after finishing our coding? i need a procedure . plz guide me i need your help
Back to top
View user's profile Send private message
radhakrishnan82

Active User


Joined: 31 Mar 2005
Posts: 435
Location: chennai, India

PostPosted: Mon Aug 29, 2005 8:25 pm
Reply with quote

Karthik,

Unit testing is performed thru set of test cases that satisfies only that particular(current) requirement. We dont check for existing logic unless managers ask us to do so in unit testing.Test for newly implemented or a small change in the code.

here is the sample template which needs to filled upon unit testing process.

Project: Producer: Date:
Program/Module: Reviewer: Date: _______________
Stage $: ______________

Purpose of Test / Test Condition :
Test Test Procedure Input/Test Data Expected Results
Case No.



Actual Results (O/ X /???)#
I1 I2 I3 --iterations



Remarks (if any): Tested By:Date:

$ UT,IT,ST,AT,Others(Specify) ______________
# O: Passed, X: Failed, ?-?: Unable to Judge/aborted


Once this is completed,the review of these test results is performed.
the next step Integrationg testing which is sytem testing and then production.

you will have a good idea about the process,if you look into SDLC flow.

hope this helps.
Back to top
View user's profile Send private message
karthik1680
Warnings : 2

New User


Joined: 14 May 2005
Posts: 64
Location: chennai

PostPosted: Tue Aug 30, 2005 5:09 pm
Reply with quote

thank you very much radhakrishnan.
give some examples plz it may helpful
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Related to Unit Testing Testing & Performance 2
No new posts Finding Esoteric Unit Names Programma... All Other Mainframe Topics 2
No new posts IMS DB / DB2 simulator for ETL testin... IMS DB/DC 1
No new posts Regression testing of date format con... CLIST & REXX 0
No new posts UNIT=AFF for Easytrieve code JCL & VSAM 7
Search our Forums:

Back to Top