Forum Discussion

Gunacelan94's avatar
Gunacelan94
New Contributor
4 months ago
Solved

AI tool - leveraging for script and integration in testcomplete

Is there any way or any AI tool which can be used in helping generate scripts for testcomplete tool and also get integrated with it??
  • Hassan_Ballan's avatar
    4 months ago

    AI does not generate the final TestComplete script that executes the automation run. TestComplete operations rely on NameMapping nodes to recognize application elements, but AI does not have access to:

    1. TestComplete proprietary NameMapping
    2. Application internal elements recognition
    3. Insights into how users interact with the application

     

    However, AI can assist in writing test cases based on requirements. Additionally, AI can reformat these test cases into Behavior-Driven Development (BDD) plain English using Gherkin syntax, which follows the Given/When/Then structure. Once generated, the BDD script can be imported into TestComplete, ready for you to insert your code operations.

    While AI can write generic TestComplete code such as JavaScript functions to open and close a browser, its capabilities remain limited to general scripting and do not extend to internal NameMapping references within the application.

    💬 If a response helps you, don’t forget to Like it! If it answers your question, mark it as the solution so others can benefit too.