Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

US-1031006 & US-935048 [Rebranding] - Company name / Digital Lab renaming #90

Merged
merged 3 commits into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion HpToolsLauncher/Launcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public override string ToString()
GetMobileProxyTypeAsString(), MobileProxySetting_Address, MobileProxySetting_Port, GetMobileProxyAuthenticationAsString(), MobileProxySetting_UserName);
}
string mcConnStr =
string.Format("UFT Mobile HostAddress: {0}, Port: {1}, AuthType: {2}, {3}, TenantId: {4}, UseSSL: {5}, {6}",
string.Format("Digital Lab HostAddress: {0}, Port: {1}, AuthType: {2}, {3}, TenantId: {4}, UseSSL: {5}, {6}",
MobileHostAddress, MobileHostPort, MobileAuthType, usernameOrClientId, MobileTenantId, GetMobileUseSslAsString(), strProxy);
return mcConnStr;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ public static UFTSettings ParseMCSettings(McConnectionInfo info)
}
else
{
throw new ParallelRunnerConfigurationException("Invalid Mobile Auth Type!");
throw new ParallelRunnerConfigurationException("Incorrect type of credentials provided for Digital Lab authentication.");
}

var proxy = GetMCProxySettings(info);
Expand Down Expand Up @@ -470,7 +470,7 @@ public static string GetConfigFilePath(TestInfo testInfo, McConnectionInfo mcCon

var mcSettings = ParseMCSettings(mcConnectionInfo);

// set the mobile center settings if provided
// set the Digital Lab settings if provided
if (mcSettings != null)
{
config.settings = mcSettings;
Expand Down
4 changes: 2 additions & 2 deletions HpToolsLauncher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static void Main(string[] args)
private static void ShowTitle()
{
AssemblyName assembly = Assembly.GetEntryAssembly().GetName();
Console.WriteLine("Micro Focus Automation Tools - {0} {1} ", assembly.Name, assembly.Version.ToString());
Console.WriteLine("OpenText Automation Tools - {0} {1} ", assembly.Name, assembly.Version.ToString());
Console.WriteLine();
}

Expand Down Expand Up @@ -146,7 +146,7 @@ private static void ShowHelp()
Console.WriteLine("\t# File System parameters");
Console.WriteLine("\tTest<i:1-to-n>=<test-folder>|<path-to-test-folders>|<.lrs file>|<.mtb file>|<.mtbx file>");
Console.WriteLine();
Console.WriteLine("\t# Mobile Center parameters");
Console.WriteLine("\t# Digital Lab parameters");
Console.WriteLine("\tMobileHostAddress=http(s)://<server>:<port>");
Console.WriteLine("\tMobileUserName=<username>");
Console.WriteLine("\tMobilePasswordBasicAuth=<base64-password>");
Expand Down
5 changes: 2 additions & 3 deletions HpToolsLauncher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*/

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand All @@ -30,9 +29,9 @@
[assembly: AssemblyTitle("FTToolsLauncher")]
[assembly: AssemblyDescription("A command-line tool that launches the functional testing applications and runs tests")]
[assembly: AssemblyConfiguration("retail")]
[assembly: AssemblyCompany("Open Text")]
[assembly: AssemblyCompany("OpenText")]
[assembly: AssemblyProduct("UFT One CI Utilities")]
[assembly: AssemblyCopyright("Copyright 2020-2023 Open Text")]
[assembly: AssemblyCopyright("Copyright 2020-2023 OpenText")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion HpToolsLauncher/Runners/FileSystemTestsRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public FileSystemTestsRunner(List<TestData> sources,

if (!string.IsNullOrWhiteSpace(_mcConnection.MobileHostAddress))
{
ConsoleWriter.WriteLine("UFT Mobile connection info is - " + _mcConnection.ToString());
ConsoleWriter.WriteLine("Digital Lab connection info is - " + _mcConnection.ToString());
}

if (reportPath != null)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ This tool shall be used together with the [FTToolsLauncher](#fttools-launcher) t

Make sure the LRAnalysisLauncher tool and the [FTToolsLauncher](#fttools-launcher) tool are put in the same directory and the file name of the LRAnalysisLauncher tool is **LRAnalysisLauncher.exe**.

In order to run LoadRunner scenario successfully, the LoadRunner **bin** folder (ie. *C:\Program Files (x86)\Open Text\LoadRunner\bin*) shall be added to system **Path** environment variable if it is not properly set automatically.
In order to run LoadRunner scenario successfully, the LoadRunner **bin** folder (ie. *C:\Program Files (x86)\OpenText\LoadRunner\bin*) shall be added to system **Path** environment variable if it is not properly set automatically.


## <a name="report-converter"></a>ReportConverter
Expand Down
2 changes: 1 addition & 1 deletion ReportConverter/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ReportConverter/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Please run test with "HTML Report" format to generate the XML report file.</valu
<value>The NUnit 3 Xml report is generated at: {0}</value>
</data>
<data name="Prog_Title" xml:space="preserve">
<value>Micro Focus UFT Report Converter Tool</value>
<value>OpenText UFT Report Converter Tool</value>
</data>
<data name="Prog_Usage_OneLine" xml:space="preserve">
<value>Usage:
Expand Down Expand Up @@ -239,7 +239,7 @@ Please run test with "HTML Report" format to generate the XML report file.</valu
<value>MB</value>
</data>
<data name="TestingToolName_UFT" xml:space="preserve">
<value>Micro Focus UFT One</value>
<value>UFT One</value>
</data>
<data name="ErrMsg_Input_InvalidFirstReportNode" xml:space="preserve">
<value>Error: The first XML node can't be recognized. The input file is not a valid UFT One test XML report.</value>
Expand Down
6 changes: 3 additions & 3 deletions ReportConverter/ReportConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net48;net472</TargetFrameworks>
<Version>1.0-beta</Version>
<Authors>Micro Focus or one of its affiliates.</Authors>
<Product>Micro Focus UFT One CI Utilities</Product>
<Copyright>© Copyright 2021 Micro Focus or one of its affiliates.</Copyright>
<Authors>OpenText or one of its affiliates.</Authors>
<Product>UFT One CI Utilities</Product>
<Copyright>© Copyright 2023 OpenText or one of its affiliates.</Copyright>
<Description>A command-line tool that converts UFT report to other formats.</Description>
<RepositoryUrl>https://github.com/MicroFocus/ADM-FT-ToolsLauncher</RepositoryUrl>
<AssemblyVersion>1.0.22.1728</AssemblyVersion>
Expand Down