How to select between different hypothesis tests based on p-value

34 Views Asked by At

I have the following question. I take a sample from a population and conduct different hypothesis testing on the sample, I get the following tests.

  1. Z-test (mean is less than c) ==> P-value = P1
  2. Z-test (mean not equal to c) ==> P-value = P2
  3. t-test (mean is higher than c) ==> P-value = P3

and the significance level is ALPHA and the sample mean is m. All the tests have the same sample size and significance level. How can I select which hypothesis testing is the best based on the p-value?