ContributionsMost RecentMost LikesSolutionsRe: Breakpoints No Longer Working Actually I found the answer. I have script files in one project that are linked in another. If I don't open them from the link within the project they are running with the breakpoints do not work. I have to make sure to open them within he project the test is running. Breakpoints No Longer Working I have been using Test Complete all morning and then on one run the breakpoints no longer work. Debugging is enabled, I have restarted my computer, I have closed all other applications, I can't hit a break point. Even if I set it at the first command in the test the execution never pauses. SolvedSource Control We are going to be purchasing another Test Complete and will need to share the tests between both developers. Currently for most of our project development we use Subversion that is hosted on a certain server of ours using Visual SVN. I have TortiseSVN installed locally to check files out of a repo. I want to get the in app source control working as I believe that will be easier for file additions/deletions and merging. I saw in the documentation that Collab needs to be installed on my machine so I downloaded and isntalled CollabNetSubversion-client-1.8.11-1-Win32.exe and ran through the installer. When I opened up Test Complete I still do not see it as an option in the provider list, all I see if my SourceGear Vault as a selection. I went into Add/Remove programs and performed a 'Modify' on the product and let it run the the installer again but I still do not get an option for SVN, only SourceGear which I am not going to use for this project. Any help would be appreciated. EDIT: I also tried uninstalling Test Complete and reinstalling and it still does not show the SVN option. Share Keyword Tests Across ProjectsI have a project inside my project suite which has several long running tests. These are used when I am nearing a full release of software. However I want to have another project inside the same Suite that is just a subset of the first one. How can I share Keyword test and mapped items between projects? SolvedRe: Deploying Test Complete Automated TestsSo in order to use my Test Complete on my devleopment machien and then deploy to several other machines in order to test under different SQL Server scenarios and Operating Systems I have to change the project each time in my Test Complete and then either copy the values from the config file into the testing machine. Even if I set the code to read the machien name sometimes I want to use the machien with SQL Server 2008, sometimes it would be 2012. This does not work efficiently for me as these approaches require that I edit the files in Test Complete then upload those changes somehow to my testing machine. I am very frustrated with my purchase at this point, had I fully understood the lmitations of distributed testing I would have went with QTP over TestComplete/Test Execute.Re: Deploying Test Complete Automated TestsSo if I put a variable in Project Suite under Persistent variables and name is ApplicationLocation I can assign in Test Complete a default value and a local value. When I open the project in networked mode to run under Test Execute on another machine it opens in network mode but the default value is always used. I have looked at the machine specific tcLS file and the variables are not in it. How do you set the variable in the file for the individual testing machines?Re: Deploying Test Complete Automated TestsI notice that the tcls file saves the string variable in some sort of encrypted format - is there a setting I can change so I can set the DB connection string in each file on each tested pc?Re: Deploying Test Complete Automated TestsIs the ParseAndApplyConfig something I will need to write? Is there an example somewhere of handling this function?Deploying Test Complete Automated TestsI have written my tests using Test Complete on my Developer Machine. Once I am ready to run my tests under different scenarios I have Test Execute setup on different VM's to handle different Operating Systems. I have a variable in the main project that is set to allow the application to know if it's in development so it can pick either my local database or the one the VM's use with Test Execute depending on the situation. I am curious how if I can configure these variables without Test Complete - I would like to test against multiple SQL Server instances, thus I would need to change the connection string for each VM.Is there a way I change these variables on the machines that only have Test Execute?Data ValidationMy company is evaluating some testing suites for our applications and I like the ease of creating a keyword test with Test Complete, however I have some questions I can not seem to figure out on my own. I run through two processes on my UI, they are fairly lengthly processes and I can test the two seperate methods work correctly without a cash in the application. However after process A is copmlete, I run process B. After that is complete what I do manually is run a report to check the two datasets for equality. If they are equal I know the application is performing operations A & B correctly. How would I go about making Test Complete handle this last step for me? Does it have the ability to run the particular report, and then look for particular values in a certain column of the generated crystal report? Or do I somehow connect it directly to my database and pass a particular Query and check the result? Thanks Solved