how to count spaces in a given string ex: "this is jagadeesh"
in QTP with simple functional script
Answer Posted / jaag@jagadeesh
dim str
str="this is jagadeesh
var=UBound(split(str," ")))
msgbox var
ans
2
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
what type of automation is follwed in the project?
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
breef description of batch testing ?
Explain features of the latest version of qtp/ uft 12.1?
What is the architecture of your project? Can any one answer for this question plz........
whow much strong on VB and C?
Where we can use the synchronization?
Why do we use breakpoints in QTP?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
what is the structure for the data driven framework
How do we analyze the checkpoint results?
How to delete an object from the object repository?
what is the difference between IE & Netscape in web testing on a log in page
What are the steps involved in recovery scenario wizard?