how to generate numbers in between to numbers suppose
numbers in between 500 to 1000 in sequencies using vbscript
Using loops in vb Script, you can generate numbers between
specified range
E.g:
For i= 501 to 1000
Reporter.ReportEvent micPass, "Value: " & i, "Number
between 500 to 1000"
Next
'gives the output as 501,502, 503, etc...
If you want generate random number between 500 to 1000, use
the function "RandomNumber(inbuilt function of QTP, but not
VB Sscript function)
E.g: var_Num = RandomNumber(500,1000)
| Is This Answer Correct ? | 1 Yes | 0 No |
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
what is difference between normal mode and fast mode?
What is use of Global Sync Timeouts in QTP9.2?
suppose im having a string wipro123xyz i need to get the value 123 only from the string today 123 will be in the middle from tommorow it will be changing to front or back how to get the no if it changes continously?
How to Set the Global Sync Timeouts in QTP?
What are the features and benefits of quick test pro (qtp 8.0)?
what are the attributes of QTP?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario
How u call functions in QTP Function to calculate the length of characters in a word -
Tell me Three major differences between QTP & Winrunner?
how to re-install QTP 9.0 trial version.