PICT test case design medical device film printing test case

For example, imaging medical equipment such as CT and MRI breast machines need to print film, and use the virtual machine to test the film printing function. At this time, three variables are involved:

 

 

Number of film lines  [1-10]
Number of film columns [1-10]
Print f number 50,100,500,1000,1500,2000

Convert three-dimensional combination into two-dimensional combination output, improve the success rate:

Number of film rows 1X1,    1X2,    1X3,    1X4,    1X5,    1X6,    1X7,    1X8,    1X9,    1X10,    2X1,    2X2,    2X3,    2X4,    2X5,    2X6,    2X7,    2X8,    2X9,    2X10,    3X1,    3X2,    3X3,    3X4,    3X5,    3X6,    3X7,    3X8,    3X9,    3X10,    4X1,    4X2,    4X3,    4X4,    4X5,    4X6,    4X7,    4X8,    4X9,    4X10,    5X1,    5X2,    5X3,    5X4,    5X5,    5X6,    5X7,    5X8,    5X9,    5X10,    6X1,    6X2,    6X3,    6X4,    6X5,    6X6,    6X7,    6X8,    6X9,    6X10,    7X1,    7X2,    7X3,    7X4,    7X5,    7X6,    7X7,    7X8,    7X9,    7X10,    8X1,    8X2,    8X3,    8X4,    8X5,    8X6,    8X7,    8X8,    8X9,    8X10,    9X1,    9X2,    9X3,    9X4,    9X5,    9X6,    9X7,    9X8,    9X9,    9X10,    10X1,    10X2,    10X3,    10X4,    10X5,    10X6,    10X7,    10X8,    10X9,    10X10
Print f number 50,100,500,1000,1500,2000

In the PICT root directory, create a new text file test.txt, enter the following content, pay attention; and, use the English input method

Open cmd

C:\Users\Administrator>E:

E:\PICT>pict test.txt

Output test case orthogonal results;

To query whether the number of use cases is 100*6 , use the following command:

E:\PICT>pict test.txt /S

Return result:

 

Export to excel sheet:

E:\PICT>pict test.txt >T.xlxs

After sorting, you can directly import ZenTao use cases in batches

Guess you like

Origin blog.csdn.net/luoyir1997/article/details/108509011