Explain the qtp test phases.


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

Post New Answer

More QTP Interview Questions

Can anybody give the script to addsheet, add column,add values under that column in the rows?

2 Answers   McAfee,


If you are using descriptive programming and you have two objects with the same name, so you are identiying them by name and index, how can you avoid errors if a third object with the same name is added at the begining of the page?

4 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  


What are the environment variables?

3 Answers  


How to modify object property in qtp ?

0 Answers  






How u call functions in QTP

5 Answers   Lehman Brothers,


why we use check points , In qtp we use the any check points , what r they , when and why

1 Answers   Polaris,


how to explain a claims and insurance project?

0 Answers  


after click on compose mail how can we attached a file in qtp with vbscript code

0 Answers  


How to make arguments optional in a function?

0 Answers   Crea,


How can we QTP Scripts in xml format? is there any way to do so?

2 Answers   Apex,


waht is the difference between QTP 8.2 and 9.0 version

15 Answers   AppLabs, CTS, Polaris,


Categories