Write a user defined function to count the no. of buttons
existed in a webpage ? i dont want to use descriptive.create
()
Answer Posted / ram.polavarapu
function countedit()
dim e
e=0
n=browser("").page("").chaildobjects
if n="WebEdit" then
e=e+1
print e
next
end function
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What does mean by Scope of Automation?n How we defined it?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
What is contained in the object repository?
Hi All, I need code for how to execute qtp scripts from excell sheet
How qtp recognizes the object?
Is QTP supports Unix. If yes, then how the test automation is done?
In what occasion we can specify global sheet and action sheet?
Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
How to write business scripts using object repository with different scenarios
Is it possible to merge two object repository files in qtp?
Explain about the test fusion report of quicktest professional (qtp)?
What is recovery scenario in qtp?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement