Suggestion regarding test suite design

2011-07-06 Thread Murugesan Kandasamy
Hello, I have written a simple test script to do functional verification of an external application. Let me explain the application first: I am testing an ticketing application server which get input details in xml format and provides an acknowledgement for the same. Sometimes, Along with the

Re: Suggestion regarding test suite design

2011-07-06 Thread David Golden
On Wed, Jul 6, 2011 at 6:01 AM, Murugesan Kandasamy wrote: > I have hundreds of similar scenarios and they are getting executed well and > working as expected with test harness. But my doubt is I am having hundreds > of .t files just with two lines of code i.e. loading the module, calling the >

RE: Suggestion regarding test suite design

2011-07-06 Thread Murugesan Kandasamy
David, Thanks for your suggestion. Earlier, I had a different level of abstraction where I create all the test scenarios .t files during runtime with the two lines and executed them using runtests. After that I deleted the individual .t files. Its just for the breakdown of the test names with nu