How to count Number of Test Case Variations in .WSF files

  • Thread starter Thread starter GNRaj
  • Start date Start date
G

GNRaj

Hello everyone,

I would like to know how many test case variations are there for each
test case script file (.WSF). This gives me a fair understanding of how
much time is required to run the tests and debug.

Please help.

Thanks in advance

Best Regards,

GNRaj
 
If you are talking about the NDISTest:

The number of variations in a script is not fixed. It depends on the
capabilites of the miniport/IM driver we are testing (eg. packet filters
supported, maximum packet size supported, etc). The run duration of each
variation also is not fixed. It depends on what the variation is doing, the
speed of the machine, link speed, etc.

In short, for the NDISTest, it is very difficult to estimate the time that a
test or the complete test suite would take.

Mitesh
 
Back
Top