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 |
Name the frameworks that are used in software automation testing?
Where to maintain information like login, password and url?
Any quality test-tracking tool which has live & automated dashboards so that the entire team is updated at any given point of time?
What is the difference between continue and next sentence?
What is mean by ARGO testing? Can you please explain anyone
What automating testing tools are you familiar with?
Differentiate between hdam and hidam database?
What are the disadvantages of Hybrid framework
if we are using an Engine (tool)..with that how to capture data from excel sheets and how to do automation with this plz answer any body for this question.?
Name a couple of standard web function found in the function generator?
Tell us can we find all links on a web page?
What kind of tests would you automate?