Forum Discussion

joe_2's avatar
joe_2
Contributor
11 years ago
Solved

How do you handle data driven tests with TestExecute

My project runs great when I'm using my primary workstation, but it crashes the first time it gets to a data driven loop when I try to run it with TestExecute on a networked machine. It can't f...
  • chrisb's avatar
    11 years ago
    Joesph,





    You can store the database files in the project stores 'files' (http://support.smartbear.com/viewarticle/55088/). Then the path is relative to the project, ie. you can use the same path regardless of the machine the test is running on. See the attached screenshot for how our project stores look.



    I am using spreadhseets to store my test data in this manner and it works great. My tests are scripted so I am not sure how to configure it for a keyword test but you can probably do this in an keyword test if you look in the documentation.