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


In web page there is five OK buttons available, while
recording i click on 3rd OK button, How QTP identify the 3rd
OK button while running script? Is qtp identify 3rd ok button?

Answers were Sorted based on User's Feedback



In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP ..

Answer / kiran

QTP will recognise the ok button using index property

Is This Answer Correct ?    20 Yes 0 No

In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP ..

Answer / raj

QTP add the OK button in OR and set its Property as

Descrion Property:
text = OK

Ordinal Identifier:

index = 2



QTP only uses Ordinal property i.e like Inedex property only
when all the description properties are same.

Is This Answer Correct ?    7 Yes 1 No

In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP ..

Answer / xyz

According to the object properties.

Is This Answer Correct ?    1 Yes 0 No

In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP ..

Answer / ashutosh

I said as u say..but the person said, u know developer just copy & paste the code. dev never write code 5 times for same buttons. which object property???

Is This Answer Correct ?    1 Yes 0 No

In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP ..

Answer / deepak kumar

QTP identify the 3rd button Using Object Property.We can see Object Property using Object Spy .Each object in QTP consist number of properties.

Is This Answer Correct ?    6 Yes 5 No

In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP ..

Answer / tvs ramakrishna chowdary

This is again TVS Ramakrishna Chowdary...ordinal dentifier
property(Creation Time)will be available to only Browser
object....not for other objects.....so but by mistache i
posted creaton time for ok button...


Sorry for posting wrong answer...

U use ordinal identifiers either index nos or location...

both are starts from 0,1,2.......

Is This Answer Correct ?    1 Yes 0 No

In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP ..

Answer / tvs ramakrishna chowdary

ur having answer in ur question only..ur telling that 3rd
ok button this 3rd is nuthing but index of that button..
but here small change index nos atart form 0,1,2.....and so
on

ex:browse(browser).page(page).webbutton
("name:=ok",index:=2").click

than it understoods that third ok button


or by Creation time:
----------------------------

ex:browser(browser).page(page).webbutton
("name:=ok","creationtime:=2")

than our qtp understoods that 3rd ok button

Is This Answer Correct ?    2 Yes 2 No

In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP ..

Answer / sarojini

use index proeprty to close the 3rd ok button.
use for loop condition like
For i= 0 to 10
okbuttonvalue=Broswer("").page("").button
("index:="&i).getroprepoerty("value")
Next
by using this for loop condition you can get index value
from above logic take index value put in the line close the
third button

Is This Answer Correct ?    0 Yes 0 No

In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP ..

Answer / vikrant

Hi
Don't think in developers way. while selecting a button u
need not know the button functionality. u can simply
identify the properties by object spy.

Is This Answer Correct ?    0 Yes 0 No

In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP ..

Answer / vijayalaxmi

By using the index identification and the oridinal
identification...

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...

0 Answers  


when we enter url,one page should open.write a vb script ,that page is open or not

2 Answers   Blue Chip India, Persistent,


How to watch currnet value of an object like OK buton or edit box with "Agent Name:" label. in watch expression tab?

2 Answers   Cap Gemini,


Explain in brief about the QTP Automation Object Model.

0 Answers   Crea,


What is difference between Class and MicClass

2 Answers  


In ordinal identifier there r 3 options available. Which one will be enabled first when ordinal identifier is invoked.

3 Answers   Cap Gemini,


What is the difference betweent test and component?

1 Answers  


Did u use check points during ur work experience ?

3 Answers   FedEx,


Explain what the difference between Shared Repository and Per_Action Repository

2 Answers  


I'm facing this problem while automating my application..its a web based apps.. In my application there are few webtables are displaying in the page.In the different cells there are links and action buttons.Problem is there is link in different web tables corresponding to one name.Hence the properties of the objects(say a link) are same except the x,y co ordinate of the object.So my script is not able to distinguish between the two links present in different cells of web tables with same name.Kindly help on this..

3 Answers  


what is the silent mode in WR?

1 Answers  


What is the use of text output value in quicktest professional?

0 Answers  


Categories