jaswany
13 years agoOccasional Contributor
Upgrade to TestComplete 8.7 issues
We recently upgraded out TestComplete 8.6 software to TestComplete 8.7. A script that was previously working in TC 8.6 started failing after we upgraded to TC 8.7. The developer who wrote the script did not have issues when running in TC 8.6. After 3 hours of troubleshooting and uninstalling TC 8.7 and reinstalling 8.6, the script is not working again. Does anyone know of anything that might have changed in TC 8.7 that would affect this?
This is the part of the code that it kept failing on.
Any ideas?
This is the part of the code that it kept failing on.
Now add the Note info to the xml for the SOAP request
Set SoapNode = RequestXml.getElementsByTagName("soap:Body").Item(0).lastChild.lastChild
Set NoteDTOValue = RequestXml.createTextNode(inputXML)
Call SoapNode.appendChild(NoteDTOValue)
Any ideas?