Name the Folder where the Output Spread sheet of any component (if any) will be stored?
-
Temp
-
Data
-
Reports
-
Logs
The Temp folder is designated to store the output spreadsheets generated by component script execution. This keeps temporary outputs separate from the main Data folder (test data), Reports folder (HTML reports), and Logs folder (execution logs), maintaining clean file organization and preventing clutter in permanent directories.
In many test-automation/reporting frameworks, generated output artifacts such as spreadsheets from a run are written to a 'Temp' working folder by default (rather than the persistent 'Data', 'Reports', or 'Logs' folders, which typically hold input test data, formal report exports, and execution logs respectively). This distinguishes transient/intermediate output from the tool's organized, persistent folders.