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 |
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
What is the use of "Step Generator" in QTP??for what purpose we are using??explain with an example
How to change the run-time value of a property for an object in QTP?
How can you Open a Notepad and How can you write the test Resuts in Notepad by Using QTP?
What does it mean when a check point is in red color? what do u do?
how can we compare descriptive programing with a regular expression
what is review
What is API?
Plz someone tell me about user interface testing and backend testing and hw did u use it in ur project.plz give a detail answer i need to explain it to the interviewer. plzzzzzzzzz guys its urgent
Explain actions in qtp ?
Pls let me know how to find out creation time and index for the web application in descriptive programming?
wht is the difference betn check point and output value?