ContributionsMost RecentMost LikesSolutionsHow to Merge Multiple mds file in Test complete We are working on Keyword Testing, in which we are creating the test cases in mds file. User 1 has created the test with AAA,BBB,CCC User 2 has created the test with XXX,YYY,ZZZ I am unable to merge the multiple Mds file which has different test cases. Is there any way i can merge ?? Regards Vijay Bhaskar U Re: I tried to read ip (10.10.10.10) from the CSV file the value displays incorrect (10.101) Thanks Joseph, Solution provided by you was already identified and mentioned in my first comment. Do let me know if i add Schema.ini with that fix without modifying?? If yes, do let me know how to create Schema.ini and use it. I would like to get the solution which doesnot involve any modification in the csv file since its autogenerated and will be using those csv as the intermediate input. Regards Vijay Bhaskar U Re: I tried to read ip (10.10.10.10) from the CSV file the value displays incorrect (10.101) I even tried creating it with Excel, but saved it as a CSV .. still it gives the same result I have attached the created CSV file. Regards Vijay Bhaskar U Re: I tried to read ip (10.10.10.10) from the CSV file the value displays incorrect (10.101) I just created the CSV manually and tried it gives the same output. please find the code and CSV file attached function csv() { var FileName = "C:\\Users\\XXX\\Desktop\\testing.csv" var output= DDT["CSVDriver"](FileName) while (!output["EOF"]()){ Log["Message"](output["Value"]("test")) } DDT["CloseDriver"](output["Name"]) } Regards Vijay Bhaskar U Re: I tried to read ip (10.10.10.10) from the CSV file the value displays incorrect (10.101) Tool is generating the CSV file, which is used as the input source for the Automation. I will be using those values as the input to the application which is read from CSV using DDT CSV Driver. I tried to read ip (10.10.10.10) from the CSV file the value displays incorrect (10.101) I am trying to automate the Desktop application reading the data from CSV file in which there i am trying to fetch the ip from CSV file but the value is returned as below mentioned. Input Value: 10.10.10.10 Expected Value: 10.10.10.10 Actual Value Fetched: 10.101 when I tried with the below workaround solution it works fine., Input Value: a10.10.10.10 Actual Value Fetched: a10.10.10.10 I would like to know if there is a way to fetch the ip value from CSV without appending the string. Regards Vijay Bhaskar U How to generate the passed and failed status in Summary report based on the Checkpoints Hi, I need to customize TestComplete generated summary report. Currently the Summary is displays the passed and failed counts based on the Function count, rather I would like to have the count based on check point. Is there any way to customize the summary report?? Regards Vijay