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 |
Can you write a script to check if the folder exists or not?
What is the Risk Analysis? Waht types of risk analysis are there?
What is the difference between driver-script and AOM-script?
How to import excel sheet to QC?
How to find the number the number of Links, Brolken Links in a webpage?
How to convert manual test cases to automated testcases
How to get Traceability matrix from TD?
In QTP, Give the difference of Global sheet and Local sheet in datatable?
hello everyone, can anybody please tell me what are the different recording modes of QTP, and where these recording modes are present in QTP 9.2. Thanks in advance, Gaytri
What is meant by Environmental variables?2 types r there know…can u pls explain clearly?
I am in need of some set of QTP FAQ @ interview. Also recently in one of interview portal they asked me how you write the script for Login application which it is web -based and using Descriptive Programming? Without associating the shared object repository?Please i do need this answer very soon? Please respond me soon @ vaisu72@yahoo.com
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please