ContributionsMost RecentMost LikesSolutionsRe: redaing values from csv file when the value is alpha numeric it produce null value The Schema.ini file has resolved the issue thanks for the help. Re: Angular JS and Test Complet Can you please explain what you mean by using Operation Keys? redaing values from csv file when the value is alpha numeric it produce null value I'm trying to read values from csv file the column has different values when it gets to alpha numeric it reads null. content of csv file: Tracer 9150080274 81517690080130 9150080530 81517690080198 9150080512 81517690080211 9150080761 81517690080400 50083AB6691SYS 50083AB6781SYS output with Log.Message: Type Message Time Priority Has Picture Link 9150080274 15:48:55 Normal 81517690080130 15:48:55 Normal 9150080530 15:48:55 Normal 81517690080198 15:48:55 Normal 9150080512 15:48:55 Normal 81517690080211 15:48:56 Normal 9150080761 15:48:56 Normal 81517690080400 15:48:56 Normal 15:48:56 Normal 15:48:56 Normal The menu item 'File|Exit' was clicked. 15:48:56 Normal SolvedAngular JS and Test Complet Our Development team recently started developing web application with with Angular JS. My javascript scripts are failing the script is a simple login script there are no errors generated but it seems TC complete is not rendering the username and password correctly and the login fails. Needless to mention that when the values entered manually the test passes. Testing web application that exports a csv file How can I read a specific cell from Excel csv file I'm testing a web application that exports data to a csv file. The file opens in excel I can navigate to a specific cell in the file but I have not been able to read the content of the cell. funceion test1() { var comboBox; comboBox = Aliases.Excel.wndXLMAIN.EXCEL.comboBox; comboBox.SetText("AM7"); edit.Keys("[Enter]"); // Here I'm in the location I need but I cannot read the content of AM7 }