in reply to Re: File dynamic write operations
in thread File dynamic write operations
Adding a little more detail.
I am auto-generating unit test cases which are native to an automation framework. These test cases have static parts(hardcoded) as well as dynamic parts.
The static parts are the subroutines like init() , uninit(),setup() and cleanup().
The dynamic parts are the subroutines for the unit test cases themselves.One sub routine is written per feature CLI . These subroutines are identified after processing the product CLI for each feature.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: File dynamic write operations
by Marshall (Canon) on Aug 17, 2010 at 16:19 UTC |