01-31-2010, 08:18 PM
hello,
I need VB Script (function ) for random string
please Help me
I need VB Script (function ) for random string
please Help me
VB Script - random string
|
01-31-2010, 08:18 PM
hello,
I need VB Script (function ) for random string please Help me
02-01-2010, 02:36 AM
I have This :
Code: Function RandomString but it does not work
02-01-2010, 10:32 AM
hey qtp_user22,
you have missed to put the parameter strLen use this Code: Function RandomString( ByVal strLen )
02-01-2010, 12:23 PM
Hi,
The simplest way is to use "AUT"& RandomNumber(). There is a random number generator facility provided in QTP itself. And u can very well use it. U can give the range of numbers , like Between 1 to 10,000 and the number will be generated itself in the given range. Each time its a different number between the given range. IT can find in the help section in the Qtp help. Try, and let me know if u are not able to.
09-29-2011, 04:28 PM
Hi Friend,
hope this will help for you, try this and let me know if it not works ****************************************************** Code: MsgBox RandomString ****************************************************** Thanks & Regards, G@veyom
06-19-2014, 04:54 PM
Try the below code. It ran successfully for me
Code: Dim str Thanks, Samir |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
VB Script:number of times a character appears in a string with position | Jyobtech | 1 | 12,022 |
08-07-2013, 01:03 PM Last Post: anil2u |
|
How to have a variable that has a string comma string .. | shareq1310 | 5 | 5,045 |
11-09-2011, 03:33 PM Last Post: parminderdhiman84 |
|
How to select a option based on Random Q/A | zerocool | 1 | 2,994 |
09-16-2011, 04:57 AM Last Post: vIns |
|
Copying random length part of the string. | unbeliever | 5 | 4,803 |
01-07-2010, 02:55 PM Last Post: unbeliever |
|
string function to get a letter from a string | ajay.r1982 | 3 | 7,517 |
06-30-2009, 08:58 PM Last Post: Ankur |