ContributionsMost RecentMost LikesSolutionsRe: Unable to initialize TestExecute. Unable to connect to the product. Server execution failed Tried to do the same thing and had the same issue...Hopefully someone has an answer! Re: playback now does entire project instead of single function Ok so got the solution from the Ticket. Rookie Scripting mistake/friday thinking about the weekend maybe?? I had the following in my common functions script exports.SPLogin = SPLogin(); it should've been module.exports.SPLogin = SPLogin(): thanks everyone for the help! Re: playback now does entire project instead of single function So our Company just purchased TestComplete in June, it was TC 11 (don't remember the build). I upgraded to 12 once it was available. We have been using it for a Delphi 7 desktop application. All those test are keyword test. We are starting some web development for an internal employee site. So that's when I decided it might be better to try creating the test in scripts based off the latest Qtr training video if that goes well I plan on trying scripts with the desktop application. I haven't tried another user since I'm the only QA person right now. What I can try is running the instance on a VM I have setup from when we first got TC and where trying different things out. I think that one is actually TC11 still. No command line parameters, just running TC as stock as I can to avoid issues like this lol. I'll give the VM one a shot and if it's acting up maybe I'll go ahead and upgrade that one to 12 and see if that does anything for me. Also thanks everyone for coming up with troubleshooting ideas. It's greatly appreciated!! Re: playback now does entire project instead of single function Good Idea! Yes all the Samples are doing the same thing. It appears something in the background is messed up. I've tried to find a playback setting along the lines of 'always run project'. I submitted a ticket and i'm waiting to here back. Once I resolve it I'll update this thread. Re: playback now does entire project instead of single function Yes even doing it the way you describes kicks off the project run. Re: playback now does entire project instead of single function No I didn't do any F hot keys. I did do alt+k to comment out and alt+u to uncomment. I actually rebooted my computer a couple of times to no avail. Re: playback now does entire project instead of single function When I created it I created it as it's own project with zero information from other projects. I wanted it to be isolated, it's not even in the same folder as the other projects. I'll submit a ticket and see what the help desk can come up with. Also uploaded my playback settings (capture3.png) the only thing I can think of is when I decided to setup hotkeys for commenting and uncommenting, that's really the only settings I messed with. Re: playback now does entire project instead of single function I do not have an OnStart Test event handler defined. What's weird is everything was working then all of a sudden it stopped. It's a new project I started to try and fine tune the test better using scripts instead of keyword tests, so it's a practice project. What's not cool, I went to our Keyword test project that's in a separate Project suite, and it's now acting the same way. I select a specific Keyword test from the Project explorer and right click on it and select 'Run (keyword test name)' and it kicks of playback for the whole project. Re: playback now does entire project instead of single function Capture.png shows highlighting a function, right clicking and then selecting the run current routine Capture1.PNG shows selecting a function from the options Capture2PNG shows pressing the play button with the selected function from the dropdown. playback now does entire project instead of single function I'm testing an internal company website using scripts (Javascript). Everything has been going well but all of a sudden when I try to playback a single test, Test Complete is playing back the entire project. For instance I'm trying to playback a single function. I select the function and hit the playback button and it starts playing back the entire project. I tried right clicking and using the 'Run current routine' but it still kicks off a project playback. Did I alter a setting somehow with out realizing it (accidental hot key)? Solved