what is a active x control?can any one brief me about
active x controls
Answer / sreeprasad
Active X control is a set of rules for how applications
should share information.Programmers can develop ActiveX
controls in a variety of languages, including C,C++, Visual
Basic, and java.
| Is This Answer Correct ? | 1 Yes | 0 No |
Write a QTP script to print all the link names displayed in a web page
Is it possible to convert QTP scripts to Silk scripts?
What issues come up in test automation, and how do you manage them?
suppose u have two send buttons(same width,height,font) on an application write a descriptive programming
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
how do you do database testing in qtp
Hi all please solve this.It is urgent..... When I right clicked on a Web image manually It displayed Open link,open link in new window,save picture as, Email picture,Printpicture,propeties...etc. While automation I have written a code like this 'browser("Google").Page("ramseeker®: Memory and_3").Image ("graphOfModel").Click 10,10,micRightBtn But the right click menu was not displayed. I want to save that image in a seperate folder
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage
I want to scroll down in MSPAINT (captured a screen already). So that I can read the data in it through the step Window(paint).GetVisibleText for my validation. Anyone know the scripting for this?
What are the different types of checkpoints?
Anybody explain me, the concept of checkpoint declaration in the QTP mainly for the Objects, Pages, Text and Tables ?
In qtp, explain what is crypt object