Can we install QTP on remote server and access it as a web
application on other system (client place)? If so please
let me know.
Thanks in advance,
Ravi
Answer Posted / babu
Hi Ravi,
I think it is possible.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Where to use Property Let, Property Get, Property Set in UFT
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
diff between qtp versions from 8.5
How to record application running on the Virtual machine?
Can you list some technologies that support qtp?
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
Define object spy ?
Explain in brief about the qtp automation object model (aom).
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
What is the script for database check point, bitmapchek point, regular expression ?
In qtp, how you can remove the spaces from string?
Explain how Selenium is different from UFT?
How does you pass optional arguments in 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
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?