Is there is any method how to connect remote desk throw QTP
if yes please answer with a example?
Answers were Sorted based on User's Feedback
Answer / rajendra
we can run QuickTest on a remote machine using a
Remote Desktop Connection session (RDC)This is the feature
of QTP9.2 latest version.
Byee Friends
Rajendra Prasad Reddy.P
rajendra_penumalli@yahoo.com
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
regular expression
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
what is regular expression how will you implement it?
Can you write a script to check if the folder exists or not?
How to launch application under test through VBscript without using systemutil.run or invokeapplication?
CAn anybody tell me how can I use QTP to capture any video in my application?I want to see the video file opened in my application after the tests are completed in tests results.Can anybody help me?
how to create the varibles and how these are connect to qtp? plz tell me
What are the different types of recording modes in qtp? Which will be used when?
a title of first page is "LKO- microsoft internet explorer", of the second page is "PPM- microsoft internet explorer" , of Third page is "TTS- microsoft internet explorer" and same changing title on the fourth page. How can we use regular expression for this feature what should we do on script part on and Object repository part so that we can get successful run result. Kindly explain the steps script.
What is the extension of script and object repository files?
How Qtp will identifies object during run time
In an application you have a web table. You are provided with an external Excel sheet with the same structure as that of the web table. How will you retrieve all data from the web table and compare it with corresponding data available in the excel sheet, using QTP? How will you report the results in QTP?