what is difference between normal mode and fast mode?
Answer / sreekanth chilam
normal mode :
step by step execution is done & Pointer(Cursor) is shown
befor each statement.execution time taken for running a
script will be more than fast mode.
Fast Mode :
General execution is done i.e no step by step execution...
execution time will be less for running the scripts when
compared to the Normal mode.
We can set this option from below navigation in qtp :
in QTP 8.2 :
Tools Menu --> Options --> Run Tab --> fast or Normal
(Radio Buttons we have to select)
| Is This Answer Correct ? | 9 Yes | 1 No |
Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
WHAT IS THE SIZE OF OBJECT REPOSITORY USING IN YOUR COMPANY? Can any body tell me answer of this quation........
Is it mandatory to know abt regular expression in descriptive programming
How to test login page by using QTP
How do you perform Regreession Testing?
Is there any MS Access addin in QTP?
How does qtp identify objects in the application?
can we call a test in another test?
What are the recording modes in wave event?
How can we merge two repositories? Can we merge two differnt rep. I mean 1is peraction and other shared
4 Answers Tavant Technologies,
How do u insert an object during runtime in qtp?