Generate Random Text
I would like to generate random text in Test Studio. This text will be used in an input control or for a similar purpose.
Solution
There are two possible approaches: with or without code.
Without code
See our article on the Extraction feature.
With code
The .NET Framework provides the System.Random class which can be used to generate random text.
In this example, we'll navigate to Bing.com and enter random text into the search box.
See also: Check our blog post How to input random data in your test.