What is the best practice to initialize a Visualforce page in a test class?

Posted by: Pdfprep Category: PDII Tags: , ,

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

Answer: C