I am new to automation testing.I am learning QTP 9.2.my
question is how to install the defferent addins(other than
Default Addins) is there any defference in QTP after
installing the Addins.where we can get the addins?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More QTP Interview Questions

What is system testing and what are the different types of tests you perform in system testing?

0 Answers  


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

0 Answers  


Suppose I want fail that check point? How can you do that?

0 Answers  


how to find that tools work well with ur existing system?

0 Answers  


Explain about Standard output value, Text output value, database o/p value, Xml O/p value, Xm o/p Value

1 Answers   TCS,






how to test one edit box using Java addin for Web Applications? write script?

1 Answers   IBM,


hi in QTP 8.2 in the edit box has text like "raju want married" . i want to check "want" is their in the text or not ?

16 Answers   Syntel,


What is a Run Time Data table?

1 Answers  


What is parameter in qtp?

0 Answers  


How would you export a script from one pc to another in qtp?

0 Answers  


how do u copy object repository?

1 Answers  


what is automation(qtp)bug pls giv me one ex?

1 Answers  


Categories