Forum Discussion

tereesha_h's avatar
tereesha_h
New Contributor
11 years ago

Run a test on different computers with different data.

Hi,



I have a test with name test1 ,here I have to execute test1 on computer1 with data1,and have to execute the same test1 on computer2 with some other data and so on.... can I do this in distribution testing ? or suggest me other way to do? 

2 Replies

  • Hi Tereesha,

     


    If it's a question only about different data, then you can use TestComplete's Data Generator feature. It can help you generate data in the pre-defined format (date, digits, countries, etc.). The "Data Generator Wizard" article contains the detailed steps.


     


    As for the distributed testing, it allows you to control your tests executed on different computers better. You have one main computer (a head of the test) and many slave machines which execute tests. Please refer to the "Distributed Testing" article and those related to learn more information.

  • boroop's avatar
    boroop
    Occasional Contributor

    We use the computer name as a portion of the Excel file that we open for DDT and then we store it in a common location on the network. Each machine running TestComplete or TestExecute gets their own file and the scripts open the appropriate file based upon the current machine name.

     

    OrdersNAHMC48W1.xls is my file for example. Orders remains constant for all files and NAHMC48W1 is my machine's name.