what is split function?Give me the syntax?
Answer Posted / guest
Split function will split the String expression accoring to
the split seperator that u mentioned..
For Ex: uname="suresh babu";
count=split(uname,arr1," ");
if u used that functin it will split the string into
two elements namely suresh and babu and store in the arr1
i.e arr1[]="suresh";
arr2[]="babu";
and count variable consists of number of elements in the
array.
Any further info..welcome..
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain data parameterization in winrunner?
How do you find an object in an gui map.
How do you identify which files are loaded in the gui map?
What is the use of test director testing tool?
What is a checkpoint and what are different types of checkpoints?
What do you mean by the logical name of the object.
How do you handle dynamically changing area of the window in the bitmap checkpoints?
What are the reasons that winrunner fails to identify gui object?
What are the synchronization points?
What are the virtual objects and how do you learn them?
What is the purpose of regexp_msw_class property?
What is the purpose of regexp_label property and regexp_msw_class property?
How to force wr to learn the sub-items on a menu?
What are the two modes of recording?
Write test scripts on a scenario where you have to transfer data from one table to another.