<div dir="ltr">Hi,<div><br></div><div>An interesting question from John Hendrikx (<a href="https://github.com/openjdk/jfx/pull/1283/#discussion_r1637684395">https://github.com/openjdk/jfx/pull/1283/#discussion_r1637684395</a>) probably needs some general discussion on this list.<br></div><div>Afaik, we don't have guidelines for how to name tests (in <a href="https://github.com/openjdk/jfx/blob/master/CONTRIBUTING.md#coding-style-and-testing-guidelines">https://github.com/openjdk/jfx/blob/master/CONTRIBUTING.md#coding-style-and-testing-guidelines</a>)</div><div><br></div><div>In the different test files we have, I see different patterns:</div><div>* in some cases, tests are always prefixed with `test` (e.g. `testFoo()`)</div><div>* in some cases, tests have a concise but somehow meaningful name (e.g. `testScrollBarStaysVisible`)<br>* in some cases, tests refer to JBS issues (e.g. testJDK8309935)</div><div>* in some cases, the test is explained in comments.</div><div><br></div><div>I think it would be good to have some consistency going forward. (I'm not advocating we need to rename existing tests!)</div><div>I don't have a strong preference myself, but I think the link to the JBS issue that triggered the creation of a specific test is always good to have. I am also very ok with comments, but I learned not everyone likes that.</div><div><br></div><div>Thoughts?</div><div><br></div><div>- Johan</div></div>