How to write output data to a file (txt,csv,excel) using
Test complete automation tool?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rathish.m.m
You need to work with Excel by using its COM object. test
Complete Support MSOffice operation using its corresponding
COM object
Requirements:
Microsoft Excel with VBA support must be installed
on your computer.
The Utilities plug-in must be installed in
TestComplete.
| Is This Answer Correct ? | 3 Yes | 4 No |
Tell me what is the testng.xml file used for?
pls tell me any open source test case managment tool ? its urgent.also tell me any autmation testing tool also for functional testing?
can anyone suggest me any low cost tool that can support both Manual and Automation testing ?
I am testing a GIS based application so Can anyone tell me which automation testing tool is best for this application?
i need test cases for defect maganement tools
What is quality assurance?
Is automation testing in agile methodology useful or not?
what is are the difference between qtp and selenium ?
Which institute is good for testing tools course in HYD?
Explain how to perform load-testing?
diff b/w DBMS & RDBMS?
69 Answers BirlaSoft, Infosys, Mind Tree, TCS,
can any one tell me the examples of white box testing