import values with dots
Hello, I want to import a csv file. In this file there is a colum with dates. The date format have dots to separe the information in the date (e.g. "05.05.2018"). This date format will be used in Germany. During the import from csv file into a "Data-Driven Loop" I can see that the double quoted string "05.05.2018" will be transformed into a number 5052018. Why TestComplet do this? For me is that a bug. I tried to escape the dots with backsledge, but doesn't work well. Have somebody a workaround? Best regardsSolved3.4KViews0likes6CommentsI am using a CSV for a Data-Driven loop but it's not working with a numeric option list
I'm testing a web application and I've created a csv for my Data-Driven loop. It was working great until I tried to populate a numeric option list (a list of about 60 four digit branch numbers). Instead of using the value from the csv to set the option list text, it is attempting to set the option list index. As a result it throws an index out of bounds error. For example: if the branch number in the csv is 1500, rather than selecting 1500 from the option list values, it tries to set the index to 1500. This happens in both IE and Chrome. I haven't tested Firefox yet, but I suspect it will do the same thing. If I use a variable, parameter or a constant rather than using the csv, it selects the numeric value. It only fails when loading data from a csv. Any ideas how to get around this? Thanks, JudySolved2.9KViews0likes8CommentsIf Object Exists in a Data-Driven Loop
I am having an issue of being able to check if a certain object exists once the data-loop starts. I have two 'If Object' statements. Both are looking at the text value of a search box. On the first run the program successfully checks to see if the object exists (but it will not exist),then continues to run the actionsunder that'if object' statement. On the second run (the object exists)it continues to run the actions under the 'if object' statement that looks to see if the object does not exists. How do I make it so the check object refreshes and runs the correct 'if object' statements?1.4KViews0likes3CommentsTestComplete data driven loops not working for second row of an xls file
Hi Does anyone know of any simple misktakes that could stop a data-driven loop from and xls file stop working for a web page? My data loop successfully takes the data from the first row of a spreadsheet (to set up new users in a web app), but fails to find the data in the second row. When watching the script on the second iteration I can see that TestComplete goes to the correct field to enter the new username, but nothing happens ans it continues without erroring. Alternatively, does anyone know whoe to debug a data-driven loop to see if I can understand what is happening in the background. Many thanks, Dom.1.5KViews0likes4Comments