How to generate 3 digit random number?
Answer Posted / prathyusha
Randomize
intmax=1000
intmin=300
rNum=Int((intmax-intmin+1)*Rnd+intmin)
MsgBox rnum
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the uses of vb script?
Explain about scrrun.dll in vbscript?
Explain the support of asp for vb script functionality?
What are the different types of loops available in the vbscript language?
who will create the object?
how to set one column as primary key in QTP and fetch values accordingly
Explain the .wsf files?
give me any information abou vb script books learn quckly
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
How to replace junk code recorded by QTP with a mall function.
What is sql loader? Explain the files used by sql loader to load file?
What is the difference between vb debugger and the script debugger?
Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
How are values assigned to the variables in the vbscript language?