what r the executing modes in QTP

Answer Posted / m.sujit kumar

Executing modes in QTP are
1)Normal
2)Fast

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know

1401


Explain the terms test and business component?

547


What is the extension of the recovery scenario file in qtp?

537


which type of testing process are you following in ur company? how to recognize a qtp page?

1399


What is throw Object?

1554






What is a data driven test in qtp?

577


Explain the concept of how quicktest professional (qtp) identifies object?

573


What is the registration process and examination fees?

548


Explain how you can delete excel file in qtp?

585


How you calling actions in qtp?

624


How many types of object repository in qtp?

601


Explain data driven framework?

575


Do you know how to connect database? Can you tell me the procedures?

545


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

1483


In qtp is it possible to check broken links of a page?

578