Pls let me know how to find out creation time and index for
the web application in descriptive programming?
Answers were Sorted based on User's Feedback
Answer / saket bharti
Set objBrowser=Description.Create()
objBrowser("micclass")="Browser"
Set BrowserChildArray=Desktop.Childobjects(objBrowser)
for i=0 to BrowserChildArray.Count-1
msgbox BrowserChildArray(i).GetRoProperty("creationtime")
Next
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Do you have any knowledge about Business Processing Testing in QTP
Tell me about your project? please help me how to tell about insurance project
when there is a task that gets repeated in multiple scripts what do you do in QTP?
write the vb script for call to new action in qtp?
Java add-in is need to work on java oriented project ?
if i want to check text on the status bar how to test is i need the report also after getting the result weather it is matched or not?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
in which situation u will use recording and in which situation u will used to write script manually
what is the difference btn risks & Therads in the Test plan documentation?
OPening of notedpad in QTP to write and execute the coding?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
How do we run the scripts in QTP ?? what are the three options....