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 we are going to write the descriptive programming.for example we are invoking qtp application where we are going to write that code
Can we create a qtp test from qc?
How to capture the tooltip of webelement,if there are two values displayed in tooltip of webelement?
how can i count the number of links???
what is action in QTP?
Can you write User defined function for WebEdit ? Note1: This function can be used for all web edits in all pages Note2: Don't use Child objects method
What are the parameters provided by QTP?
How to parameterize in QTP?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
what is keyword driven framework in qtp.
How to Import data from a ".xls" file to Data table during Runtime.
What do you to script when objects are removed from application?