| bio | website | |
|---|---|---|
| location | Germany | |
| age | ||
| visits | member for | 1 year, 11 months |
| seen | May 16 at 11:45 | |
| stats | profile views | 5 |
Main intrest currently [c#], [tdd], [bdd] ([gherkin], [specflow]) , [agile] ([scrum])
|
Dec 17 |
comment |
Should I re-test fix at system level when the issue is at unit level? yes but only because system-tests were incomplete and not automatized. |
|
Nov 2 |
comment |
Is there traceability matrix in agile? The codecovarage tells you which code-fragments were not called in the tests. If you identify to which userstory the untested code belongs to you know which userstories are untested. |
|
May 25 |
comment |
Can I (in Eclipse/java) automate the logging of all enters and leaves into or out of all functions, including library ones? this can be done with aspect oriented programming. I think it is more likely to get an answer for this question if the question is migrated to stackoverflow.com |
|
Jan 24 |
comment |
How to avoid redundant tests extending this question: do you know good and bad examples of test redundancy? |
|
Aug 8 |
comment |
Test Automation for different Locale? our errormessages always have a text and an error-id (which is internally used to get a localized-string-format-string). So our errors are validated agaist error-id instead of error-text |
|
Jun 20 |
comment |
Is the return on investment of any particular kind of testing measurable? +1 thanks for the link although it is only about test-driven-development. Would be interesting if there are studies about behavior-driven-development and maintanace-costs to keep tests up to date |