We have a text file which contains 1 to 100 numeric values sequentially like 1
2
.
.
100
Now we have to count them and transfer to XML file by writing a code in qtp.
Answer Posted / pushkar1206
a="1 2 3 4 5 6 7 8 9 10"
b=split(a," ")
msgbox ubound(b)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
how to test use the quality control .how to verify the image verification
How to use actions in qtp ?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
How many tabs are available to view your test in a test pane and what are they?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
what are the utilities and drivers
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
Can we run multiple QTP scripts one after the other without manual intervention? How?
how can i call function (which has link with excell sheet at a remote location) within another function
Can I change properties of a test object?
What is the Difference between copy to action and call to action?
Explain how qtp identifies object?
How to open a new test using quicktest professional (qtp)?