Ejemplo n.º 1
0
 public AnalysisInfoTest()
 {
     t = new TestProduct { uid = "CE53A34494FAD3C4BB524D4EA62DB6FF", pCode = "00000000000_GENEV_PCODE_ANALYSIS", displayName = "HP Analysis", displayVersion = "12.00", installDate = "20140319", installLocation = @"C:\Program Files (x86)\HP\LoadRunner\" };
       if (t.InstallTestProduct())
       {
     Debug.WriteLine("Test product installed: " + t.displayName);
     Analysis = new AnalysisInfo();
       }
 }
Ejemplo n.º 2
0
 public AnalysisInfoTest()
 {
     t = new TestProduct {
         uid = "CE53A34494FAD3C4BB524D4EA62DB6FF", pCode = "00000000000_GENEV_PCODE_ANALYSIS", displayName = "HP Analysis", displayVersion = "12.00", installDate = "20140319", installLocation = @"C:\Program Files (x86)\HP\LoadRunner\"
     };
     if (t.InstallTestProduct())
     {
         Debug.WriteLine("Test product installed: " + t.displayName);
         Analysis = new AnalysisInfo();
     }
 }
Ejemplo n.º 3
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();

              }
        }
Ejemplo n.º 4
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();

              }
        }
Ejemplo n.º 5
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();
                }
            }
        }
Ejemplo n.º 6
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();
                }
            }
        }