Hi all,
I have xml file in *QC 9.5 standard BPT -Test plan.*
*
*
File Path QC Test plan:
[QC-ATTACH];;Subject\Byzoor\EHPASResource;;\Navigation.xml

I am using this code:

 Set xmlDoc = CreateObject("Microsoft.XMLDOM")
xmlDoc.Async = False
xmlDoc.Load("[QC-ATTACH];;Subject\Byzoor\EHPASResource;;\Navigation.xml")
strXMLText=xmlDoc.text
*sptstrXMLText*=split(strXMLText," ",-1,1)
Set xmlDoc = Nothing


If XML file is Local ,  variable' sptstrXMLText' retrieve successfully. But
QC path this variable retrieve 'EMPTY'.
 Kindly correct me where i made mistake?
Happy Tester,
Byzoor,
+91 95977 11082

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to