How do we edit the script in QTP. Anybody can explain in
detail..Thanks in advacne...

Answer Posted / nanda.dreddy

Hi,

Can u tell me which process u r following in ur company.
are u saving the scripts in Actions or maintaining the
scripts in functional leavel.

....Nanda

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how qtp identifies objects?

558


Explain the views in the QTP GUI?

612


I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?

1759


QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue

5498


suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?

1321






what is defenetion of kiran can u tell me plz CVS, SVN

1562


Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?

596


HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com

1525


Can we run test with out adding object in object repository? How it is possible?

535


what is the diff between manual test plan document and automation test plan doc.can u explain indetail.

1634


1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.

1662


What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?

627


Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly

1243


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

1475


How does qtp identify gui object?

582