1 (edited by bhoo-day 09/28/2011 10:12:51 am)

Topic: How to Do Unit Testing in FA?

Hello everybody,

I made some extra modules to FA and I would like to test it using PHP unit. Any idea how to do this in FA? How does the development team usually do the test?

Thank you

Re: How to Do Unit Testing in FA?

We do not use any unit testing so far, I'm affraid. In fact all new functionalities are tested by hand, and later in live installations. In fact testing suit is 'must have' for such type of application like FA, and having it would also make development faster and more error prone. The main problem here is lack of free resources to start this subproject - this is quite big piece of code to be done from scratch.
Do you have any ideas you would like to share with us on this subject?
Janusz

Re: How to Do Unit Testing in FA?

Hi Janusz,

Thank you for your response. ^^

Currently, I use selenium for testing all the functionalities on my module. It satisfy me so far. The test runs automatically. Maybe you should use it too. smile

Re: How to Do Unit Testing in FA?

Hi bhoo,

Could you send me example selenium based tests as you use it for your modules?

Janusz