Continuous testing when idle fails in RAD Studio 11

Issue #157 invalid
Darian Miller created an issue

I haven’t tested this in other versions but I couldn’t get it to work in RAD Studio 11. TestInisght 1.2.0.1

I’m pretty new to TestInight, but everything seems to be working. I can enable the run on Save option and when I save the unit or project, the tests are automatically run and the results updated perfectly. If I untick the run on save option and tick the ‘run tests continously when idle’ option and wait a while, no tests are executed. The idle time configuration Option is left at the default of 2 seconds. (Also tested by changing the option to 1 second.) The hint on the trackbar says seconds, so I thought perhaps it meant minutes so I waited two minutes and no automatic test run was started. (I left the IDE within the editor in my VM and switched to my host system to find this Bitbucket repo and create this issue and the tests never executed.)

Comments (3)

  1. Stefan Glienke repo owner

    The trigger only activates once you change something in the code and not after you activate the option.

  2. Darian Miller reporter

    Ok, thanks. That makes more sense. I am writing a blog article on using TestInsight and was going through the various configuration options.
    “If this option is toggled on, and you have made changes to the source since the last test run, and there has been no activity detected within the configured amount of time, then the tests are automatically executed and the TestInsight Explorer window updated.”

  3. Log in to comment