ContributionsMost RecentMost LikesSolutionsUsing regular expressions in namemappingHi there, I have a namemapping for an application/main screen which has a dynamic title bar. I use the AWTComponentAccessibleName property in the namemapping. The layout of title bar is always something like this: ABC somename: username After username there are a lot of spaces. somename and username can be different in the same application I cannot use a wildcard like this: ABC *: * because other titles in the same title bar have a title like this: ABC somename: username Path: AB Again there are a lot spaces after AB How can I define the main screen in the namemapping with regular expressions? Or doesn't namemapping support regular expressions other than *?TestExecute - How to directly run a sub - testitemHi, I read that testexecute can run a testitem in a project. My project has testitems to run a test, but also contains subfolders for a specific functionality. My project looks like this [generic foldername project] - [foldername sub testitem functionality 1] - testitem to run a keyword test - [foldername sub testitem functionality 2] - testitem to run a keyword test I want to start [foldername sub testitem functionality 1] or [foldername sub testitem functionality 2] directly from testexecute. Is this possible? Add existing item results in check out of the itemHi, When I add an existing item to a project from another project in the same project suite, the added item is checked out when using clearcase as SCC provider. This is annoying when you just want to add an existing item for reference. I would say this is unwanted behaviour. Anyone having the same problem?How to add multiple testitems to a projectWhen we make tests in TC we mainly use keyword tests. Each keyword test contains 1 test situation. To perform more keyword tests we add the keywordtests to the testitems of the project. It is not possible in TC to add more than 1 keywordtest at the same time to the testitems. Because we have a lot of keywordtests, adding them to the testitems is a lot of work. Is it possible to simplify this?SCC & Add exisiting itemWe use clearcase as SCC provider. Our project suite contains multiple projects bu we only have 1 main project. When we want to use an item from e.g. out main project we add it as an existing item in the other project. What testcomplete then does is that the added item is automatically checked out. We find this very anoying because we just want to add it, not to edit it. Is there a solution for this behaviour?Re: TestComplete after update to 9.2 very slowWe are using ClearCase for source control. Just tested it by making a new projectsuite which is not under source control. Then there seems to be no problem ...TestComplete after update to 9.2 very slowWe just updated to TestComplete version 9.20 from 9.10. This version is slow compared to 9.10. Typing a line into a script is not do-able. Each letter takes about 5 seconds. Are there similar experiences?script.tcscript file is saved when saving script -> behaviour not wanted because we use source controlWhen I save a script file in TC 9.2, also the Script.tcScript file is saved. After comparing the old and the new Script.tcScript file, I can see that nothing has changed. This behaviour is not wanted, because we use ClearCase for source control. In the above case the edited script file was checked out but the Script.tcScript file wasn't. This results in a "Save Read-Only Storage" message in which we can say to overwrite the Script.tcScript file. After doing this that file is "hijacked" and we have to correct that in clearcase. Also the <project>.pjs file is saved in this example. Is this a bug?Re: TC doesn't recognize ListItem dataHi Tanya, I would like to do that, but it's a heavy client server application. This means I cannot send it via mail or so. What can we do to solve this issue? Regards, Erik.Is selective namemapping possibleHi there, I'm using TC to record keyword test. Afterwards I change them to make the tests more robust. When recording I don't use automatic namemapping because that will generate to much namemappig data. Also we have windows with the same name, but different dynamic data. What I want to do, is to use namemapping only for certain java classes (our application is a java client application; non web). Is this possible? Now I have to record, create the namemapping for the different windows and change the keywordtests afterwards.