Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to know the server URL of QC if it is installed on PC
#1
Solved: 10 Years, 9 Months ago
Hi,

I have installed QC9.0 on my system. With that I also have QTP 9.2 running. Now I have to integrate QTP with QC. my queries are
1. Can QC version 9.0 be configured with QTP version 9.2.
2. How will i know the server URL of QC ... which is required in the integration steps.
Reply
#2
Solved: 10 Years, 9 Months ago
see if this post helps - https://www.learnqtp.com/qtp-quality-cen...tor-guide/

Reply
#3
Solved: 10 Years, 9 Months ago
Hello,
I am quite new to QTP. I tried to record and run the very basic flight reservation application test and i got the following error when i tried to apply standard checkpoint and run it.

Cannot find the "Agent Name:" object's parent "Login" (class Dialog). Verify that parent properties match an object currently displayed in your application.

I write the following script to apply standard checkpoint.

Code:
SystemUtil.Run("C:\Program Files x(86)\Mercury Interactive\Quick Test Professional\bin\QTPro.exe")
dialog("Login").WinEdit("AgentName").Set("Guru")
Dialog("Login").WinEdit("Agent Name:").CheckPoint("Agent Name:_2")  ( here i created checkpoint)
dialog("Login").WinEdit("Password").Set("merecury")
dialog("Login").WinButton("OK").Click

Please correct me where I am doing wrong..

Thanks
Ashita
Reply
#4
Solved: 10 Years, 9 Months ago
If QC is installed in the same system on which QTP is ,then use below URL for QC :
http://localhost:8080/qcbin/start_a.htm
And If it is installed in some other machine the in the place of local host ,use the machine ip as below example:
http://10.98.12.180:8080/qcbin/start_a.htm
Reply
#5
Solved: 10 Years, 9 Months ago
Thanks SQT... it worked with localhost URL .... Smile

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  SendKeys changing focus to IE url when executed from framework psova 0 2,027 06-09-2015, 07:19 PM
Last Post: psova
  How to get URL/Location from Address bar of any open window in Windows 7 kalpmist 0 4,095 05-11-2015, 07:23 PM
Last Post: kalpmist
  Need to execute the QTP Script where QTP is not installed. prasannadr 0 2,243 06-20-2014, 07:15 PM
Last Post: prasannadr
Exclamation QTP 11.0 crash on batch execution from QC 11.0 after patch 15 installed on QC server akothuru 0 2,073 02-13-2014, 03:27 PM
Last Post: akothuru
Wink Getting the url of the web page being tested qtpuser 2 3,253 01-30-2012, 10:22 AM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 2 Guest(s)