Answer Posted / srinivas.o
U can save the user defined functions in .vbs file. And we
can debug the script by clicking(two) on that file. It is
also called library file.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the different types of qtp test assets and their extensions?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
How do you send email with attachment from outlook using qtp ?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
What are the different types of recording modes in qtp? Which will be used when?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
How QTP support all types of applications (platforms)?
How do you test DLL files using automation Tool QTP?
Have you done batch testing in qtp? If yes how you are doing?
How we can import data from database?
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
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
Explain actions in qtp ?
How smart identification works in qtp ?
How do you capture tooltip using QTP?