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
Without using gui map editor we can recognize the application in winrunner ?
What is a reusable action?
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.
In qtp, explain what is keyword driven automation framework?
How to give a call to another action from one action?
What is the parameterization?
What are the disadvantages of recording test cases in qtp?
How to save your test using quicktest professional?
How do you convert manual test cases to automated test cases?
wt is the use of multiple questions in QTP
In qtp, explain what is crypt object
Which environments are supported by hp qtp?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
What ate the Technologies supported by QTP?
In qtp, explain what is qrs file?