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 all are the different databases winrunner can support?
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 handle tsl exceptions?
What are the reasons that winrunner fails to identify gui object?
What is contained in the test scripts?
When it is appropriate to change physical description?
what is risk?
Explain the synchronization points?
Which function to use to compare the application date with system date?
How to test Fonts and its size thru "Font Expert" in Win Runner.
What happens when the gui map file get loaded?
Explain difference between winrunner and test director?
I want to do smoke test in my application but i have learnt the application before recording but im getting an error class name not found while running the script.I want to check each links and each text in my application. Can anybody answer my quesion plz.If it is possible i want test script for Yahoo login form with "New User" Login.
i this is priya speaking, any 1 tell me project detail for NETBANKING and HELTHCARE pls send to this E-MAIL ADDRESS; (priyadharshni2@yahoo.com)pls qik, thank u once agajn.
write a compilemodule function for loginscreen.