Running manually test if out of schedule.

Need new test, action, option? Post request here.
Post Reply
fve
Posts: 98
Joined: Sun Apr 27, 2008 11:25 am
Location: Denmark

Running manually test if out of schedule.

Post by fve »

Running manually test if out of schedule.

I making a schedule 8-9 and I want to make a test maybe at 10:30 it is not possible at the moment, because out of schedule test is not possible.

I think it will be nice if manually test are independent of test in the scheduler.
User avatar
greyhat64
Posts: 246
Joined: Fri Mar 14, 2008 9:10 am
Location: USA

Post by greyhat64 »

fve, you're right. I thought a 'Refresh' would do it, but if a schedule has been applied 'Refresh' does not override that.

This sounds like an easy fix
(don't take this literally - coding is not my thing :wink: )

Code: Select all

on event click [Refresh]
   if 'Out of schedule'
     prompt 'Test Anyway Y/N'
   endif
Does anybody else see a problem with handling off schedule testing this way?
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Its a little more complicated... However I assigned medium priority to the task.

Regards
Alex
Post Reply