sacondon
12 months agoNew Contributor
Validate Application From XML
I have a web application where I import a xml file that inserts values into certain fields in our application. We are looking to validate that certain fields contain the correct values that were imported from the XML.
Looking for guidance on how we would go about performing that validation with TestComplete.
Refer to https://support.smartbear.com/testcomplete/docs/testing-with/working-with-external-data-sources/xml.html which show's you how to go about reading XML. You should then able to able to extract the necessary values, and compare it with what's shown in your application.