Wiki: Code Tester for Oracle Wiki
A useful collection of resources for Code Tester for Oracle that can be freely added to and updated by the community.
View ArticleOracle 11G R2 has EDITIONS feature.An option for the Code tester user is...
Using SQLPLUS, there is a option for login into particular edition of oracle objects as: CONNECT USER/PWD@DATABASE EDITION = edition_name;
View ArticleForum Post: RE: How to handle raise_application_error in test cases
Hi, n_praveen_kumar Try to formulate the code for debugging. This can be done using the context menu on one of the levels of your test. This code pl / sql can be done in any convenient way, and to find...
View ArticleForum Post: RE: DctoCmd.ехе
Hi Karpov, I will pass your question to our developers and get back to you. Thanks, John
View ArticleForum Post: RE: DctoCmd.ехе
I had a reply back from our developers and here's their response: The exit code for Code Tester command line application has a meaning of an internal exit code. Please refer to the output for a...
View ArticleForum Post: How can I combine a value from a output to another output variable
My proc has to results-one is a number and other a string.I need to combine the number with the string as the second output in code tester. i tried the below. 'Member ID ' || e_OUT_MEMBER_ID ||'does...
View ArticleForum Post: Quest Code Tester: test all packages
Can i test all the packages in my schema at one go or one shot? Can i test selected packages (80-90 packages) from my schema at one shot? My requirement is to test some selective packages in one shot.
View ArticleForum Post: RE: Quest Code Tester: test all packages
Hi tjs_klh, Yes, you can combine all your package tests into a Suite by multi-selecting all your tests, right-click and select Save as Suite. A Suite is a way to group together multiple tests. You can...
View ArticleForum Post: Toad for Oracle Error - QU_HARNESS_QP
We started getting this error message when looking at packages via Toad. I installed the latest version and seemed to have fixed the issue, but came back up. All searches for QU_HARNESS seem to come...
View ArticleForum Post: RE: Toad for Oracle Error - QU_HARNESS_QP
Hi, could you please tell me the Toad version and version of Code Tester in case it's already installed including it's repository? The QU_HARNESS_QP.EX_UN_QU_HRN_PRG_NAME is package procedure which...
View ArticleForum Post: RE: Toad for Oracle Error - QU_HARNESS_QP
Sorry was out on holiday - We were using 12.9.0.71, but reverted to 12.2 when started having the issue. It hasn't popped up in a while, so 2 weeks ago I upgraded back to 12.9 with no issues. Now toady...
View ArticleForum Post: RE: Toad for Oracle Error - QU_HARNESS_QP
Hi, Thanks for details. There is an option that Code Tester was uninstalled, but there is still some repository object in the database. Please log on to database to the same schema and try to run:...
View ArticleForum Post: Code Tester for Oracle v3.0 is out in the wild...
All, We've been working hard for quite some time now and we're finally able to release the latest version of Code Tester for Oracle. You can get it as part of the Toad for Oracle developers Suite at...
View ArticleGroup: Code Tester for Oracle
Quest Code Tester for Oracle – a component of the Toad Development Suite for Oracle – is the first and only automated PL/SQL code-testing tool available.
View ArticleVisual Studio Online (VSO) Support from Toad
We tried to connect the TFS in AZURE, which is not working in Toad for Oracle 12.7(Latest) version.
View ArticleForum Post: RE: CODE TESTER
There are some datatypes unsupported by Code Tester, but RAW isn't one of them. It looks like an oops on my end. I'll log and fix, sorry about that. Michael
View ArticleForum Post: RE: CODE TESTER
I should have added that you can always use the full-blown Code Tester for Oracle application to create your tests. The interface from within Toad is very simple, the real power with Code Tester is in...
View Article