any one could you explain the following code with example:
intFieldItemsCnt =CInt(GetProperty(Browser
("Browsername").Page("Pagename").Weblist
("weblistname"),"items count"))
msgbox intFieldItemsCnt
Answer / uday
First of all, there is no GetProperty method in QTP.
There are getROProperty, GetTOProperty,
the right syntax above is inti=b().p().wl().getROProperty("items count")
which will return no. of items in the weblist
| Is This Answer Correct ? | 1 Yes | 0 No |
What does mean by Scope of Automation?n How we defined it?
plz explain QTP real time work( Means where you store scripts and how u access scripts next day? where those activities we are maintaining, If By usig VSS how the process in going on , plz explain briefly?
Can we run test with out adding object in object repository? How it is possible?
How will you handle custom object in QTP?
What is the extension of the qtp local repository?
I am using Shared OR, and my collegues are also using Shared OR. How to merge Object Repositories?
Why QTP is termed as a Record and Playback tool?
What is Tree view?
We stored into the objects OR and then write the scripting
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
write vbscript in qtp tool for senario, in the given sheet add each number in each row and each colunm and show result
What is difference between Class and MicClass