hi guys, could you please prepare script for given format ?
1,1,2,3,5,8,13,21,...etc use vbscript for this...?
Answers were Sorted based on User's Feedback
Answer / phani daddanala
dim a, b, c
a=1
b=1
c=a+b
print a
print b
print c
while c<=100
print c
a=b
b=c
c=a+b
wend
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
Approach for Installation,comaptibility,system testing
Tell me the situations where we will use Data Driven?
CAN I CALL A FUNCTION IN ACTION.IF YES PLEASE HELP ME
Anybody explain me, the concept of checkpoint declaration in the QTP mainly for the Objects, Pages, Text and Tables ?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
What kind of errors can b handled in QTP in real time scenario?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
How to Install QTP on Citrix Environment? Possible send me the installation steps.. That would be great help
What r the features of QTP9.2,other than QTP8.0 What r the extre features of QTP9.2.
What is Parameterizing Tests?
in how many ways you perform batchtesting?
What is the latest version of qtp?