Hi,
We are using Simpletest to do some integration testing on my website.
Question: How can we use the TestFixtures to test my controller code?
Basically we want to control the initial state of the Model by using the TestFixtures and populating the $fields and $records, and then use WebTest functionality to test on the supplied record.
Question 2: Can we use supply the data using TestFixtures and then test it from webtester?
Many thanks