The stored procedure I am trying to execute is not saved in Database (SQL Developer).
I am passing the stored procedure in the external excel sheet, then fetching the stored procedure in uft by making connection with the excel sheet.
strProcedure =...
I have tried executing it the way you have explained, I am still getting the same error.
I have attached the error screenshot.
Is it necessary to have SQL procedure stored in Database with some name...
Hey,
Connection in my code is a variable name, earlier I was trying with ADODB.Connection but it was not working that time.
After research I got to know that there is another method to run stored procedures i.e. ADODB.Command
Recordset I am not using because the procedure that I am using is not...
Hey strongm,
Thanks for your reply.
ALM & UFT are already connected, the test case that I am trying to execute is already present in the ALM, I have opened the test case through ALM in UFT.
I am getting the error at Line 2:
Line 1: Set ObjCurrentTest = QCUtil.CurrentTestSet
Line 2: Dim...
Hi All,
I am trying to get test set name, folder name & other properties using QCUtil.CurrentTestset but UFT is not identifying it.
No methods are visible for this object. I am getting a vbscript runtime error "424 object required".
I have tried to clear all the cache, temp files, restarted...
My code is:
_____________________________________________________________________________________________________________
Public Function gn_runSQLProcedure(strProcedure)
Dim connectionString: connectionString = "DRIVER={Microsoft ODBC for Oracle}...
thread329-1688177
I am facing exactly same issue as mentioned in the above thread, can someone please help me here. Help is much needed.
Thank You in advance.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.