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 / 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 |
Post New Answer View All Answers
What are the differences between qtp and winrunner?
Will down time for server and content maintenance/upgrades be allowed? how much?
Explain sub procedure of vbscript.
regular expression in qtp standar check point for months from accepting months from january to december only
What is data driver in qtp? Where we use it?
How to creating an output value using quicktest professional?
what is the latest version of QTP? Main difference between 9.2 and 10 version
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
What is the meaning Work bench?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
How does qtp identify the object in the application?
What do you to script when objects are removed from application?
Explain about the test fusion report of quicktest professional (qtp)?
Can we run multiple QTP scripts one after the other without manual intervention? How?