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
Explain the concept of how quicktest professional identifies object?
What is the new version of qtp which is recently released in the market?
Explain sub procedure of vbscript.
Difference between test object and run time object?
How many types of recording modes in qtp? Describe each type with an example where we use them?
What is the default add-ins in qtp?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
Explain data driven framework?
When should I use smart identification?
How to run a test using quicktest professional (qtp)?
How to export quicktest professional (qtp) results to an .xls file?
Explain different type of event trigger option.
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
What is a recovery scenario?