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


Please Help Members By Posting Answers For Below Questions

Define Canvas view of UFT?

620


What is accessibility check point?

663


Explain the difference between data driven testing and parameterization ?

592


How u will do versioning in QTP?

1462


How to get popup error message.

1030






banking domain description for software tester for interview

3469


How does qtp identify objects in the application?

588


Dis advantages of XML checkpoint ?

1581


How do you open adobe acrobat file in QTP and do some testing on that file ?

629


write a script to verify the image path(src property) of the images which are in web pages.

1811


What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?

2269


In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer

1943


Hi Samrat, Thank u very much, what u said it is right.

1349


what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”

1492


Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.

1491