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 / 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 |
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
0 Answers Magna Infotech, Oracle,
how u track bugs using Test director in manual testing.
Where you are storing your script?
I am not finding pages and links in object spy on web testing. I am only getting window and winobject. where is the problem? thanks
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
In qtp, how you can exit for loop?
How to Import data from a ".xls" file to Data table during Runtime.
suppose by navigation i went from 1st page to 5th page write a script for coming from any page to the 1st page abd by executing where the page may be . it will come to 1st page give the code using gmail. give me mail id so that i can under this answer with out any doubt
What are the different types of functions available in qtp and explain ?
What the differences are and best practical application of Object Repository?
How to replay a script in qtp?
Explain the new feature of UFT regarding the export of test results?