Using DDT.CurrentDriver.Value and updating spreadsheet
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2021
11:38 AM
10-20-2021
11:38 AM
Using DDT.CurrentDriver.Value and updating spreadsheet
I am using DDT.currentdriver to retrieve data successfully
How do I write (update) to the same file I am reading from. - "To indicate success or failure"
Solved! Go to Solution.
Labels:
- Labels:
-
Debugging
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2021
07:07 AM
10-21-2021
07:07 AM
I would use the aqFile object, and the write to textfile method.
https://support.smartbear.com/testcomplete/docs/reference/program-objects/aqfile/writetotextfile.htm...
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2021
08:06 AM
10-21-2021
08:06 AM
Thanks so much for your accurate and timely response. Yes that is what I am currently doing -the users want the spreadsheet I am reading from to be updated
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2021
08:26 AM
10-21-2021
08:26 AM
if you are using a spreadsheet could you write to excel: https://support.smartbear.com/testcomplete/docs/testing-with/working-with-external-data-sources/exce...
