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 |
what is impact analysis on regression testing?
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
how to pripare BRS/FRS Document for different projects?
Any one knows about descriptive programming to identify objects in a page? Kindly drop me mail prasanna.sabat@gmail.com
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
How can i check all the button that are enabled in a widnows based application ? What script should i write for this ?
How do I get the QTP scripts result in xml format by using vb script function?
I'm facing this problem while automating my application..its a web based apps.. In my application there are few webtables are displaying in the page.In the different cells there are links and action buttons.Problem is there is link in different web tables corresponding to one name.Hence the properties of the objects(say a link) are same except the x,y co ordinate of the object.So my script is not able to distinguish between the two links present in different cells of web tables with same name.Kindly help on this..
in which situation u will use recording and in which situation u will used to write script manually
Explain about the quicktest professional (qtp) automation object model?
How to Analyze the Checpoint results by Table and DB Checkpoints?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans