Answer Posted / nishant kumar
1 In your Internet Explorer’s menu bar, choose Tools > Internet Options > Content tab.
2 Click AutoComplete in the Personal information area. The AutoComplete Settings dialog box opens.
3 In the Use AutoComplete for area, clear the User names and passwords on forms option.
4 Click OK to save your changes and close the AutoComplete Settings dialog box, then click OK again to close the Internet Options dialog box.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How you can make an action as re-usable action?
What is qtpro? What is quick test pro?
what type of automation is follwed in the project?
How you can replace string in qtp?
Mention the different actions types of qtp.
If object is not recognized by qtp but the object is standard object what is your approach?
How to test results for qtp ?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Is qtp supports uni-code?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
Where you get the run time data table?
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
Explain the concept of how quicktest professional (qtp) identifies object?
Suppose I want fail that check point? How can you do that?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project