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
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
How can I change object description or check point values in qtp?
When to use descriptive programming?
What are main panes available in qtp test browser?
Explain about datafile/verification of date file when file is not available in local system?
What are the types of object repository?
What is a Patch in QTP?
Explain the views in the QTP GUI?
Write a QTP script to enter a keyword in to Google search engine?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
desribe a situation where u faced a stressful situation and how did u cope with it
How to start recording using quicktest professional (qtp)?