Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

how can i pass a "cript"as a parameter in to a function

2049


How do you check ticket cost and ticket number in flight application?

1132


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

2020


what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”

2002


Will down time for server and content maintenance/upgrades be allowed? how much?

1139


What is regular expression?

1122


Explain how Does Run time data (Parameterization) is handled in QTP?

1114


What is the use of an object spy tool in qtp?

1085


Explain the concept of object repository and how qtp recognises objects?

1082


What will be happen if i load object repository at run time, but it has already associated.

1847


What are the different recording modes?

1032


How can we conduct U-I Testing by using QTP??????

1938


Explain the use of action split in qtp?

1175


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!!!

2980


What is the Command used to start the QTP

2007