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 |
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
Which environments does qtp support?
I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to give input of drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. I have changed the drop down value as variable in Keyword view and given values in data table "A,B,C,D,E" as one below one. 4. While i am running the script it could not identify the drop down value which is in Data Table.It shows message. How to make value identify by QTP?
what is difference normal,analog,low level recording in qtp? what is lowlevel recording?
What is difference in global and action sheet in qtp?
. Types of properties that Quick Test learns while recording?
Tell me the difference between QTP9.2, QTP9.5 and QTP10.0
how to make connection to a remote mysql database in qtp any one can please provid eme deatail steps.
How you debug your script?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
Explain the concept of how quicktest professional (qtp) identifies object?
Hi, how can we retrieve a specific value from Excel Sheet (Not datatable. for externel file).i mean to say from .xls file. and also tell me from xml file and .doc file. and how can u parameterize ur script from .xls file.(Not data table).