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
Difference between winrunner and test director?
How to integrate automated scripts from testdirector to winrunner scripts?
What information is contained in the checklist file?
How do you make the configuration and mappings permanent?
How can withwin runner to make single scripts which supports multiple languages?
Are there any suitable free tools to conduct performance test on a php web application?Manual or automation which is preferable for such kind of application? please answer ASAP
What are the Win Runner tools for functional testing?
What is the purpose of the temp GUI map file?
global sheet and external excel sheet how it will work
How do you call windows APIs, explain with an example?
What are the synchronization points?
What are data driven tests?
What are the different modes of recording in winrunner?
Hi iam a begginer or rather new stsrter to QTP and strugling to start as i have to start writing the automated scripts for the existing manual testing could some one send me some tips ans tricks for a jump start. Any help is greatly appreciated
How do you unload the GUI map?