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
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
What is checkpoints for quicktest professional (qtp)?
Explain the features of quick test pro(qtp)?
What are the advantages of a Hybrid framework?
Explain the new feature of UFT regarding the export of test results?
What are the advantages of parameterization ?
Is it possible to change the values of analog recording?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
Brief the process of testing with UFT?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
Explain how you can replace string in qtp?
How do you configure QTP AND Test director?
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)