Forum Discussion
sfo_sc
14 years agoContributor
I am uploading my porject folder. I am sure there is something in the memory that is holding something in TestComplete.
I tried the follow and it seems to solve the problem temporary.
I tried the follow and it seems to solve the problem temporary.
1. Open a new Project Suite
2. Open a new Project under the Project Suite
3. Create a new script and put the follow codes inside the script
function main() {
var Global;
Global = DDT.CSVDriver("../DataSet/test.csv");
DDT.CloseDriver(Global.Name);
}
4. Create a NEW csv file and put it in the DataSet folder in the new project folder you just created. Make sure you create a new csv file and name it different from the csv file you used before.
This is what I put in my test.csv
Username,Password,Environment
IBM1TSU01,IBM1TSU01,User Defined
5. Then run the script. If any luck, you should be able to run the script and exit out successfully.
6. Then now open up your old project folder, it seems to work now.
Related Content
Recent Discussions
- 6 days ago
- 6 days ago
- 9 days ago