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 |
can any one say that where we can download the QTP trail version ??????????
Describe the process for writing text check point for a web application?
How to find Total no of Text Fields in the Page..Anybody please answer me..Thanks in Advance
Is it possible to change the values of analog recording?
How u do the back end testing in QTP?
What are the details steps to connect a remote mysql database in QTP
tell me the script for envirnment value parameeter with an example. which situation envirnment valu parameter is used
How i can test the background color of the records displayed in a Table. Eg i have a .net desktop application and there is a Table(swftable) with records displayed in the grids. i have to validate whether the 1st record is displayed in white background color and 2nd record in light blue background color...But the constraints is that once user click on the first record...the background color changes to grey.......Plze let me now how to validate this with QTP 9.2.
how to convert 100 into hundred repees only and viceversa
How to call .vbs funtion , Library files in QTP? plz Explain indetail(chandana)
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
can we create recorset with out using database connection in vbscript?