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 |
When we try to use test run option "Run from Step", the browser is not launching automatically why?
How to find the number the number of Links, Brolken Links in a webpage?
What is the process for creating an automated test script using QTP assuming you have reviewed the manual test case and understand the requirements?
the build is develeped in Java. is possible to write scripting in vb using QTP ?
Which line will be executed 1-B(DP).P(OR.link(DP) 2-B(OR).P(Or).Link(DP)
Pls Solve Error(SAP-CRM):- Cannot identify the specified item of the SAPNavigationBar object.Canfirm that the specified item is included in the object's item collection.
Waht is User interface and Integration Testing?
Batch testing in howmany ways u perfrom in QTP
My Project is HOSPITAL CONTROL SYSTEM. In this MY testing modules are In-patient and Out-patient. plz explain those modules. i.e. How explain to Interviewer. with full details also . Waht types of bugs we can fond ? NOTE : IT is a web project plz urgent.
Function to convert lowercase to uppercase in QTP Pls anybody can give the answer.. Thanks in advance...
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
Explain about the quicktest professional (qtp) automation object model?