How do function returns a value?How can we pass one function
value to other function as input
Answer Posted / rajendraprasad m
Using Byreference get the value from Function.
User same value in another function.
Thanks,
Rajendra Medepalle
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the limitation to XML Checkpoints?
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
What is parameter in qtp?
How many add-ins comes by default with quicktest professional (qtp)?
Explain features of the latest version of qtp/ uft 12.1?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?
Explain about business process component? types and usage?
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
what is review
What is the extension of qtp local repository?
Explain types of output values?
How many tabs are available to view your test in a test pane and what are they?