Some function test ranges ?

HI
is there some function that test range values ?
Example
0001 to 0090
0099 to 0199
etc.
without I to use
if then
elsif condition then
etc ?

There is no special function but you can try below approach it mybe suitable for
your needs:
[email protected]> create table t200(c varchar2(10));
Table created.
Elapsed: 00:00:02.07
[email protected]> insert into t200 values('0001');
1 row created.
Elapsed: 00:00:00.08
[email protected]> insert into t200 values('0005');
1 row created.
Elapsed: 00:00:00.00
[email protected]> insert into t200 values('0070');
1 row created.
Elapsed: 00:00:00.00
[email protected]> insert into t200 values('0090');
1 row created.
Elapsed: 00:00:00.00
[email protected]> insert into t200 values('0170');
1 row created.
Elapsed: 00:00:00.00
[email protected]> select * from t200
2 where c between '0001' and '0090'
3 /
C
0001
0005
0070
0090
Best Regards
Krystian Zieja / mob

Similar Messages

  • Functional Test Scripts

    Hi All,
    We are going to develop an interface that will import some data from a third party system to GL.
    For this Im required to design some functional test scripts.
    01) What are functional test scripts
    02) Further let me know how do develop functional test scripts,since I am new to this area.Further let me know if this involve any technical areas,since Im a functional person.Is there a way to get sample test scripts
    The way I have tested these interface programs is by getting a sample data file and transfer them to relevant application.In that process I identify the issues or error resolve them till I get the desired result.But I havent ever gone through a formal procedure in testing, such as developing functional test scripts.
    Please explain.
    Thanks,
    MPH

    Functional test involves making sure the functionality of the overall application works fine.
    So in your case, it will involve making sure the interfaced file works well with all types of accounts, that a trial balance can be generated.
    It may also involve error handling in case some records in the file error out. In that case, proper notifications should be sent out.
    Since you are using an interface/api, the functional testing need not be very complicated.
    Hope this helps,
    Sandeep Gandhi

  • Functionality Testing Using B1 Test Composer Tool

    Hi,
    I would like to use B1 TC for functional testing of our add-ons. Will it be possible for me to do the functional testing(add-on's expected against add-on's actual) of the add-on using B1 TC? Could anyone explain with some examples so that I can start with B1 TC.
    Our add-on has a window that allows the user to filter and display BPs in the matrix. User can select a Payment Term from the drop down and click Refresh button. Then the BPs with matching payment term should be listed in the matrix/gird. Here I want to check whether the BPs listed is correct. How can I use B1 Test Composer to do this?
    Regards,
    Sam

    Hi Johan,
    Thanks for the response. Let me explain the scenario to be tested using B1 TC in detail. The Payment Term combo in our add-on's Payment Term Update Utility form will list the payment terms ZPNET30, NET30, -Cash Basic’ etc. On selecting one of these values (say NET30), the matrix in the form is expected to list only those BPs with matching payment term(NET30). Here I need to ensure that all the BPs listed here are having the same payment term as ‘NET30’.
    While recording this action using B1 TC, let us assume that the BPs listed in the matrix are as in the below image.
    But when I rerun the B1 TC script at some later time, the BPs list might vary because of addition of new BPs to the database or changing of payment term of the existing BPs. In this instance, the Compare Matrix function of B1 TC fails, as the expected matrix values are not the same when we re-run the script. But all the BPs listed will have the matching payment term(NET30). So B1 TC reports a bug even if the functioning of the add-on is correct.
    When I manually do the testing, I apply the filter and then load each of the BP Master Data to check whether the payment term matches the selected one in the form. Then I will change and update the payment term of the existing BP or add new BPs and again performs the filtering to check whether the search result is correct. Is there a mechanism with B1 TC to handle such scenario, like accessing each individual rows/cells of the matrix/grid and check the payment term of the BPs listed?
    Regards,
    Sam

  • Advice needed for functional test

    My company is releasing a new website with all the bells and whistles. I am looking for advice on specifically what we should test. I know that we want to make sure that the site functionally works, but different people on the team have opinions on what should be tested beyond that. Some people want to check that the pages are exactly the same from run to run, others just want to check text. I would like to see what test teams outside my company are actually doing. Any ideas would be appreciated.

    Hello FiveNines,
    You don't give a lot of information about your application, so it is hard to give you specific advice...I was at a very interesting IIST seminar last week in Boston and I walked away with 2 major take aways:
    1) Negative testing is as important as positive testing. As development typically focuses on positive testing, it's critical for QA to have good test plans in place for this. Most of the QA teams on the room had a 20% negative testing to 80% positive or functional testing, but the goal should be to target more a 50%-50% ratio, if no higher negative testing than positive.
    2) When you think about building your Negative testing Test Cases think about 2 areas:
    * Invalid data input (like if you expect an integer value, try typing letters., etc, or enter an invalid user account to make sure the application behaves properly, etc)
    *More importantly, think about failing pre-conditions. For example, if your application connects to a DB on the back, build test cases to see how your application will handle processing a new user when the DB is down...This really open up my eyes, as when we build our test cases we usually don't think about this type of scenario, and we have been focusing a lot on functionality testing...
    I hope it helps

  • Initialize section in Functional Tester, like in Openscript?

    Hello,
    Is there any way to make an "initialize"-section in Functional Tester, like in Openscript?
    We are creating a script with some one-time-only steps for use in Load Tester.
    Regards,
    Axel

    Hi Axel,
    You need to create modular scripts in OFT and then make use of User Defined Profiles in Oracle Load Testing (go to the Manage menu). The Prolog section of a UDP will executed once which is similar to the Initailizse section.
    Regards,
    Jamie

  • Can I use B1 Test Composer to do functional testing?

    I would like to use B1 TC for functional testing of our add-ons. Will it be possible for me to do the testing of the add-on using B1 TC? Could anyone explain with some examples so that I can start with B1 TC.

    Hi,
    Please refer below blog for more details:
    http://scn.sap.com/community/business-one/blog/2014/03/14/new-sap-business-one-test-composer-b1tc-release-91
    Thanks & Regards,
    Nagarajan

  • OATS  -  ADF functional testing

    Hi,
    While recording adf application with OATS ( with adf functional accelator module )  some of the actions are not recording like search icon , the actions which are recorded in the opened search popup and also calendar actions.
    Is there any solution to fix this issue in OATS.
    I am using OATS 12.1.0.2
    Browser: IE 7
    Operation System: windows 7
    Regards,
    Mohan.

    Hi This is Atish
    Yaa even I have found the same problem when I started recording the ADF functional Testing.
    Solution for this is you can add up the following line, at the correct line
    clickButton ADFCommandToolbarButton("@text='Search'")
    Java Code for the same would be:
    adf
      .commandToolbarButton(
    205,
    "/web:window[@index='0' or @title='Business Process Workspace']/web:document[@index='0' or @name='nviwaj5w3_11']/web:ADFCommandToolbarButton[@text='Search' and @absoluteLocator='wlctdc:j_id__ctru12:r1:tldc:searchButton']")
    this will click the button, provided you should put the absolute location of the button, which you could get it using the "viewsource" of the html page
    Yes even its not recording the input text fields , so i had to enter the field ID fo that field in the line inorder to help the oats to play it back.
    Regards
    Atish

  • [svn:fx-trunk] 13128: Fix for ASDoc tooltips does not show ASDoc for some functions

    Revision: 13128
    Revision: 13128
    Author:   [email protected]
    Date:     2009-12-21 13:46:32 -0800 (Mon, 21 Dec 2009)
    Log Message:
    Fix for ASDoc tooltips does not show ASDoc for some functions
    QE notes: None.
    Doc notes: None
    Bugs: SDK-24751
    Reviewed By:Paul
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24751
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelGenerator.java

    Welcome guy -
    Unless you are using Spry menus as a learning experience, you should move forward to a menus system that will display properly on the millions of portable devices that won't work with Spry which was deprecated 2 years ago.
    Many are using JQuery menus or pure HTML/CSS menus.
    If you wish to continue your Spry for learning experience, we'll be glad to assist; please let us know.
    By the way, your submenus are not showing because you need to add the red value to this rule in your vertical CSS
    ul.MenuBarVertical ul.MenuBarSubmenuVisible{
        width: 220px;
        left: 180px;

  • How can I integrate JDeveloper with Rational Functional Tester?

    Hi
    My company has purchased the new released Oracle Soa Suite and also the IBM Rational Functional Tester software. Rational Functional Tester is integrated in the Eclipse IDE, but the Developement Department wants to use JDeveloper as the corporative IDE. ¿Is there anyway to integrate IBM Rational Functional Tester with JDeveloper as is done in Eclipse?. I don't want to do the testing work using the Functional Tester API but using a similar script recorder as the Eclipse IDE has integrated.
    Edited by: user12584587 on 09-feb-2010 7:47
    Edited by: user12584587 on 09-feb-2010 7:47

    msr,
    Probably best to start a new thread, but...
    I have spent some time in the past few weeks to implement a continuous build system for a JDeveloper/ADF project, and as such have also needed to make some Ant scripts.
    I will blog about this whole experience in the coming days, but I can offer some tips here:
    1). JDevLibsForAnt extension (mentioned above) is a good one. I used it to create the Ant classpath definitions for all of the projects.
    2). I believe there is also an extension available (via check for updates) that can be used to start JDeveloper (and probably compile/run deployment profiles) from Ant. I didn't use this, but it may be a quick way to get things done.
    3. JDeveloper can generate a new Ant file for a project (right-click project and choose New...). It will do the clean/compile/copy (I believe, cannot remember which ones right now) targets, but it won't make JARs, WARs, or EARs. In order to make the EAR file for my deployment target, I simply built one using the deployment profile, exploded it, and mirrored my Ant script to do the same thing.
    4). Get ahold of the ojc.jar and ojspc.jar so that you can use the Oracle Java Compiler and JSP pre-compiler Ant tasks.
    Hope this helps a bit,
    John

  • OpenScript records functional tests, but not load tests on firefox

    Hi everyone
    I am recording some test with OpenScript 9.3.1.0, I have no problem recording functional tests with IE or FF, but when i try to record a load test just IE works, firefox opens the window and let me do everything normal, but it don't record anything; i'd try with FF 3.6 and 3.5, i'd run the diagnostig tool but it don't show me anything wrong. I hope someone can help me.
    Thanks
    Edited by: user8874599 on 08-jun-2012 13:45

    Hi
    When doing load testing OpenScript will change your browsers proxy to point to localhost 7777 as its the port that openscript internal proxy uses to record the navigations, can you check if when recording with FF the proxy settings is FF have changed?
    If not can you try to change them manually to point to localhost 7777 you will find the settings in Options -> Advanced -> Network -> Settings.
    If the proxy is already set, please check that there is nothing on the No proxy for: box
    Hope this helps
    Alex

  • Unit testing, integration and functional testing

    Hello all,
    I would like to know the difference between Unit testing, integration and functional testing. And also what are the testing tools that are more commonly used?
    Thanks,
    Maxx

    Hi,
        Unit testing :
                    A complete cycle of each  module will be tested
                    ie for PP Right from requirements to planned orders /production orders
                    confirmation .
        Integration testing:
                    Here cross module testing will be carried out.
                     ie PP and MM integration
                        After confirming production order a GR is made /billing is carried out
                        and delivered.
          Functional testing:
                    This testing is carried out to see whether the system can with stand l the loads during processing by users.
                    Stress test and volume test.
                Regards,
                nandha

  • [svn] 2263: Fixed WiseUI performance app and some mustella test failures.

    Revision: 2263
    Author: [email protected]
    Date: 2008-06-26 13:19:12 -0700 (Thu, 26 Jun 2008)
    Log Message:
    Fixed WiseUI performance app and some mustella test failures.
    tests Passed: checkintests
    Needs QA: YES
    Needs DOC: NO
    Bug fixes:
    API Change: NO
    Reviewer: pfarland
    Code-level description of changes:
    OffsetInputBuffer.java
    Added getLineText() override to take the offset into
    consideration.
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/OffsetInputBuffer.java

  • [svn] 4950: * Fixed some junit test failures caused by revision 4939.

    Revision: 4950
    Author: [email protected]
    Date: 2009-02-13 08:31:33 -0800 (Fri, 13 Feb 2009)
    Log Message:
    * Fixed some junit test failures caused by revision 4939.
    tests Passed: checkintests
    Needs QA: YES
    Needs DOC: NO
    Bug fixes: SDK-19299
    API Change: NO
    Reviewer: Darrell
    Code-level description of changes:
    Modified compile() by moving check for no inputs above the call to
    recompile().
    Modified link() to only call FileUtil.getCanonicalPath() if the
    output is not null.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19299
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Library.java

  • How to hide some functions in the menu bar of flash paper

    Do anyone know how to hide some functions in the menu bar of
    flash paper? As I want to show a swf file(converted from pdf) on
    the website without printing function. How can I do it?
    Also, if possible, can anyone know how to hide all functions
    on the menu bar except the logo of flash paper?
    Thank you very much, it is very urgent.

    Here is an article about how to integrate flashPaper into
    Director. It has most of the functions that can be executed on
    flashPaper. Maybe it will help?
    http://www.adobe.com/devnet/director/articles/flashpaper_in_director.html
    and here is all his code
    http://www.mediamacros.com/item/item-1006687373/
    Note: it is for 1.01, but works with 2.0

  • [svn:bz-4.0.0_fixes] 20651: Some MBean tests needed flex.management. jmx stuff in the allow classes list for the class deserialization validator so adding it in on BlazeDS 4 .0.0_fixes.

    Revision: 20651
    Revision: 20651
    Author:   [email protected]
    Date:     2011-03-07 12:21:11 -0800 (Mon, 07 Mar 2011)
    Log Message:
    Some MBean tests needed flex.management.jmx stuff in the allow classes list for the class deserialization validator so adding it in on BlazeDS 4.0.0_fixes.
    Modified Paths:
        blazeds/branches/4.0.0_fixes/qa/apps/qa-regress/WEB-INF/flex/services-config.mods.validat ors.xml

    Thank you very much!
    I cant believe this little comment has been so helpful!
    But yes it is:
    I explain, despite my efforts to find, googled it, forums, faqs, etc...
    no where it mentionned the manifest.fm file is... INSIDE the .jar!
    Your comment "a zip" made me attempt to open it with winrar, and I found a manifest.fm file inside!
    So far I was editing the one at the "source" of my project and rebuilding it with netbeans.
    I am going to try that now.
    Actually.... :( no its mentionning my main class!
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.7.0
    Created-By: 10.0-b19 (Sun Microsystems Inc.)
    Main-class: courseworkjava3d.Simple3D
    Class-Path:
    X-COMMENT: Main-Class will be added automatically by buildWell I have no problems uploading you the .jar, it is for a coursework it is not a private project or whatever:
    http://www.uploading.com/files/CM2LKWYU/BetaCourseworkJava3d_Final.jar.html
    Oh and I felt on your comment "dont ask us" as if I was suppose to know... i'm a beginner, I did not know that! And I tried to give you so many infos so you dont lose your time if you want to help, especially as after my own research I found many, many results for this "main class" and I tried a few solutions!
    Edited by: CupofTea on Apr 13, 2008 3:28 AM

Maybe you are looking for

  • URGENT: Changing System Landscape in ChaRM

    Ok...here is our situation: We use ChaRM with a 3 tier system landscape (DEV > USER  >  PROD). Out USER system has been down for a month (maintenance) so we went live with ChaRM as follows: DEV > PREPROD >PROD Our USER system is now back up and runni

  • DLSw+ Eth. Redundancy

    Can you give me an example of a 'Multicast MAC Address' other than 9999.9999.9999? I'm not exactly sure how to determine Multicast MAC Addresses. Thank You.

  • Login Crash on IMac

    Hi I am running snowleopard on my imac with version 10.6.8 My problem is as soon as I login- it kicks me straight off again back  to the login screen. I have 4 other different login users and they work perfectly however my one does not. Please help R

  • Itunes visualizer with slideshow

    Can anyone think of a way where I could make a slideshow by using the itunes visualizer to the appropriate song as a backround with my pictures floating by. I have iphoto, imovie, Adobe Photoshop Elements 8, Pulp Motion, and even FCE which I would ra

  • My i phone can't store any photo that i'm taken????

    recently i have doing software update on my i phone 4s, once update done, i can't store any photo that i'm have taken.