How many scripts do you write per day. What is the average
number of scripts you have written in your recent project
Answer / ram.polavarapu
descriptive programming are two types
1)static descriptive programming
2)dynamic descriptive programming
static descriptive programming->we are going to write the
properties of an object script it self only
dynamic->for similar objects we are going to create declare
by using descriptive.create
| Is This Answer Correct ? | 2 Yes | 43 No |
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
What is different command used in command Prompt while using 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
where do you define the objects as regular expression when u are using regular expressions.
How to make Non reusable actions into reusable action? is that feature available in QTP
What is descriptive Programming in qtp.
How to capture checkbox properties when properties of the object keep changing on relogin to the application.
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
What is the difference between a Function and Procedure in QTP?
When ‘option explicit’ keyword is used in qtp?
How to create Userdefined Function.Please write the steps ans also provide example where exatcly we use it.
My Project is HOSPITAL CONTROL SYSTEM. In this MY testing modules are In-patient and Out-patient. plz explain those modules. i.e. How explain to Interviewer. with full details also . Waht types of bugs we can fond ? NOTE : IT is a web project plz urgent.