what is split function?Give me the syntax?
Answer Posted / udaykumar
The syntax is incorrect, it does not return any value,
means the no. of values in the array. It simply stores in
the array.
Example:
str="Hello uday how r u"
split(str,arr," ");
Here arr[0]="Hello",arr[1]="uday",arr[2]="how",arr[3]
="r",arr[4]="u"
Simply to say it divide like, whenever a space found in the
string
"Hello|uday|how|r|u"
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of gui map configuration?
How you integrated your automated scripts from TestDirector?
what is qtp licence
when start testing
How to to get the information from the status bar without doing any activity/click on the hyperlink?
How to find the local host name using winrunner ?
This Is Sekar, Can Any One Of You Help Me? Question: How To Draw Charts In Excel Sheet Using Winrunner Scripts. Thanks, Sekar.
How do you unload the GUI map?
Explain the purpose of gui map configuration?
What is contained in the test scripts?
Have you ever created a start-up script?
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
What is the use of gui map and what happens when gui map file get loaded?
Which are default codes winrunner generates when we start the application?
Without the gui map, use the phy desc directly?