Contains Automation scripts in PERL and Python
#####Description of the Scripts 1)Move_Xl This script can be executed with PERL 5.14v Script to Move Excel Files from one folder to another using copy function in perl Script also can rename the file at the target folder
2)tab separated file to Comma Separated file This script can be executed using any of the python versions. Script is used for converting tab separated file to csv.
3)Stub Manipulation Script This script is used for validating test cases (source language C). Test cases should be written in the format (Sample .tcf file is added in the files) This script can be executed with PERL 5.14v
4)Objectives When we write test cases from a C function and there is a need to test each variable and call, given the sample test case file this script can generate objectives to write a test from a function
5)Remove_Unwanted_Variable When a C code is used to test a hardware unit (any hardware unit), the output will unfortunately have unwanted variables, either from the compiler or the debugger. This script can be used in any embedded project provided the sample format of the test case is used. Otherwise, the logic can be used for any other test case files.