RE: Q. which of the following testing techniques is no...
White Box Testing is not user oriented. It is more towards the testing of the logic of the coding and stuff rather than focussing from a user's perspective.
RE: Q. which of the following testing techniques is no...
White Box testing is not user oriented testing as it requires programming skills and the knowledge of logic and programme's structure for testing purpose. Black Box testing can be user oriented testing as it deals only with the selection of input values in order to verify the output.