This is simlar to verification of data manually, instead here we use QTP to automate the process,This is done by connecting to DB using ADODB connection, used Record set collection to manipulate the data I think the other reply gives the code to connect to DBThanks,Dhanasekar S
Use this piece of code:Set mConnection = CreateObject("ADODB.Connection")mConnection.Open "Provider=SQLOLEDB.1;Data Source=;Initial Catalog=CATALOG","USERNAME","PASSWORD"set rs = CreateObject("ADODB.r...
Hi Klaudia, Does this code add OR during run time only? or it physically associates with the mentioned action. Like how we do in Object Repository Manager.
Thanks,
Puneet
Klaudia
Feb 4th, 2016
To refresh the topic, because maybe someone still is looking for the help.
All above solutions did not work for me. I have implemented the replacement of OR like below:
Replace the Object Reposito...