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
What are the synchronization points?
Name the three modes of running the scripts?
What information is contained in the checklist file and in which file expected results are stored?
Explain the difference between gui map and gui map files?
What do you mean by the logical name of the object.
When it is appropriate to change physical description?
Welcome link is dynamic. How do you handle? What is your approach and write script.plz send answer
Could you anyone share me the path to download the automation tools which are having trial license version?
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 select multiple objects during merging the files?
What is test parameter
What happens when the gui map file get loaded?
What is boundary test?
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.
Have you ever created a start-up script?