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
Hi All, How to Compare two strings character by character in QTP
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
Explain about the test fusion report of quicktest professional (qtp)?
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
How to get the particular property value?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
How you are developing the script? Using record and play back or manual?
Explain the features and benefits of quick test pro(qtp)?
hou can we use vb script in qtp could u tell me breafly
what is run action?
How to Test the mainframe application?
How will internal and external links be validated and updated? how often?
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
Is it possible to switch between recording modes during a test creation?