Can anybody send me the code to get the RO property of the
active screen in QTP while running?
Answers were Sorted based on User's Feedback
Answer / anilkumar b j
Yes,We can get the active window name.
Var = Window("ForeGround:=True").GetROProperty("Title")
Msgbox Var
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kavitha
A=Browser("brname").page("pgname").wededit
("buname").getRoproperty("Text")
msgbox a
like u write the script...give browser
name ,pagename,buttonname...the value go a in run time
msgbox give the value
suppose in text box run time value is kavitha@gamil.com
msgbox dispaly kavitha@gmail.com
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / kannan
thanks kavitha but again this is not the answer which i
need. see i dont know the what the browser name or page
name or any other properties. i just know the link name
which is in a website and when i cilck that particular
link a new page is opening and i dont know any properties
of the page like browser name,page name or anything.... i
need to QTP to find the particular active page properties
by itself during runtime
Is This Answer Correct ? | 1 Yes | 0 No |
Hi, You can get the Runtime object properties of the window
through object spy option in the tool.Follow below
navigation.
Toos--->Object spy--->Click on hand icon--->Show the widow
or your object--->You will get Runtime and Test object
properties.Check the radio button which ever you want and
click on the properties and methods buttons below it.
By doing so you can get the Runtime object properties.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / tk
Hi Kannam
were you able to get what ua re looking for .I would
apprictiate any insghts into this .I am workimg with a .net
application and want to handle a window that comes up when
i click on a perticular link and the window name and its
properties can be totally different.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kannan
hi,
Thanks for your response but i believe you havent
understand my question clearly.what i want is the code to
get the current active window's RO property.
for example, clicking a particular link in a webpage will
open a new window and i want to get the properties of that
window like name,title,hwnd but the problem is i dont know
any properties of that window till it open.
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / shaik
Welcome to Cinemachance. The place where you can Show ur
Talent FREE of Cost. Get an instant access to aspiring &
established Indian actors, models, singers , music -
directors , dancers , directors , story / song writers,
cameraman , film-editors , production , technicians male
models under one roof . Actress and female models, preteen
models, teen models, kid models. If you have a dream to
become the one, then this is the right place for you. Just
See the Difference.This site is constantly viewed by movie
producers, casting directors, television commercial makers
,agencies.mail us your photos&videos email
mramnadham@yahoo.com 21\11\2008
Is This Answer Correct ? | 1 Yes | 3 No |
Answer / xyz
Get Ro property(object name)
we can not change the runtime propety but we can replace
one object in place of other
Ex...
Get Ro property (" text element")
webelement()object.text element = "XYZ"
Is This Answer Correct ? | 1 Yes | 10 No |
Is it possible to merge two object repository files in qtp?
I have a library function , with that function 100 scripts are being called. The library function is changed(something is added) . how do i update all the scripts.
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm? I used the add fn also..
I am using excel sheet to export data to QTP but it selects just one row of data from excel sheel how to import all rows of excel sheet to QTP during runtime
Hi I am from delhi, Now I can surely say that no institution of QTP here in Delhi After reading you people I want to get cry, from last six month I am trying to learn QTP, I have knowledge too but dont know VB Script. Now it appears that without learning QTP no one can learn complete QTP, I want to get a formal learning in QTP. Can you suggest me the best institution. and please let me know the charges and span of the course too. thanks in advance to you alkaa.dugaal@gmail.com
what is Entry Criteria and Exit Criteria?
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
difference between do while and do until ?
How to open any application during Scripting?
Explain QTP testing process?
1. How to capture data from images in QTP and produce them in Excel sheet ? 2. What is Terminal Emulator add-in installation and configuration procedure ? 3. Tell me how do u define action and transaction in QTP ? 4. Is QTP case sensitive ? 5. Problem with XML checkpoint ? 6. When was QTP 8.2 and Loadrunner 8.0 officially released to the market ? 7. Can we record on netscape browser does it require any special settings ? 8. How do I add new object to the object repository to any particular frame ? 9. Do we have rapid test scrpit wizard in QTP ? How to learn all the windows and objects in QTP 10. How to open Exceel sheet using QTP script ? 11. Is it necessary to learn VB script to work with QTP or we can manage with keword driven ? 12. What is descriptive programming in QTP ? 13. How to invoke the QTP from dos prompt and run a test without any interaction with human ? 14. What is the meaning of Context sensitive ? 15. How to retrive the property values from "Resource.mtr" after recording the script with "Standard checkpoints" ? 16. Where should we use accessbility checkpoints. Can u explain me with the example ? 17. How do we add object repository dynamically ? (During runtime) 18. How to record right click of a context menu and click on the selection ? 19. How to connect oracle database to QTP ? 20. How will you load few objects in Active Screen ? 21. Can I compare two DataBases using QTP ? 22. If the the two object have same class then how QTP will find the object ? 23. Can I change the runtime properties of an object ? How can I check if a parameter exists in database ? 24. What is the script for database check point, bitmapchek point, regular expression ? 25. What is QTP environmental variable ?
What is post recovery scenario?