How to write output data to a file (txt,csv,excel) using
Test complete automation tool?
Answer Posted / jacob baby
Please use the below code:
aqFile["Create"]("C:\Output.csv");
aqFile.WriteToTextFile("C:\Output.csv","Hello \n
World",20,false);
//aqFile.WriteToTextFile("<FilePath>", "StringToWrite",
//TextCodingType, Replace)
//TextCodingType:
//aqFile.ctANSI 20 ANSI
//aqFile.ctUnicode 21 Unicode (UTF-16)
//aqFile.ctUTF8 22 UTF8
//Replace:
//Default value: False
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What is the different between GUI map and GUI map files?
What criteria do you consider for automating a test?
Write a short compiled module which selects random numbers. and what function is used to call your customized compiled module?
wat would be the parameteries for ul testing for web applilcation
I am surekha new commer for this site? I have some doubt's pls clarify it..... I finished my B.tech and S/w Testing Course Now iam searching for a job in Testing, I did not have any experience in real time projects. Any body can send me the sample Testcases,Srs,Matrix for Banking,ERP Projects etc.Here is my email id surekhai@yahoo.com
What are the drawbacks of test automation?
List some advantages and disadvantages of automation testing.
Kindly let me know how to setup JMeter for functionality testing of a Web application.. The apache help doc is good but i m little confused with it... :(
what is the advantage and dis-advantages of using framework ?
What is Ticketing tool? Has it any other names? What is the purpose of this?
In what condition we cannot use automation testing for agile method ?
Please explain what is the hybrid framework?
List some advantages and disadvantages of manual testing.
5. What are the tests you are conducting through winrunner?
Explain me what is a framework and what are the frameworks available in rc?