Re: Problems with OCUnit
Re: Problems with OCUnit
- Subject: Re: Problems with OCUnit
- From: Marco Scheurer <email@hidden>
- Date: Thu, 12 Jun 2003 17:11:15 +0200
On Thursday, June 12, 2003, at 02:40 PM, Poornima Ranganath wrote:
Hi All:
I want to use the OCUnit for testing ObjectiveC framework and nib
files.
1]How do i make use of the otest,Shikenjo,SenTestingKit &
SenInterfacetestingPalette available with the OCUnit?
2]Also i am not able to make out the steps that i need to follow in
order to write the test cases for my ObjectiveC framework files.
Can anyone pls tell me how do i go about it in a simple manner.
Have you looked at the example available in the distribution? There's
also a tutorial on Stepwise, at
http://www.stepwise.com/Articles/Technical/2002-06-17.01.html. The
method described there is what we think is the best way to write and
run your tests. I wouldn't bother using the Shikenjo application.
3]My framework has a 3 nibs,with lot of buttons and other controls.How
do i write test case for these?
for example
-(void) OnCancel:(id)sender
how will a test case be wriiten for this.?
Testing the UI can be hard, but the Stepwise's tutorial also includes
an example for doing this.
Marco Scheurer
Sen:te, Lausanne, Switzerland
http://www.sente.ch
PS. A new version of OCUnit should be out in a few days. Thanks to
Marcus M|ller and Erik Dvrnenburg from Mulle kybernetiK, it will have
improved compatibility with GNUstep, and will fix a minor problem with
the ProjectBuilder integration.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.