How to display the first 3 letters in these "ABCDEFGH" using
qtp script?
Answer Posted / rajesh
MyString = "ABCDEFH"
LeftString = Left(MyString, 3)
MsgBox LeftString
| Is This Answer Correct ? | 23 Yes | 0 No |
Post New Answer View All Answers
How to remove the associated function library?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
How does qtp identify the object in the application?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
Explain how qtp identifies object?
What is QTP scenario.
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
What is qtpro? What is a quick test professional?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
How to save your test using quicktest professional (qtp)?
How to handle the exceptions using the recovery scenario manager in qtp?
What are the Application Functions available in QTP?