Answer Posted / neeraj kumar
Hi friends!
I would like to help you,
This example can help you
Dim Str, Str2
Str="Automate your business processes & be more"
Str2=Mid(Str, 9, 5)
msgbox Str2
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
what is object and child object.. explain ..if possible give some example for better understanding ..
What is difference between design time and run time data table?
Does QTP run in any environment?
What are the differences between table and db checkpoints?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
what is the hierarchy to use properties in descriptive programming
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
How to find Operating system information using QTP script?
Explain types of output values?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
How many types of run modes are there in qtp?
What are table and db checkpoints?
Hi, how can we check or avoid the memory leakage in QTP9.2?
how can i call function (which has link with excell sheet at a remote location) within another function