Skip to content

Commit fbd44df

Browse files
author
davert
committed
new blogpost
1 parent 8d42ea5 commit fbd44df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_posts/2013-06-12-getting-on-testing-ship.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ When your most important functionality is covered with functional tests, you sho
3636

3737
At first try to keep tested the most important parts of your application. If you can do that with units, you are the hero! If not, try to do it on functional testing level, if still no, PhpBrowser is your choice. But please do not start testing with Selenium tests!
3838

39-
Then you should extend your testing suite to cover more and more parts. Please remember the pyramid, and use code coverage reports to track which code parts are still terra incognita.
39+
Then you should extend your testing suite to cover more and more parts. Please remember the pyramid, and use code coverage reports to track which code parts are still terra incognita.
40+
41+
Happy testing.

0 commit comments

Comments
 (0)