Hi, I'm running the 2006-05-30 binaries checked out of fitnessedotnet at sourceforge, and I'm struggling with DoFixture. I've got a basic test which looks like...
The DoFixture needs to be the first table. Get rid of the Import table and explicitly set the namespace on you Server Connection fixture. --John Blake ... at ...
Hi, In our application, we manage SLA's. Each time an SLA breaches a threshold, the system sends an email. We want to test that emails have indeed been sent on...
... Our teams discussed doing this. They ended up deciding to testing it by mocking the interface so that they could assert that an email would be sent. ...
Hi, Thanks for the reply, but I'm still not getting anywhere. My test now looks like this: !|AcceptanceTests.ServerConnection| ... and code as follows: _____ ...
Tasting something like this can be very difficult. I would decouple the email component from the rest of the application. Write a couple tests to make sure...
Hello We would like to get a pdf from FitNesse pages. We currently think of generating a LaTeX document directly from FitNesse, and then process this LaTeX...
Hi Bhavna, Usually when an application sends an email, it does not place an email in an outbox or a Sent folder. Client applications like Outlook do this, but...
Apologies for my last email... my finger slipped to ctrl-s accidentally before I was finished typing :( Anyway, I've got: !|AcceptanceTests.ServerConnection| ...
... We recently completed a project with a very similar business requirement. We mocked our email service, this allowed us to send emails to the mock service,...
I'm on a project that has used strict functional requirement verification witnessed by our Client for acceptance testing. We would like to move to a more...
Good Morning, we use FitNesse with HTMLUnit and HTTPUnit. FitNesse sounds very much like something you can use. ... etc. HTMLUnit simulates a browser, so our...
Stephan Wiesner
stephan.wiesner@...
Jul 6, 2006 12:01 pm
6125
Hi there, you can use the TestRunner command to convert the test result into XML and create an xslt to change it to whatever format you desired. Hope this...
Hi We already use the XML result of TestRunner: selected FitNesse tests are automatically runned by CruiseControl which displays information about what went...
Several changes are planned for the next release of Java FitLibrary, later this month. This release will introduce several fixtures, etc to support OO-style ...
I have never used it, but Dogtail (http://people.redhat.com/zcerza/dogtail/) seems like it might work for your application. From what I understand, you script...
Hi John, Yes, it's been quite some time. I've been very busy with my company and with moving farm. And I've been trialling these ideas on real projects to be...
Rick, That's great news. I'll look forward to seeing it in action. Let me know if there'll be any steps required for integration with FitNesse. BTW, a while...
Hi, I am working on retrieving FitNesse reports from several Fit servers and merge them with cruisecontrol. The reason for this is that I am doing pre build...
Hi, OK, after doing a bit of digging through the mailing list (which I guess I should've done first, sorry), it appears that my fixture will work provided ...
Hi, We have two Fitnesse instances: QA and development. I would like a way for the QA team to look at the differences between the sites so that they can...
... When auto-wrapping, I use the dynamic type of the object returned, not the static type. ... By interpreter, I mean the configuration of fixturing and SUT...
Hi Micah, No integration steps are required. Great, I look forward to the new release. I know of several companies who are ready to switch to suite fixture as...
... I know this may not help your situation, but we use the Symbolic Link fixture for testing between environments. What we do is setup a suite, like...