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
What are the recording modes in qtp?
How do we analyze the checkpoint results?
Hi All, How to get repeated word in string . Thanks Balaji
Explain about business process component? types and usage?
How to analyzing test results using quicktest professional (qtp)?
How will you check that your test cases covered all the requirements?
What are the data types in qtp?
How many types of recording modes in qtp?
Define Error Pane of UFT?
Explain how you can replace string in qtp?
How to get Traceability matrix from TD?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
How to test fly out menu in qtp?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
what is the difference btn risks & Therads in the Test plan documentation?