Can anybody send me the code to get the RO property of the
active screen in QTP while running?
Answer Posted / dip
Yes,We can get the active window name.
Var = Window("ForeGround:=True").GetROProperty("Title")
Msgbox Var
Seams like this is execuitable.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the trigger events in qtp?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
Why bpt?
what is the difference between the modular framework and datadriven frame work
Explain how you can replace string in qtp?
What are the different types of recovery operation?
Which scripting language used by quicktest professional?
How to customize qtp?
Hi Samrat, Thank u very much, what u said it is right.
What is checkpoint in qtp?
Plz Explain AUTOMATION REFERENCE MODEL?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
In qtp, how you can exit for loop?
How to create a standard checkpoint ?