hi guys, could you please prepare script for given format ?
1,1,2,3,5,8,13,21,...etc use vbscript for this...?
Answer Posted / madhumita baitalik
Sub Fibonacci()
a = 0
b = 1
For i = 1 To 10
c = a + b
a = b
b = c
msg1 = msg1 & "," & b
Next
Msg = "The string is 1" & msg1
MsgBox Msg
End Sub
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
How QTP support all types of applications (platforms)?
The hybrid framework can be implemented for any application. Is it true?
How to find the difference between 2 dates in qtp?
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
Difference between action & Reusable action?
Can you brief the hurdles you faced during Automation testing?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
Explain how you can delete excel file in qtp?
how will you load the test cases in ddt?
What is the difference between Keyword Driven test and Data Driven test?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
What are the different types of recovery operation?