List of questions
Related questions
Question 193 - Certified Platform Developer II discussion
What is the best practice to initialize a Visualforce page in a test class?
A.
Use Test.setCurrentpage,MyTestPage;
B.
Use Test.currentpage, getParameter, put (MyTestPage);
C.
Use Test, setCurrentPage(Page.MyTestPage);
D.
Use controller,currentPage, setPage (MyTestPage
Your answer:
0 comments
Sorted by
Leave a comment first