GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing Tools  >  QTP
Go To First  |  Previous Question  |  Next Question 
 QTP  |  Question 8 of 684    Print  
What are the properties you would use for identifying a browser & page when using descriptive programming ?

  
Total Answers and Comments: 19 Last Update: November 22, 2008   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
  Sorting Options  
  Page 1 of 2   « First    1    2    >     Last »  
August 02, 2005 06:19:34   #1  
Prasad        

RE: What are the properties you would use for identifying a browser & page when using descriptive pr...
Title is the property we use.ex: Browser( Title: xxx ).page( Title: xxxx ).....
 
Is this answer useful? Yes | No
August 04, 2005 06:09:32   #2  
Poonam        

RE: What are the properties you would use for identifying a browser & page when using descriptive pr...
we can capture the url of the page and check it
 
Is this answer useful? Yes | No
August 06, 2005 08:01:53   #3  
Vidya Sagar        

RE: What are the properties you would use for identifying a browser & page when using descriptive pr...
name would be another property apart from title that we can use.
ex: Browser( name: xxx ).page( name: xxxx ).....
OR

We can also use the property micClass .
ex: Browser( micClass: browser ).page( micClass: page )....

 
Is this answer useful? Yes | No
October 03, 2005 05:37:35   #4  
Anil Pal        

RE: What are the properties you would use for identify...

For Browser : Name

For Page : Title


 
Is this answer useful? Yes | No
October 07, 2005 01:24:01   #5  
Thenappan Alagappan        

RE: What are the properties you would use for identify...

For Browser We will have to see for title

For Page also We will have to see for title


 
Is this answer useful? Yes | No
October 26, 2005 07:11:58   #6  
sanjeev prabhudesai        

RE: What are the properties you would use for identify...
Logical Name of BrowserLogical Name of Pagee.g. Browser( myBrowser ).Page( myPage )
 
Is this answer useful? Yes | No
February 20, 2006 22:26:57   #7  
uday        

RE: What are the properties you would use for identify...

Three Common Properties

1.Name

2.Index

3.Html Tag


 
Is this answer useful? Yes | No
November 15, 2006 05:44:53   #8  
Vishwas        

RE: What are the properties you would use for identify...
Using the progid which is unique
 
Is this answer useful? Yes | No
February 09, 2007 09:07:19   #9  
Pradeep        

RE: What are the properties you would use for identify...
It works perfectly....'USING DESCRIPTIVE PROGRAMMING - WITHOUT OBJECT REPOSTARY

Browser( creationtime: 4 ).Page( title: Editorial Company Search ).Link( text: Codes ).Click'

OR

Browser( name: Editorial Company Search ).Page( title: Editorial Company Search ).Link( text: Codes ).Click



For descriptive programming the object properties should be extracted first using the QTP object repository and then use it in the code.



Ex. name: or creationtime: or title: Depends on the objects and its available properties

 
Is this answer useful? Yes | No
June 18, 2007 08:15:14   #10  
montyjobs Member Since: January 2006   Contribution: 6    

RE: What are the properties you would use for identify...

Title Name OpenURL and Index are common properties used to identify Browser & page.


 
Is this answer useful? Yes | No
  Page 1 of 2   « First    1    2    >     Last »  


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape