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.
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 |
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
Which function is used to accesses the Properties from Repository Pls anybody can give the answer.. Thanks in advance...
How do u write regular expression for a window name which is changing for each build ? i.e. in first build the window name is : "computer graphics are very ...." . in second build the window name is : "computer graphics can be created" . - Appreciate proper replies
What is clean sweep?
When Recovery scenario actually starts while testing the application?
What is diff betwee datatable.importsheet "path" and datatable.import
How many ways we can parameterize data in QTP ?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
Explain qtp(quick test professional)?
how to create user defined functions in QTP? can any one expalin me with example.. Thanks in Advance for help
Write the regular expression code, it accepts the alpha, numeric and special symbol and the first character should be the Alphabet. Tell me the answer
How can you handle exceptions in qtp?