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
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
What is use of object spy?
What are the ordinal identifiers in web page?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
What is throw Object?
How to carry out bit map check points in QTP
What are the Test design techniques you uses in ur project?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
What is qtpro? What is quick test pro?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
How do know the number of browsers opened?
What is different command used in command Prompt while using QTP?
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
What is qtp window?
What are the different recording modes and how do they work?