ContributionsMost RecentMost LikesSolutionsRe: Script Extension for Data driven framework! can you tell me ,where I did mistake while creating ScriptExtention Thanks, Ravi Re: Script Extension for Data driven framework! shankar_r Thank you so much. Now Its working fine. Re: Script Extension for Data driven framework! Please find the attached zip file . I have changed the project path default to Project.Variables.gTestDataPath = Project.Path +"DataTable\\"+ "TestData.xls"; Re: Script Extension for Data driven framework! Ya Thank you so much.Now I can edit the DD_Framework file .After Zip the file I can change to Script Extension.But If I add modified script Extension file I'm not able to get any method using adFramework. if i give (adFramework.),I will not get any method like startExecution,getTestData. if I use old script Extension,I can get all the methods. Re: Script Extension for Data driven framework! Sorry to disturb you.I'm unable to find the Unzip option in Script Extension file(DataDrivenFramework.tcx 16 KB).I searched in google but I'm not able to find the solution for UnZip and Zip Script Extention file. Thanks, Ravi Re: Script Extension for Data driven framework! can you tell which file i need to change customize Test-data path.Because i'm not able to find line no 365 in any file. Thanks, Ravi Re: Script Extension for Data driven framework! Great shankar_r. Is it possible to change test data path Re: How to run specific Testcase using External FileHow to run specific Testcase using External File Hi All, i want to run particular Testcase using Runmanager(External File).could please guide me how to run Testcases using external file. Example: Tc Name Execute Login Yes Home No if I run Testcomplete ,Login TC only should run(Yes flag ).Home should (No)not run. Thanks Ravi SolvedRe: How to run specific Testcase using External File Hi, I need to fetch the testcases based on the ExecutionFlag(Y/N) from Excel Example: From the Excel attached I have TC01, TC03, TC04 which has execution flag=Y and TC02, TC05, TC06 execution Flag=N So Testcases with ExecutionFlag=Y should be stored in an array, Now create a loop and execute the testcases one by one sequentially. Thanks, Ravi