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 / 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 |
Post New Answer View All Answers
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
How can you close the second opened browser?
How does QTP identify an object?
What is quick test pro?
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
can anyone tell me from where i can download qtp demo or crack version
how to disable the pop ups through QTP using a script
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
Hello friends..... On which areas of an application we can not test with QTP
How many number of actions possible in qtp?
How would you export a script from one pc to another in qtp?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?