Forum Discussion

sguda's avatar
sguda
Regular Contributor
13 years ago

How to develop modular scripts in Test Complete

I have done modular scripts using other tools, How can i do same in Tset Complete.



Please let me know.

4 Replies

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor
    What do you define as "modular scripts"?



    TestComplete allows you to create libraries of script and keyword tests that can be seperated into different files and then called from other tests.  Is this what you mean?
  • sguda's avatar
    sguda
    Regular Contributor
    Hi Robert, can you tell me exactly how can approach this creating of libraries of keyword tests and scripts, how can i refer them. If possible with small example code.

     
  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor
    By libraries, I don't mean DLL's, just to be clear.  I simply mean that you can create units of script code that are generic routines that can be used in multiple projects, sharing them between projects.  Likewise, you can share keyword tests between projects. 



    Check out this article:



    http://smartbear.com/support/viewarticle/11307/