i have string "I LIKE INDIA"..how to i get LIKE from the
sting..
Answer Posted / ramana vanteru
I want to add some more info to KK's ans, we can use
Mid Function
Returns a specified number of characters from a string.
Mid(string, start[, length])
Arguments
str="I LIKE INDIA"
var=mid(str,3,4)
msgbox var
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
ACTUALLY I AM WORKING IN THE DISTRIBUTION DOMAIN.MY COMPANY IS PROVIDING DISTRIBUTION SOFTWARE FOR PHARMA AND FMCG DISTRIBUTORS.HERE I AM USING QTP 9.2.HERE IN MY APPLICATION WHILE RECORDING ONE WINDOW APPEARS.IN THAT I CAN SELECT THE ITEM OR NO NEED TO SELECT.BUT WHILE RUNNING THE SAME SCRIPT THE WINDOW MAY NOT APPEAR OR APPEAR.HOW TO WRITE SCRIPT FOR THIS
What are output values and why they are used ?
How to find a window is minimized or not
Give me some real time point of way where exactly we can conduct audits?
What are the factors on which script execution time is dependent?
What is the significance of “action 0” in qtp?
In qtp, how you can get the last character from a string?
Have you done batch testing in qtp? If yes how you are doing?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
Explain advantages and disadvantages of ddf?
What phases are involved in testing an application in qtp?
Hi. I have completed B.TECH(CS) , But I will go to "SECURITY CONSOLE OPERATING" [C.C CAMERA abservation]. IF interviwer asks " Why you choose this job ?" What we will say? urgent.........................urgent...........
Write a QTP script to enter a keyword in to Google search engine?
Where to use Property Let, Property Get, Property Set in UFT
How you can make an action as re-usable action?