how can we test load time of an page in webtesting?
Answers were Sorted based on User's Feedback
Answer / mercy
A page checkpoint would help you getting load time of a
page.
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / nanda.d
By applying page checkpoint o a specific page u can verify
load time of that page.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / thanuj kumar
Browser(...).Page(...).getROProperty("load time")
will give you the load time of the page
| Is This Answer Correct ? | 2 Yes | 6 No |
Difference between object identification and smart identification
what is the difference between testing and debugging?
What are Test case selection criteria for Automation?
What is the difference between client server application and web based application?
can we change the name of a check point? when will you start writing testcases? do you follow any methodology for writing test scripts? qtp is key word driven testing or data driven testing?
How QTP recognizes Objects in AUT?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
write a test script in QTP to test the text that written in an image(i.e jpg)of a web page???
Explain data driven framework?
how can we group that these test cases only should be automated and in which order you execute that test cases?
How can you merge two Object Repositories?
How to execute a WinRunner Script in QTP?