what is a active x control?can any one brief me about
active x controls
Answer Posted / 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 |
Post New Answer View All Answers
What is Cross browser testing? Does UFT support it?
Hi How to retrieve data from web element line by line?
How to explain a banking project in interview as a test engineer???
Explain the concept of how quicktest professional identifies object?
How the exception handling can be done using quicktest professional (qtp)?
How many types of parameters are there?
What are some test assets and related extensions of qtp?
how to write xml output check point bu useing descriptive programing .means without useing output check point
how can i call function (which has link with excell sheet at a remote location) within another function
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
how can we do the frame work in qtp
How to creating an output value using quicktest professional (qtp)?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
Is it possible to merge two object repository files in qtp?