write a script to extract LIKE word from the sentence I
LIKE Flowers
Answer / vikash mishra
dim x,y,z
x= "I LIKE Flower"
y = mid(x,3,4)
msgbox y
it will give the LIKE you as a out put
another way
x = "I LIKE Flower"
y = split(x,"")
for i= 0 to ubound(y)
msgbox y(i)
next
it will give I,LIKE,Flower
so,these are the way ....
| Is This Answer Correct ? | 5 Yes | 0 No |
What is mean by release notes?
The later in the development life cycle a fault is discovered, the more expensive it is to fix. Why?
Can somebody provide me some interview questions on Selenium? plz email on er.pallavikapoor@gmail.com
Explain Peer Review in Software Testing?
In the 7 Stages of the SDLC (Planning, System Analysis, System Design, Development, Testing, Implementation, and Maintenance), WHO are the stakeholders of each stage?
Explain Quality centre? how companies follow the process?
Hi I have done M.Tech Biotechnology from Anna University,but i did not get Job in my field.so I tried to learn Software testing . If i do ISQTB certifications , i will get job in MNC or not .Please let me know please mail to skirubanandan@lycos.com
For the 7 stages of the SDLC (Planning, Analysis, Design, Development, Testing, Implementation, and Maintenance), What are the major inputs and outputs of each stage? What are the primary activities in each stage? Who are the primary "players" involved in each stage (e.g., Tech Arch's BA's, Testers etc.)?
What is the difference between functional test type and navigation test type?
What is the most difficult problem you’ve found during testing?
When is rtm (requirement traceability matrix) prepared?
What are validation and verification?