Hello,
How can i capture first letter of any string using QTP.
For ex.. i want "j" in the below string
"john"
could any one explain me?
Is there any function for that?
Answer Posted / naveen
This is simple and easy one when compared to second
str="john"
msgbox(left(str,1))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to add verification steps to tests?
What is a data driven test in qtp?
terminal services client
Discuss quicktest professional environment?
why you have standardized functions? plzzz guys with real time exp. do answer
What is file database?
Explain about the test fusion report of quicktest professional?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
Explain measuring transaction.
What is the syntax to call one action in another?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
Hello friends..... On which areas of an application we can not test with QTP
Explain types of output values?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?