Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
what object required
#1
Not Solved
Hi 2 every one,

when i was saving qtp script in qc through scripting , i succeded in saving script. But it is displaying error msg as "Object Required".
Could any one help me what object required and solution for that.


Code:
set qtplch=createobject("Quicktest.application")
qtplch.launch
qtplch.visible=true
on error resume next
qtplch.TDConnection.connect “http://QualityCenterServer/tdbin”,
“FR”, “Flights”, “learnqtp”, “welcome”, False
if TDConnection.IsConnected then
qtplch.open "D:\QTPkiran\Test",true
qtplch.Test.SaveAs"[QualityCenter] Subject\QTPQTPscript"
msgbox(err.description)
else
msgbox(err.description)
end if
Reply
#2
Not Solved
Hi,
check whether following is working or not...

if qtplch.TDConnection.IsConnected then

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Webservice error "Certificate is required to complete client authentication" pranjalipalkar 0 3,991 01-07-2013, 03:17 PM
Last Post: pranjalipalkar
  [split] Suggestion required dtest 0 2,110 06-20-2012, 03:31 AM
Last Post: dtest
  Help required in creating Automation Strategy / test plan kovendan 1 4,118 09-23-2010, 11:15 AM
Last Post: QTPLearn
  Winrunner trial required yugesh84 2 2,910 02-12-2010, 09:40 PM
Last Post: yugesh84
  Which Add-inns required for AutoCAD software amol_kanthe2004 0 2,077 01-29-2009, 03:10 PM
Last Post: amol_kanthe2004

Forum Jump:


Users browsing this thread: 1 Guest(s)