How can I get the QC 10 defects grid to auto-refresh every x minute?
Question ID: 104339
0
0

How can I get the QC 10 defects grid to auto-refresh every x minute?

Marked as spam
Posted by (Questions: 1, Answers: 0)
Asked on March 10, 2011 9:59 am
37 views
Answers (1)
0
Private answer

Hi,

I would use something like that :

**in the entermodule part :**

1. i would check if the entered module
is the defect one.
2. if true then i would set
'looking_at_defect' var to true,
else to false
3. I would also set another
'reference_time' var, to get the
actual time you entered the module

last, i would add a loop that would perform

- get the curent time again and store
it in a 'Actual_time' var
- if the actual time exceeds the
reference time, more than the amount
you need (your X mins)
- then the act_refresh or Defects.RefreshAll action is triggered
- and the reference time is reset to be equal to the actual time

while looking_at_defect is true

**in the exitmodule part:**

If the exited module is the defect one, i would set the 'looking_at_defect' var to to false

Marked as spam
Posted by (Questions: 0, Answers: 9)
Answered on October 16, 2013 12:44 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top