Just curious,
What did you use to crawl the urls?

On Sep 3, 8:09 am, euromark <dereurom...@googlemail.com> wrote:
> juhuu
> at least the crawler works now
> after a few minutes he found all 3500 public urls
>
> the testsuite then iterates over this array and performs some basic
> tests
> it seems all 3500 pages dont produce any fatal errors, errors,
> warnings or notices :)
>
> not sure how to test the backend (user, admin route + specific roles
> (retailer, customer etc)), though
> especially because delete links should not be crawled^^ we dont check
> on post on delete actions yet
>
> i'd appreciate any ideas
> thx
>
> On 3 Sep., 11:15, euromark <dereurom...@googlemail.com> wrote:
>
>
>
> > our application gets bigger and bigger
> > every time we change a component we make sure the test cases for it
> > pass
>
> > but often times there might be some unforeseen consequences for the
> > output in the views.
> > i was wondering how this could me automated
>
> > ideas:
> > - level 1: build a crawler and index all available views and test them
> > for errors, warnings, ...
> > - level 2: add specific urls not reachable by the crawler
> > - level 3: add manual test cases for backend (logged in)
>
> > every time we update the live branch we run the web test
>
> > what do you think? a coverage of 99% for all sites checking for any
> > errors and warnings would be a huge help
>
> > we could index all urls in a table
> > by using some custom HtmlHelper::url() we could save all generated
> > urls in this table automatically (saves some crawling time).
>
> > if we save the differences between tests we could even evaluate those
> > differences compared to the errors occuring etc
>
> > the biggest problem as of right now is a suitable crawler...
> > the ones i tried seem not to fit to the framework

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to