otomatik test nesil?

3 Cevap php

currently im writing a test for a report function the more functionality the project gets the more reports need to be written

in my case reports get a few 'search' paramters and limitations like number of rows or such

now my question: anyone knows how to generate test cases automatically for a function which has a well known set of possible parameters using phpunit?

i read about some tools like quickcheck for other languages but does automated test generation exist for php? or anyone has a suggestion how to automatically create tests?

thx

3 Cevap

(Özel bir dosyada veya birim test kaynak dosyada, yazmak bir parameterized test-case ve parametreleri üzerinde yineleme yerde bilinen parametrelerin listesini saklayın.

PHPUnit a test case class skeleton generator vardır. Belki size yardımcı olacaktır.

Ionut tarafından değindiğim gibi, iskelet jeneratör aradığınız budur. Here's a nice tutorial ...

Netbeans tek bir tıklama ile tüm yok, if you're that way inclined.