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...


how to identify the objects if application consists of objects
that have same properties.

Answers were Sorted based on User's Feedback



how to identify the objects if application consists of objects that have same properties...

Answer / nitin sharma

suppose your object name is "obj"
then write this script

set "obj"=Description.Create()
obj("property").value=Class of object

set a=browser("browser").page("page").childobject(objectname)
msgbox a.count

For i=0 to a-1
DataTable.SetCurrentRow(i+1)
DataTable("URL",dtGlobalSheet)=a(i).getroproperty("url")
Next

Is This Answer Correct ?    3 Yes 1 No

how to identify the objects if application consists of objects that have same properties...

Answer / pravati

Through index property we can identify the object

Is This Answer Correct ?    0 Yes 0 No

how to identify the objects if application consists of objects that have same properties...

Answer / rjkumarmacha@gmail.com

if object properties dynamically changed, we can go for
descripetive prg.
in d.p we can't find object so that take additional
properties of object

Is This Answer Correct ?    0 Yes 1 No

how to identify the objects if application consists of objects that have same properties...

Answer / khushi

U can identify the object of similar property name and property value through its x and y pixeles available under object identification or go for dynamic descriptive programming

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More QTP Interview Questions

any one can send me the concepts of qtp

0 Answers  


How you can replace string in qtp?

0 Answers  


How do you configure QTP AND Test director?

0 Answers  


Recovery Manager means..?

4 Answers  


In this bellow script QTP is not able to getting no. of Links from my Browser. Set desc=description.create desc("micclass").value="Link" Set obj=Browser("creationtime:=0").page("title:=.*").childobjects(desc) msgbox obj.count I am getting "General Run Error".Why QTP is not supporting my Browser,but its running fine in other system.Please help me to overcome this problem.

1 Answers  


What is the concept of firewalls?

2 Answers   CTS,


What is the difference between functions and actions in QTP?

7 Answers   Verizon,


write progamming connecting QTP to database sql? this is question asked by interview? pls any answer this?

4 Answers   IBM,


What type of problems one will face with QTP , if too many browsers are opened at a time?

2 Answers  


What is the purpose of loading qtp add-ins?

0 Answers  


How to execute a WinRunner Script in QTP?

3 Answers   IBM,


Hi Guys, I tried to install java add-in for QTP 9.5 after the whole installation but it didn't install but then i also found in documentation saying that winrunner7.6 patch for java plugin would work fine with QTP. But when i tried to install from winrunner7.6 it asks me for the path of winrunner So my question is are we supposed to install winrunner for java add in to work on QTP. Please suggest me

1 Answers  


Categories