Jeffrey Yasskin
unread,Jul 26, 2012, 9:56:37 PM7/26/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pkas...@google.com, James Robinson, John Bates, stuart...@chromium.org, gr...@chromium.org, Chromium-dev
One data point:
I came from another team within Google where the convention was to
write a "Tested:" section with a list of how the developer tested the
change, often with a list of unit tests. I found this useful because I
could think of how to test the change once, and copy+paste it from
then on during the review, and if a reviewer noticed that I had missed
some relevant tests, they could point that out. I started writing
TEST=<list_of_automated_tests>, but stopped when a reviewer pointed
out that the docs contradicted my habit. I'm not really even sure what
kinds of things I can put in the QA-oriented field, although I could
probably find out by grepping some logs.
Are there QA people who actively want and are using this TEST= field?
Their opinion should perhaps matter more than programmers'.
Jeffrey