Ex : some mail name with surname Email id's there that is
string
fetch the particular surname only how to get particular
surname all emails

Answer Posted / ranga

x="syam_kothuru@gmail.com"
'Plitting the string based on "@"
y=split(x,"@")
'Plitting the string based on "_"
z=split(y(0),"_")
msgbox z(1)

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Without using gui map editor we can recognize the application in winrunner ?

819


What is a reusable action?

746


I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.

1761


In qtp, explain what is keyword driven automation framework?

818


How to give a call to another action from one action?

849


What is the parameterization?

769


What are the disadvantages of recording test cases in qtp?

806


How to save your test using quicktest professional?

753


How do you convert manual test cases to automated test cases?

781


wt is the use of multiple questions in QTP

1889


In qtp, explain what is crypt object

810


Which environments are supported by hp qtp?

767


Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)

3449


What ate the Technologies supported by QTP?

902


In qtp, explain what is qrs file?

789