ContributionsMost RecentMost LikesSolutionsMissing Validations when recording I'not sure why this is happening, or how to be honest. I was setting up tests for some new validations on my companies site when I noticed I was not receiving any strikes for making incorrect actions. We wanted to set our test up this way so we knew it would stop us when things aren't correct. A Skip Function or Button I understand that 'ideally' no one is watching their tests as they run, but unfortunately that is what I have to do with my company. Our site performance can get slower/faster as the day goes by, so I have a lot of Wait commands in my scripts that I would like to be able to skip during the test should I need to when our system is running exceptionally Re: Is there any kind of functionality to skip test items/unnecessary waits (I.e. Alt+Right/Ctrl+Right)? The wait commands offered in the application, only because we've tried changing the auto-wait timeout and it was still timing out after 2 minutes. Re: Is there any kind of functionality to skip test items/unnecessary waits (I.e. Alt+Right/Ctrl+Right)? I just wanted to know if the functionality is there, unfortunately we don't have the proper "set-up" to let TestComplete run on its own, due to how many changes we makes to our sites on a daily basis. this is only incase our system is running faster than expected, just to speed the process up a little when I can. Is there any kind of functionality to skip test items/unnecessary waits (I.e. Alt+Right/Ctrl+Right)? My company only uses one license for TestComplete that I watch over and since I already am watching the tests I was wondering if there was any functionality with TestComplete (I.e. a shortcut command, Dedicated button, or option) that would allow me to skip test steps without adding extra code? (Unfortunately I know very little in terms for/with coding) I ask because sometimes our site runs slower than usual, usually after posts and it has effected my testing, I had to input a bunch of wait commands (which is great, but not always needed on each page) but I cannot tell ahead of time when ill need to disable/enable them to smoothen test times. If anyone knows a simple command or way to skip test items or an unneeded wait, any assistance/knowledge would be greatly appreciated. Re: Is it possible to skip a test step during test playback in TestComplete? So is there no way to skip a step during the playback? Is it possible to skip a test step during test playback in TestComplete? I have a test case with a bunch of delays on it for my companies QA site, because it does not run at full speed at all times. to avoid failing when our system is running slow I put those in there, but is there a way to skip these steps incase they are unneeded? If not I could just test the system before starting my test? Solved