I am potentially doing multiple pairwise comparisons in this question and the cited answer warns me to adjust for multiple comparisons using for example Bonferroni. However, I am not sure what p-values to adjust by how much.
Szenario: I have a sack of fruites with Apples, Oranges, and Pears which can either be ripe or not.
When I am testing if any of the fruits differs significantly in the amount of ripeness from the other fruits, I am performing 3 tests and thus need to use $\alpha/3$ as the adjusted significance level. However, what if I now test a second attribute, i.e., sweetness? Is this a different test battery and I again need to adjust only to $\alpha/3$ or do I now perform 6 tests and thus have to adjust to $\alpha/6$?
Finally, I have a second sack of fruits with dates, tomatoes, and strawberries for which I also want to perform the same test battery. Does this mean I have the same adjustments again (either $\alpha/3$ or $\alpha/6$) or do those tests also count towards the test count and I have to up the overall adjustment to $\alpha/6$ or $\alpha/12$?
When adjusting $\alpha$ for multiple significance tests what tests count towards the adjustment denominator when using Bonferroni?