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



Ex : some mail name with surname Email id's there that is string fetch the particular surnam..

Answer / 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

More QTP Interview Questions

How do you handle XML exceptions in QTP (Here it is Exception, not the checkpoint)

2 Answers   CFC, CTS,


Explain calling sub procedure.

0 Answers  


hi guys, pls tell me for testing institution training hub, hitech city is best or not?

0 Answers  


Write VB script to test given number is Prime Number

5 Answers   Oracle,


It seems Interview questions from Ordain Solutions are almost BASIC LEVEL-Easy. I am asking one tough question..(I think.. May be easy for some people) In recorded script the - WebLink("cityinfo") In reality, the WebLink name is "generalinfo" How you can write function to click that changed web link. NOTE: This functin should work with any Dynamic text link. I will post the answer later.

8 Answers  






why should we give deliver good quality software?

0 Answers  


Hi, Has anybody attended IBM interview on 17th APR 2010,and got offer letter? I had given interview and selected also but still did not recieve offer letter.

5 Answers   IBM,


How will you test a keyboard?

0 Answers  


What is the scripting language used in QTP?

11 Answers   IBM,


Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..

0 Answers  


How many types of actions are there in quicktest professional?

0 Answers  


How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we wil disable that one with out interrupting normal process)

5 Answers  


Categories