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 |
How can we display the names of the buttons in the toolbar of a webpage
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
how to click on object? (with out knowing the object details) for ex: in a webpage one link is available.i want to click that link by using one menthod through qtp?
Can you tell me the differences between writing the VB script manually for a application and recording the same application in QTP , with a example?
In smart identification, explain about 1. Base filter properties 2. optional filter properties with examples?
write a qtp code to count the number of child objects in login page and highlight it
Explain about the Test Fusion Report of QTP?
We are calling Actions in Expert View by using Run Action.but i want to know where we are saving the Actions Scripts.Pls explain??
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
1. What is extense of Result file in QTP?
how to convert 100 into hundred repees only and viceversa