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
Why is action split used by qtp?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
Explain more about the Test Fusion Report of QTP?
what is keyword driven testing in qtp?n how is it useful?
What are table and db checkpoints?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
How to suppress warnings from the test results page?
How to use conditional loops in qtp ?
what is the difference between modular framework & datadriven framework
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
is there any addin for remedy user application
Key word driven framework
How can you pass value one action to another action?