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
Is it possible to switch between recording modes during a test creation?
Can anybody post some real time scenario in qtp? please its very urgent.
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
What is qtpro? What is quick test pro? What is a quick test professional?
Explain features of the latest version of qtp/ uft 12.1?
How to test login module with different username and password by using data driven testing in QTP?
What are the Test design techniques you uses in ur project?
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.
What is action? How many types of actions are there in qtp?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
how to do the batch testing in test director using manual testing procedure?
Explain runtime dynamic settings?
In qtp, how you can exit for loop?
What are main panes available in qtp test browser?
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)