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
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
How can you handle exceptions in qtp?
Hi. I have completed B.TECH(CS) , But I will go to "SECURITY CONSOLE OPERATING" [C.C CAMERA abservation]. IF interviwer asks " Why you choose this job ?" What we will say? urgent.........................urgent...........
Explain about the test fusion report of quicktest professional (qtp)?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
What are the advantages of parameterization ?
Why to use descriptive programming?
How to handle dynamic objects in quicktest professional (qtp)?
Explain the parameter in qtp?
Explain how Selenium is different from UFT?
How many types of parameters are available in quicktest professional?
What is the difference between the design-time and run-time data tables?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji