Forum Discussion

nishaa123's avatar
nishaa123
Contributor
7 years ago
Solved

Running same Project from different Test Execute.

I have created a Project in Test Complete. I want to Run the same project on 5 different machines through test execute with different data. Could you tell me what is the best way doing it. I am fo...
  • tristaanogre's avatar
    tristaanogre
    7 years ago

    This is where you need to write some code to 

     

    a) detect the machine

    b) read some sort of data file which tells you what tests to run for that machine

    c) queue up the list of tests in an array or something

    b) execute the tests

     

    It's a kind of data driven model where a data source (be it a CSV, Excel sheet, database, INI file, XML file, etc) actually determine which test cases to run.