Pls let me know how to find out creation time and index for
the web application in descriptive programming?
Answer Posted / 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 |
Post New Answer View All Answers
What are the five challenges you faced in QTP?
Hi How to retrieve data from web element line by line?
How many lines of code in each script of QTP?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
How to analyzing the checpoint results?
What is the keyword view and expert view in qtp?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
how to post xml data from QTP scripts to any application?
what is command for executing files?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
How to analyzing test results using quicktest professional (qtp)?
Explain process of smart Identification in QTP?
What are the different types of action?