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 / uday kumar_anem
str="john"
msgbox(left(str,1))
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What are table and db checkpoints?
How many types of recording modes in the qtp?
Explain the check points in quicktest professional?
How to check which add-ins are associated with a test in qtp?
explain how to write vb script in qtp?when will you write own script?
Explain the types of object repository?
Can you list some technologies that support qtp?
What are the Test design techniques you uses in ur project?
Difference between copy to action and call to action?
how to explain a claims and insurance project?
What is optional step in qtp? How you can add optional step in qtp?
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
how do i know how to use tools
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
Is it possible to split an action? How?