ContributionsMost RecentMost LikesSolutionsIgnoring Hyperlinks whilst searching a page for Broken Hyperlinks.Hi, I am trying to create a generic Test that will search a web page for any broken hyperlinks. The template used had a header that has links to all our other web pages. The links in the header all work so I do not need to check these just the ones of the page. I have tryed using the Web Accessibility checkpoint, but this selects the whole page, which includes the header. Is there anyway of ignoring certain parts of the page ie. the Header so that I can check the page? RegardsRe: Run tests from excel Spreadsheet row by rowCan someone please help!!Run tests from excel Spreadsheet row by rowHi, I am trying to write a script (jscript) that will work through a excel spreadsheet row by row. If a column has True in it, I would like it to go off and run a specific test assigned to that column. Also, there will be data in the spreadsheet that I will need to input into a website, so would like to be able to create a test that will go through the relevant cells in the row and pick out the information I need and populate eg a website form. Can someone please help me with the script? ThanksUsing Virtual Users to run a scriptHi, I have a script I want to run multiple times at the same time, but as multiple Users. Is there a way that I can utilise the Virtual Users to do this or is there another way? Thanks in advance, AndyRe: How do I list contents of a table in a combobox within a Userform?Hi Jared, What I am trying to do is search a folder for a file, open that file and search for a specific word. However the folder which I need to search depends on what application I am testing, all the rest of the test will be the same. I have created a form with a Combobox in, and also created a table that pulls back all folders names within a specific location. What I need is the combobox to show all folders listed in table, when a folder is selected open that folder and run the search script. Any help or suggestions you have would be greatly appreciated, Regards, AndyHow do I list contents of a table in a combobox within a Userform?Hi, I am new to TestComplete and have little knowledge of programing. I have created a table and need to link this table to a combo box within a Userform. Thanks in advance, Andy