I have a webtable and many objects are embedded in side.(like
buttons,checkboxes etc). How to know how many such objects are
there? what is the class of that objects?
Answer Posted / vikas choubey
through childobjects
str=Browser().page().childobjects
msgbox str.count
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain about tristate constants?
Which constant is used for print and display functions and works as same as pressing enter key?
How will you format a number in percetage format in vbscript?
How to make sure that items in a wintree are sorted al?
What are class properties?
How can you destroy an object in vbscript?
Mention what are the rules to name variable in vbscript?
How to add actions in driver script to run those actions in QTP?
What is select case statement?
Which in-built function is used to format the number in the vbscript language?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
Explain about operator precedence in vb script?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.