A developer wrote a Visualforce page for Sales Reps to add products to an order. The page takes a URL query parameter, productFamily, which filters the product results. The test method for the filter behavior has an assertion failing due to an incorrect number of results. Why could the test be failing? (Choose two.)
A. The test does not call Test.startTest()
B. The test does not create product data
C. The test is not run by a System Administrator
D. The test does not set the current page reference
Suggest answer: BD
Reference:
No comments:
Please share to make the community better.