Answer Posted / pvr
systemutil.Run"C:\Users\Raju\Desktop\cal.exe"
Set desc =Description.Create()
desc("micclass").Value = "Button"
set button=vbwindow("vbname:=CALCULATOR").vbbutton
("vbname:=ADD").ChildObjects(desc)
a= button.count()
msgbox (a)
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is contained in the object repository?
Do you know how to connect database? Can you tell me the procedures?
unique properties of button,edit box, radio button,check box?
What are the types of object repositories? Which one is you using?
Your roles and responsibilities and daily tasks? (As automation tester)
When to use descriptive programming?
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
How many types of recording facility are available in quicktest professional (qtp)?
what is the advantages and disadvantages of using functions instead of re usable actions
after click on compose mail how can we attached a file in qtp with vbscript code
What is data driver in qtp? Where we use it?
HOw to add the recovery file at runtime to the test file .
how to find that tools work well with ur existing system?
There is an excel file of 1 to 100 sheets how you will iterate through it?