Category: TestComplete

Learnings and considerations around thew TestComplete product

Parsing an XML file 20150208

TestComplete has an example of parsing an XML file out to the TestComplete log. It will be a useful javascript learning exercise to extend this to parsing the xml to a javascript object tree , with recursive finder functions. Probably so many bad practices evident in here… It creates a tree structure of type XMLNode […]