Forum Discussion

cmpenn's avatar
cmpenn
Contributor
3 years ago

Frameworks for using TestComplete with native Windows Applications

Anyone else using TestComplete for native Windows applications, and have thoughts on good patterns and frameworks to use?

 

Using scripts (JavaScript), I've been basing our current framework on a modified version of Page Object Pattern, but since it's not a browser, there have been some weird issues. I'm looking to make sure there isn't an alternative I'm missing.

  • Eloise69's avatar
    Eloise69
    Occasional Visitor

    C Script is a specific dialect of the C# programming language supported by TestComplete. It is based on JScript.
    LiteBlue USPS

    • cmpenn's avatar
      cmpenn
      Contributor

      I don't quite understand where you were going with this?

       

      I'm using JavaScript as my scripting language in TestComplete.

      The application I'm testing is WPF and C#, but I'm writing the framework in TestComplete with JavaScript.

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3

    Hi,

     

    I'm looking to make sure there isn't an alternative I'm missing.

    Aliases (with NameMapping in background) provided by TestComplete is much more functional and flexible than page object model.