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
How to find Operating system information using QTP script?
How can you pass value one action to another action?
How do you convert manual test cases to automated test cases?
In qtp, explain what is keyword driven automation framework?
assume i have few url link how will i dynamically call then using descriptive programming?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
what is the structure for the data driven framework
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
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
What are the differences between qtp and winrunner?
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
How the exception handling can be done using quicktest professional (qtp)?
How many types of recording modes are there?
which type of testing process are you following in ur company? how to recognize a qtp page?