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 / neeraj chauhan
Dim str, str1
str="john"
str1=mid (str, 1,1)
msgbox str1
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
How to test login module with different username and password by using data driven testing in QTP?
How you calling actions in qtp?
what is impact analysis on regression testing?
desribe a situation where u faced a stressful situation and how did u cope with it
how can i call function (which has link with excell sheet at a remote location) within another function
How to do call a output parameter from one action to another action??/
What are the 3 main stages involved in testing with qtp?
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
How will you test a keyboard?
What are the views available in qtp?
what could go wrong with test automation?
Who uses qtp tool?
how can we do the frame work in qtp
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME