Shall we add Local Repository to shared object repository,if
yes,how we add
Answer Posted / prabhu
Yes.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
When and why to use descriptive programming?
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
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
How does you test a weblink which is changing dynamically?
what is ODC and GDC?
What is the extension of qtp local repository?
how to acess a test in RSA?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
Explain in brief about the quicktest professional (qtp) automation object model?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
what are the challenges you have faced while testing web based application using the automation tools ?
What is quick test pro?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.