Exemple #1
0
        public VTSTest()
        {
            t = new TestProduct { uid = "E86DE06E377BEEC4F8B5E243A797A42B", pCode = "00000000000000000_GENEV_PCODE_VTS", displayName = "HP VTS", displayVersion = "11.52", installDate = "20140319", installLocation = @"C:\Program Files\HP\VTS", exesLocation = "VTS_11.52", removeExesOnUninstall = true };
              if (t.InstallTestProduct())
              {
            Debug.WriteLine("Test product installed: " + t.displayName);

            t.exes = new List<string> { @"client\SharedParameter.dll", @"install\srvany.exe", @"web\node.exe" };
            if (t.copyExesToInstallDir())
              VTS = new VirtualTableServer();

              }
        }
Exemple #2
0
        public BPMTest()
        {
            t = new TestProduct { uid = "F3770988A38F9A74AABC8781784C173D", pCode = "00000000000000000_GENEV_PCODE_BPM", displayName = "HP BPM", displayVersion = "9.23", installDate = "20140419", installLocation = @"C:\HP\BPM", exesLocation = "BPM_11.52", removeExesOnUninstall = true };
              if (t.InstallTestProduct())
              {
            Debug.WriteLine("Test product installed: " + t.displayName);

            t.exes = new List<string> { @"client\SharedParameter.dll", @"install\srvany.exe", @"web\node.exe" };
            if (t.copyExesToInstallDir())
              BPM = new VirtualTableServer();

              }
        }
Exemple #3
0
        public BPMTest()
        {
            t = new TestProduct {
                uid = "F3770988A38F9A74AABC8781784C173D", pCode = "00000000000000000_GENEV_PCODE_BPM", displayName = "HP BPM", displayVersion = "9.23", installDate = "20140419", installLocation = @"C:\HP\BPM", exesLocation = "BPM_11.52", removeExesOnUninstall = true
            };
            if (t.InstallTestProduct())
            {
                Debug.WriteLine("Test product installed: " + t.displayName);

                t.exes = new List <string> {
                    @"client\SharedParameter.dll", @"install\srvany.exe", @"web\node.exe"
                };
                if (t.copyExesToInstallDir())
                {
                    BPM = new VirtualTableServer();
                }
            }
        }
Exemple #4
0
        public VTSTest()
        {
            t = new TestProduct {
                uid = "E86DE06E377BEEC4F8B5E243A797A42B", pCode = "00000000000000000_GENEV_PCODE_VTS", displayName = "HP VTS", displayVersion = "11.52", installDate = "20140319", installLocation = @"C:\Program Files\HP\VTS", exesLocation = "VTS_11.52", removeExesOnUninstall = true
            };
            if (t.InstallTestProduct())
            {
                Debug.WriteLine("Test product installed: " + t.displayName);

                t.exes = new List <string> {
                    @"client\SharedParameter.dll", @"install\srvany.exe", @"web\node.exe"
                };
                if (t.copyExesToInstallDir())
                {
                    VTS = new VirtualTableServer();
                }
            }
        }