What is the purpose of creating a data frame?
A
Hold the page render time
B
Hold the load time
C
Hold the page render time & load time
D
Hold the reload time
Correct Answer: Hold the page render time & load time
A Data frame is a two-dimensional data structure, i.e., data is aligned in a tabular fashion in rows and columns. You can create a data frame to hold the mean page render times for each test URL, and a data frame to hold the mean load time for each test URL.