InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of getting the parameter fvonly?(a) To repeat the view test(b) To get the first view(c) To debug the code(d) To compile the code |
|
Answer» Right option is (b) To get the first view Explanation: fvonly is an optional parameter which is set to 1 to skip the Repeat View test. If you set fvonly to 1, you get results only for the first view and do not run the repeat view test. |
|