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


Messages In This Thread
what object required - by kirangoud - 03-03-2012, 11:42 AM
RE: what object required - by Sathiya - 03-05-2012, 10:38 AM

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

Forum Jump:


Users browsing this thread: 1 Guest(s)