09-18-2012, 07:04 PM
Framework is nothing but a "set of standards followed in your script"
You can store your inputs in a excel file or flat file or csv file
process them using datatable
import it to the excel file using datatable.import
Driver script is a main script which will be having the function calls and the main data. The detailed code will be stored in a external library.
Hope it helps.
Thanks,
Ricks
You can store your inputs in a excel file or flat file or csv file
process them using datatable
import it to the excel file using datatable.import
Driver script is a main script which will be having the function calls and the main data. The detailed code will be stored in a external library.
Hope it helps.
Thanks,
Ricks