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
what is profile tool?
How many types of recording modes in qtp?
Does QTP run in any environment?
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
For which type of projects the iterative model is not suitable?
How many add-ins comes by default with quicktest professional (qtp)?
When to use shared and local object repository?
How smart identification works in qtp ?
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
How to save your test using quicktest professional (qtp)?
in a web page How to check and display a particular word from a paragraph?
What is the significance of “action 0” in qtp?
What is quick test pro? What is a quick test professional?
what are all the fileds present in object repository?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)