| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
srinivas.u
Joined: 07 Jun 2004
Posts: 20
|
| Posted: Sun Jun 20, 2004 11:28 pm Post subject: How to prepare Test plan,and Test case documents |
|
|
how to prepare Test plan,and Test case document case documents
what is unit test and defination |
|
| Back to top |
|
anuradha
Joined: 06 Jan 2004
Posts: 257
|
| Posted: Tue Jun 29, 2004 9:52 pm Post subject: |
|
|
Hi srinivas.u,
Test plan and test cases are the templates based on your company standards.
These are prepared in advance. So that your program should meet all those test cases.
Unit testing is done if your program is stand alone program or if any modification of your program is not affecting any other programs.
Again its depends on your company/shop standards.
Hope this helps,
Thanks,
Anu |
|
| Back to top |
|
jz1b0c
Joined: 25 Jan 2004
Posts: 180
Location: Toronto, Canada
|
| Posted: Tue Nov 16, 2004 11:09 pm Post subject: |
|
|
Srinivas,
Unit Test Case document contains all the set of test conditions you want to execute to proove that the business requirements given to are getting satisfied after your code changes.
Unit Test Case called often as UTC, prepared prior to coding stage.
in UTC you will explain
1) Define the test case 2) input 3) expected result
how ever Naming conventions might differ from shop to shop. |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|