Answer Posted / ram.polavarapu
n=browser("").page("").weblist("").getroproperty
("itemscount")
print n
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to save your test using quicktest professional (qtp)?
Dis advantages of XML checkpoint ?
What are parameterizing tests?
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
Explain the features and benefits of quick test pro(qtp)?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
Explain qtp(quick test professional)?
Discuss quicktest professional environment?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
How can I change object description or check point values in qtp?
How many add-ins comes by default with quicktest professional (qtp)?
In Remote acess server how u run a test?
How you will rate urself in QTP in the range of 0 to 5
How can i check items sorted or not in a weblist ? Give me the script for this...