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 an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
How do you capture tooltip using QTP?
Explain data driven framework?
how did u use automating testing tools in ur job?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
What is qtpro? What is quick test pro? What is a quick test professional?
Diff b/w test scenario's and test Procedures?
i can done the project with QTP in that time i can say how many members in my team size?
If I change the property value at runtime is it effect is object repository?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
wt is the use of multiple questions in QTP
How does qtp identify objects in the application?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
Can we use index on view?
Is it possible to change the values of analog recording?