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 perform testing on web based application using qtp 9.2?

1 Answers  


How many types of Parameters are available in QTP? and Pls Explain with example.

4 Answers   LG Soft,


How QTP identify the system time that's changes every seconds?

0 Answers  


How to connect to oracle(sqlserver) database to QTP

3 Answers   CTS,


. My application is updating the user information in the application. Every time it is Adding on record in my application and Validating the information like “Record has added successfully”. Which Check point I have to put in this situation? Why?

5 Answers   Polaris,






I have an application running in Linux server. I am reaching the application through emulators like telnet. My operating system at the client side is Windows XP. Using emulator I am connecting the Linux server and working on the application. Can I automate the testing of the software running in Linux server using QTP. In short, does QTP support the applications running in Linux servers.

1 Answers  


how to validate email?email ie correct or not ?with below conditions. 1)before @(symbol) only alphbates and min 4 char to max 15 chars. 2)before @(symbol) only alphabates dont use ant special chars or numarics 3) after @(symbol) only one dot(.)symbol for ex:abc@gmail.com it is valid email or not based above conditons

2 Answers   Aspire,


What is business process testing(bpt) in qtp?

0 Answers  


where is the bitmap checkpoint be saved

3 Answers  


What is active screen?

0 Answers  


suppose we recording a web based project so for that we are using internet explorer after that if we execute that script in netscape then script will execute or not and one more thing is to exeute the script in any browser what to do

2 Answers   DigiTech,


Explain different type of event trigger option.

0 Answers  


Categories