ContributionsMost RecentMost LikesSolutionsRe: How to run specific rows in data-driven test in script?If you're using keyword testing, you can double click on your data driven loop and follow the propmpt for selecting your excel data source. You can then specify the start and finish lines of the driving data e.g start line 5 finish line 10Re: Non integer recognitionI checked out all the possible variations for aqconvert e.g strToInt, FloatToStr etc. I still get the problem no matter which I use. Strange it only does this with the one cell on screen.Re: Non integer recognitionit seems it doesn't want to play and is still saying 15.2 does not equal 15.2.Re: Non integer recognitionHmm how would I apply that? below is the code expression I already have within my checkpoint, (I use keyword scripting but figured this bit of coding out for myself!) aqString.Trim(Aliases.iexplore1_new.Page.SampleDetails.Panel(2).Panel(0).Panel(0).Panel(0).Panel(21).Panel(0).Panel(80).innerText, aqString.stAll)Non integer recognitionI'm running a script that is data driven and checks several on screen cell values against the driving data. For one cell testcomplete refuses to match the on screen value against the driving data and returns an error stating Onscreen value "15.2 does no equal the baseline value "15.2" It does this for any integer but only for that cell. I have checked that my checkpoints are formulated identically and that the excel driving data is formatted consistently. I have used the aqtrim command to remove any blank spaces for all calls checked. I can't use the "contains" command for my checkpoints as I need an excat match so am using equals.data driving on screen action itemsI wish to data drive the items for an on screen action but can't figure it out. I use keyword testing and have the following to achieve a web page has 96 checkboxes i wish to check if each individual box is ticked and if not tick them, I was hoping to use data driving where an " if then" command is driven by a list of mapped aliases e.g checkbox0, checkbox1 etc. The if then command checks the state of the checkbox then the indented "on screen action" command ticks the box if needs be. The item within the "on screen action" command item was to be driven by the aliase for each of the 96 checkboxes. My altenative is 96 individual if then commands for each checkbox on screen which is going to be laboureous.Name mapping When app name changesThe application I have been testing has changed name so everything mapped before now doesn't work. e.g Aliases["GUI"]["FrmMain"]["MdiClient"]["datagrid"] has changed to Aliases["NEW_APP"]["frmMain"]["MdiClient"]["datagrid"] I really need to use all the table checkpoints from previous software releases to check consistency but if i try to update the mapped object for the table checkpoints testcomplete just trys to re capture the data from the screen. This is useless as I need to keep the original stored table data but compare it to the data shown in the new version of the software in which the mapping has changed as detailed above.Re: Propery Checkpoint Problemsthat works but it isn't really accurate enough. I need to be sure that the returned values are dead on the original values. using "contains" will allow the value 115 to successfully comapre against 15.loop text entry actionI wish to perform an action where text is entered into an on screen cell then tab is pressed to select the next cell and text is entered and so on. The problem i have is each cell is been given a unique id by test complete so it looks like i will have to data drive each individual cell of which there are 500. is there a quicker way to do this?Propery Checkpoint ProblemsWhen I use property check point to check on screen values. Testcomplete flags differences when it seems the only differences are spaces. Is there anyway to correct this. I am using a data driven keyword test using a csv file. The same csv file is uploaded into my tested app and stored within. example: Csv data = "qwerty" Onscreen using tested app = "qwerty" Testcomplete observes onscreen data as = " qwerty " can i somehow get test complete to ignore the blank spaces? i.e just concentrate on the qwerty bit