Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



Can anybody send me the code to get the RO property of the active screen in QTP while running?..

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

Can anybody send me the code to get the RO property of the active screen in QTP while running?..

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

Can anybody send me the code to get the RO property of the active screen in QTP while running?..

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

Can anybody send me the code to get the RO property of the active screen in QTP while running?..

Answer / shiva

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

Can anybody send me the code to get the RO property of the active screen in QTP while running?..

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

Can anybody send me the code to get the RO property of the active screen in QTP while running?..

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

Can anybody send me the code to get the RO property of the active screen in QTP while running?..

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

Can anybody send me the code to get the RO property of the active screen in QTP while running?..

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

Can anybody send me the code to get the RO property of the active screen in QTP while running?..

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

Post New Answer

More QTP Interview Questions

Hi All I am installing QTP 8.0/8.2 in my office desktop (WIN XP) but it is not working. Inspite Installion is succesfully done but when i open qtp from programs it opens only first screen of add-in and after that it disappears. But in my other computer at home (winxp) it is working fine. Can you please give the reason, why it is not working in office desktop. DEEPAK SINGH

4 Answers   Satyam,


Through array we can execute the testcase how ? give me example

0 Answers   TCS,


difference between GetROProperty and GetTOProperty

3 Answers   Wipro,


To which environments does QTP supports ?

1 Answers  


i have a window , initial its name is "NEW CUSTOMER" i have to enter the details of customer in the test object fields and after saving the window name is automatically changing with the customer name . so how to identify that window after saving. (i am using descriptive programming.)

5 Answers   Syntel,


What are the properties you would use for identifying a browser and page when using descriptive programming?

0 Answers  


How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))

0 Answers   CFC, iton,


Which recording modes need more memory?

0 Answers  


What are the data types in qtp?

0 Answers  


I have recorded a test using qtp to download a file in an application. Code: Browser("MFA Work Queue Manager").Page("MFA Work Queue Manager").Link("Rules Maintenance").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebEdit("txtSearch").Set "PmtType" Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Search").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Export").Click Browser("MFA Work Queue Manager").Dialog("File Download").WinButton("Save").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").Sync Dialog("Save As").WinButton("Save").Click Dialog("Save As_2").WinButton("Yes").Click Problem: When running this test it gives an error at line no. 5 as Save button object is not identified by it's parent object. This code I ran 4 times after recording at it was working fine but 5th time onwords, it starts giving me the above problem. I used exist property option, Check Property option but none of this changes work at all. Kindly help...

1 Answers   Bank Of America,


Explain roles and responsibilites of 2yrs Automation qtp engineer.

3 Answers   Oracle,


How to execute a WinRunner Script in QTP?

1 Answers   Crea,


Categories