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 is a Step generator used in UFT?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
What are the Mandatory Properties of WebTable Object and Link Object in Web testing using QTP
how to parameterizing values from an excel sheet in Quick test professional?
User defined function in QTP
When there is descriptive programming, why do we go for Object repository for desigining scripts.?? why cant we use descriptive programming instead of using the Object repository..??
4 Answers DST Global Solutions,
What is difference between Recording time object identification and Run time (Execution) time.
whenever a scenario is recorded ever, it creates a object repository automatically (‘per action’ /local ). we do not need to make them individually…then why we need a shared object repository. How it will be practically utilized ?? your input will be highly appreciated..
how to load the *.vbs (or) test generating script in a new machine?
When do go for loop condition in test?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
what is clean sweep?