|
|
| Author |
Message |
mf_karthik
New User
Joined: 26 Jul 2005 Posts: 18
|
|
|
|
IN WHICH REGION UNIT TESTING IS PERFORMED?
SUPPOSE IN MY PROGRAM THERE ARE 100'S OF LINES I WANT EXECUTE PARTICULAR LINES HOW TO DO? |
|
| Back to top |
|
 |
References
|
Posted: Tue Oct 04, 2005 6:49 am Post subject: Re: In which region UNIT Testing is performed |
 |
|
|
 |
radhakrishnan82
Senior Member
Joined: 31 Mar 2005 Posts: 386 Location: chennai, India
|
|
|
|
Normally,this testing is done in development or testing region.I can say that its a shop specific.
hope this helps. |
|
| Back to top |
|
 |
radhakrishnan82
Senior Member
Joined: 31 Mar 2005 Posts: 386 Location: chennai, India
|
|
|
|
| Quote: |
| SUPPOSE IN MY PROGRAM THERE ARE 100'S OF LINES I WANT EXECUTE PARTICULAR LINES HOW TO DO? |
We can't execute(compile) particular lines alone in a program as like we execute particular steps in jcl.
hope this helps. |
|
| Back to top |
|
 |
|
|