TestComplete website has many snippets of JScript on its support sites, but I am seeking examples of a more OO approach to using Jscript within TestComplete. Most JScript code to me appears to be written more inthe functional VBScript style. Really, I’m looking for a best practice guide but can’t find much.. —- Note its quite clear […]
Category: TestComplete
Learnings and considerations around thew TestComplete product
TestComplete v10.5 trial version installed 2 weeks ago TestComplete allows choices of scripting language. I am fairly conversant in VBScript, but we will use JScript as it is more versatile with regard to object arrays etc. But I am much less conversant with Javascript/Jscript so that will be a learning exercise.
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 […]
20150202 Wanted to return a member where the identifying data element name has a dash in it