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 qtp identifies objects of application.

Answer Posted / prasad

QTP identifies the object in the Application by LogicalName
and Class

If any Qestions Plz Ask me......Prasad4urs@gmail.com

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,

1788


How you know that a test case is a regression test case

3930


In the website, the protocol has been changed http: to https what you will do? Tell me your approach?

981


What is environment variable in qtp and why to use it?

961


Explain quicktest professional (qtp) testing process?

974


How to handle dynamic objects in quicktest professional (qtp)?

910


Can any body please tell me the steps of keyword driven framework of QTP.

1925


What are private functions in QTP? How they can be called from the function library?

991


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

962


Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link

1282


Is qtp supports uni-code?

987


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1929


What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?

2717


What is meant by a Check Point in UFT? Also, explain the applicable Check Points.

1137


please give me the code for doing retesting of gmail login page using functions so the function has to give the value

2026