schedular of QTP scripts

moranedotomi

New member
schedular of QTP scripts

היי schedular of QTP scripts. אני צריכה להריץ סקריפט של QTP כל אינטרוואל זמן(שאני אגדיר כפרמטר). כלומר,ה-QTP צריך לדעת כל אינטרוואל זמן להפעיל/להריץ את הסקריפט הרלוונטי. כיצד מבצעים schedular ב-QTP? תודה
 

Eonwe

New member
נסי לממש את הפסאודו הבא:

Option Explicit '''Variables should be initialized according to acknowledged values''' Dim ValueOfInterval, ParameterActionName While ( True ) '''Execute current Action''' RunAction "ParameterActionName" Wait ( ValueOfInterval ) '''UpdateCalledAction: returns the next ParameterActionName to be executed. Can be chosen from DB''' ParameterActionName = UpdateCalledAction Wend Or just use QTP component for that matter.
 
למעלה