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 following below process.Is it correct or we have some provision for this Scenario?
I am creating 5 clone project and pointing it to 5 different test data.But the Problem is when i make any code changes in one Project in test complete , i need to make same changes to all other 4 clone projects too.
Please Guide
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.