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
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
Hi, My name is kishan. I have good Conceptual Knowledge on QTP. In order to Boost up my Confidence Level, I want to do a Project oriented Training only on QTP in Hyderabad. Kindly Let me know which is the Best QTP Project Training Institute in Hyderabad. Thanks in Advance kishan
How to delete an object from the object repository?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
How to find the path of folder in which the test is saved in qtp?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
How to open a new test using quicktest professional?
What is recovery scenario in qtp?
breef description of batch testing ?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
Is virtual object supported in low level recording mode?
Which environments does qtp support?