Posts: 6
Threads: 3
Joined: Aug 2012
Reputation:
0
09-18-2012, 11:49 AM
Can any one suggest me how to implement scripts in a framework and also what is mean by driver script ?
I need to get pass and fail status of the results in a excel i.e. test case.
Posts: 12
Threads: 4
Joined: Jul 2012
Reputation:
0
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
Posts: 6
Threads: 3
Joined: Aug 2012
Reputation:
0
09-19-2012, 03:31 PM
Hi Ricks,
As a beginner it's very useful for me and can you provide me sample "Driver Script" and external library.I need to know ,how external library is called in driver script(what function is used).
Thanks,
Jagadeesh