• 大小: 264KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-05
  • 语言: 其他
  • 标签: 正交表  测试用例  

资源简介

TCG 是我以前写的一个利用正交表生成测试用例的小工具。

资源截图

代码片段和文件信息

/*Help*/
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

/*ad*/
namespace TCG
{
    public partial class HelpForm : Form
    {
/*test
tatsd
asdsad*/
        public HelpForm()
        {
            InitializeComponent();
        }
/*
asdas
asdsad
*/

        private void HelpForm_Load(object sender EventArgs e)
        {
            this.richTextBox1.LoadFile(@Environment.CurrentDirectory.ToString()+“\\帮助.RTF“);
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        898  2007-05-22 15:16  TCG\TCG.sln

    ..A..H.     16896  2007-11-09 11:14  TCG\TCG.suo

     文件        584  2007-10-19 18:03  TCG\TCG\HelpForm.cs

     文件       2086  1996-10-15 17:15  TCG\TCG\HelpForm.Designer.cs

     文件       5814  1996-10-15 17:15  TCG\TCG\HelpForm.resx

     文件        468  1996-10-15 17:09  TCG\TCG\Program.cs

     文件       3597  1996-10-15 17:11  TCG\TCG\TCG.csproj

     文件      28780  2007-10-19 17:30  TCG\TCG\TCGMainForm.cs

     文件       6852  1996-10-15 18:05  TCG\TCG\TCGMainForm.Designer.cs

     文件       6010  1996-10-15 18:05  TCG\TCG\TCGMainForm.resx

     文件      28672  1996-10-15 18:06  TCG\TCG\bin\Debug\TCG.exe

     文件      48640  1996-10-15 18:06  TCG\TCG\bin\Debug\TCG.pdb

     文件       5632  2005-11-11 22:25  TCG\TCG\bin\Debug\TCG.vshost.exe

     文件    1269880  2007-05-24 18:05  TCG\TCG\bin\Debug\ts723_Designs.txt

     文件       5517  1996-10-15 18:12  TCG\TCG\bin\Debug\帮助.RTF

     文件        280  2007-11-09 10:59  TCG\TCG\obj\TCG.csproj.FileList.txt

     文件        967  1996-10-15 18:05  TCG\TCG\obj\Debug\TCG.csproj.GenerateResource.Cache

     文件      28672  1996-10-15 18:06  TCG\TCG\obj\Debug\TCG.exe

     文件        180  1996-10-15 18:06  TCG\TCG\obj\Debug\TCG.HelpForm.resources

     文件      48640  1996-10-15 18:06  TCG\TCG\obj\Debug\TCG.pdb

     文件        180  1996-10-15 18:06  TCG\TCG\obj\Debug\TCG.Properties.Resources.resources

     文件        180  1996-10-15 18:06  TCG\TCG\obj\Debug\TCG.TCGMainForm.resources

     文件       1162  2007-05-22 15:16  TCG\TCG\Properties\AssemblyInfo.cs

     文件       2860  2007-05-22 15:16  TCG\TCG\Properties\Resources.Designer.cs

     文件       5612  2007-05-22 15:16  TCG\TCG\Properties\Resources.resx

     文件       1086  2007-05-22 15:16  TCG\TCG\Properties\Settings.Designer.cs

     文件        249  2007-05-22 15:16  TCG\TCG\Properties\Settings.settings

     目录          0  2007-12-25 20:52  TCG\TCG\obj\Debug\Refactor

     目录          0  2007-12-25 20:52  TCG\TCG\obj\Debug\TempPE

     目录          0  2007-12-25 20:52  TCG\TCG\bin\Debug

............此处省略9个文件信息

评论

共有 条评论