Pls let me know how to find out creation time and index for
the web application in descriptive programming?
Answer Posted / shrinivasbt
hi try this code
For i = 0 To 4
SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe"
Set objPage = Browser("creationtime:="&i).Page("micclass:=Page")
WaitForObjectSync(objPage)
Print Browser("creationtime:=" &
i).GetROProperty("creationtime")
Next
for more details u can reach me on shrinivaster@gmail.com
thanks
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is the difference between IE & Netscape in web testing on a log in page
Explain the concept of object repository?
What is a recovery scenario?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
How to run a test using quicktest professional (qtp)?
Give me some real time point of way where exactly we can conduct audits?
Which environments does qtp support?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
What VBScript operators, functions, and statements do you use in QuickTest Professional?
Whats the realtime QTP testing process
How we can import data from database?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?