How to display the first 3 letters in these "ABCDEFGH" using
qtp script?
Answer Posted / manas
These script display the first 3 letters in that given
string:
Dim str , substr
str = "ABCDEFGH"
substr = mid(str,1, 3)
print substr
| Is This Answer Correct ? | 31 Yes | 3 No |
Post New Answer View All Answers
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
Explain how qtp identifies objects?
What contains Data Driven Framework document in qtp?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
Explain the use of action split in qtp?
Explain how you can delete excel file in qtp?
Analyzing the checpoint results?
is there any addin for remedy user application
What are output values and why they are used ?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
How does qtp identify objects in the application?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
after click on compose mail how can we attached a file in qtp with vbscript code
Why qtp the best testing tool?
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri