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?
through childobjects
str=Browser().page().childobjects
msgbox str.count
| Is This Answer Correct ? | 3 Yes | 1 No |
Which is the default Data types in VBScript?
WHAT IS ENVIRONMENT VARIABLES?and where it is used in real time scenario?
Hi I am having one folder with set of text files now i want to read and write that text files data into QTP. Any help plsss.
write a Vb script to find a whther a selected drive exits.
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?
Hi, can any one tell this Actually I AM NEW TO QTP I have one qtp script in which it calls the vbs file during it's run TIME by using the ExecuteFile "absolute path" If the vbs file is executed seperately it will give the output in a msgbox In the same way if qtp script is executed the result will be displayed in w result window right? Now the question is how to get that vbs file output in the qtp result window when I run the qtp script which calls the vbsfile during it's run TIME
How to open browser in vb script?
How regexp.execute method works?
how to validate the text in a web table
I need help to write a function in vbscript to click on a link. That link looks like a tab. There are 6 tabs. When I click on 1 tab it should show as "on". when I spy the class property is on. But for the one which is not clicked the class property is blank. I have objects created in our custom object repository. Please give me some idea.
Input = 124 output should be 124421 Please do not use any string functions/variables
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?