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 |
pls help me with scripting,right from the beginning in QTP
how do u handle an object with out name in our application using QTP 9.2?
what is difference between analog and low level recording
Hi Friends ,I want to Know name of the Site for the QTP Help and the Best Book through that I can start the QTP Practice here also whare can I download the QTP Users Guide I search I was Unable .
is qtp 9.2 supported for firefox browser3.0?bcoz when i tried to create scripts with the application run on firefox browser 3.0 then qtp 9.2 didn't ct=reate the scripts?
how to invoke the web application through script in qtp
How can we disable smart identification at the time of recording? Ideally, smart identification should be enabled only at the run-time.
I want to create Excel object on another machine which is in network i written the code "Set se=createobject ("Excel.Application","\\ankur")"here \\ankur is the name of that machine but i m getting the error of permission denied create object can anybody help me
what is diff b/w function and action?
What is QTP testing process?
Hi Friends...this is surendra..recently i joined automation team ...Please send me some documents regarding VB script ...and where can i learn VB script... This is My mail id: surendra.mamilla@gmail.com... please send to my mail.... Thanx in advance surendra.
how to merge object repositories in qtp for n different applications