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

is qtp 9.2 create the scripts with the application run on
mozilla firefox browser?

Answer Posted / badam

Why not definently, qtp will recognize the objects and
create script for firefox browser.

Is This Answer Correct ?    1 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

any body can you help me what is the script to automate an comand promt

2536


Explain types of output values?

1080


How many number of actions possible in qtp?

1097


Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?

2003


why text area checkpoints cannot used for web applications

2431


Mention the different actions types of qtp.

1069


Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?

1887


What is keyword view in qtp?

985


What is throw Object?

2234


If object is not recognized by qtp but the object is standard object what is your approach?

1085


How you debug your script?

1111


if anyone has idea of the interview procedure in covansys, plz send me a mail?

2040


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

2016


How to use Environment parameterization? Explain with an example.

2021


Hi All, How to get repeated word in string . Thanks Balaji

1401