Is there is any method how to connect remote desk throw QTP
if yes please answer with a example?
Answer Posted / bluemoon_bala
I understand that you are trying to access QTP from other
system, to do this we need to know the IP address, User name
and password of the other system and then try to connect
that system remotely and then operate QTP on that system..
To open Remote Desktop connection
Start ->Programs->Accessoris->Communication->Remote desktop
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
how can i pass a "cript"as a parameter in to a function
How do you check ticket cost and ticket number in flight application?
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 type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
Will down time for server and content maintenance/upgrades be allowed? how much?
What is regular expression?
Explain how Does Run time data (Parameterization) is handled in QTP?
What is the use of an object spy tool in qtp?
Explain the concept of object repository and how qtp recognises objects?
What will be happen if i load object repository at run time, but it has already associated.
What are the different recording modes?
How can we conduct U-I Testing by using QTP??????
Explain the use of action split in qtp?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
What is the Command used to start the QTP