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 Posted / 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 View All Answers
What are the key points to create a framework in QTP for oracle forms?
Explain how you can replace string in qtp?
What does it mean when a check point is in red color? What do you do?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
Is QTP supports Unix. If yes, then how the test automation is done?
what is object and child object.. explain ..if possible give some example for better understanding ..
How to attach a file to TD?
how to acess a test in RSA?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
What is qtpro? What is quick test pro? What is a quick test professional?
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.