InterviewSolution
Saved Bookmarks
| 1. |
What is the task of the Advanced Panel?(a) Test stop running(b) Loading the pages(c) Skewing the results(d) Loading the server |
|
Answer» Right option is (a) Test stop running For explanation: In the Advanced panel, you can have the test stop running at document completion. That will tell us when the document.onload event is fired, instead of when all assets on the page are loaded. |
|