|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > Testing Commands > Testing Commands |
MiniRobotLanguage (MRL)
TST.Get Company Name
Generate a randomized company name
Intention
The TST.Get Company Name command is specifically designed to generate a randomized company name.
This functionality is ideal for creating diverse test datasets in business applications, CRM systems, and any scenario requiring a variety of company names for validation, testing, or demonstration purposes.
•Realistic Naming Conventions: Generates company names that mimic real-world business entities, enhancing the realism of test environments.
•Simplicity and Flexibility: With only the need to specify an output variable, integrating this command into scripts or workflows is straightforward.
•Wide Applicability: Useful across a broad spectrum of development and testing scenarios, particularly in business-focused applications where company names play a critical role.
Utilizing the TST.Get Company Name command allows developers and testers to quickly populate databases, forms, or any other application components with realistic company names, facilitating thorough and effective testing.
This command streamlines the process of generating varied company names, saving time and effort that would otherwise be spent manually creating or sourcing these names.
Generated company names, while diverse and realistic, are entirely fictional and should not be used where actual business names are required.
The random nature of the name generation means there could be occasional repetition or the creation of names that resemble real companies purely by coincidence.
Syntax
TST.Get Company Name[|P1]
Parameter Explanation
P1 - (optional) The variable where the generated company name will be stored. If omitted TOS is used.
Example
'***********************************
' TST.-Sample
'***********************************
' Generate a random company name and store it in $$N01
TST.Get Company Name|$$N01
DBP.A random Company Name is $$N01.
ENR.
Result:
A random Company Name is Dellawuganara Johnson Chemie Inc..
Remarks
-
Limitations:
-
See also:
•