Given a string variable contain a full name (last name,
first name), using vbscripting, how can you extract first
and last name and save them into two different variables.
Answer Posted / naveen arora
fullname = "Arora Naveen"
last = Left(fullname, InStr(1, fullname, " "))
print last
first = Right(fullname, InStr(1, fullname, " "))
Print first
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what are the limitations of smart identification in qtp 9.0
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
What are the features of quick test pro(qtp)?
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
What is system testing and what are the different types of tests you perform in system testing?
how to find that tools work well with your existing system?
How u will do versioning in QTP?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
What is action? How many types of actions are there in qtp?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
What are the advantages of parameterization ?
what is supply chain management?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?