write a vb script to display apple that is 1st a should be
displayed then ap then app then appl then apple
Answer Posted / usha
str="apple"
for i = 1 to len(str)
msgbox left(str,i)
next
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
where can i learn VB scripint ?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
How are values assigned to the variables in the vbscript language?
Explain the filter expression?
What is the difference between vbscript and vba?
How to Enter Values on the Command promt using VB script
what do you mean .ota mobile format
How to add actions in driver script to run those actions in QTP?
How to Import data from a file (file is on the desktop) to the data table
What is the purpose of on error resume next statement?
What are the valid scopes of a variable in vbscript?
What is the technology used by vb script?
Explain different types of segment?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?