Hello,
How can i capture first letter of any string using QTP.
For ex.. i want "j" in the below string
"john"
could any one explain me?
Is there any function for that?
Answer Posted / naveen
This is simple and easy one when compared to second
str="john"
msgbox(left(str,1))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
images are dynamically changes how to compare two images with out using the bitmap
If created one virtual object? Next time I changed the window position will it work?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
How to export quicktest professional results to an .xls file?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
What is the XML file architecture ?
what is object and child object.. explain ..if possible give some example for better understanding ..
What is the file extension of the code file in qtp?
In qtp, explain what is crypt object
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
what is ODC and GDC?
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
How to write business scripts using object repository with different scenarios
Name the different types of recording modes?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how