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

Similar Messages

  • Parameterizing the target base URL (e.g. Domain name) in e-Test scripts

    Hi there,
    I am currently building all my functional tests (scripts) using e-Test, given a target TG1 machine with URL (http://www.myfirsturl.com)
    Later I am planning to run these tests against another target TG2 environment, let us say (http://www.mysecondurl.com).
    Is there a way to do easily it, thus avoiding the need to re-record all tests again (i.e. if the target system changes)?
    Many thanks,
    Nuno

    Yes, it should be available as part of the eTester group of products. You have to check the checkboxes for these products when you are installing eTester. Also, eManager and eLoad need separate licenses than eTester. Script Updater is a new Utility that is available with eTester 8.2. So if you have an older version, you will not see it. There are other ways to change URLs, using VBA, so if you cannot find Script Updater or can't upgrade to 8.2, you can try them.
    Do you have access to the Archived Empirix Forum? There are some threads that deal with this issue.

  • R12 Test Scripts

    Hello All
    Can I get test scripts of R12 standard functionality?
    We are in the process of R12 upgrade and need to test after the patch applied.
    Thanks & Regards
    Jogendra

    Hi Guys,
    I am not aware of any functional test script but you can use diagnostic test scripts for the specific modules.
    If there is any issue then test will show you error/warning along with suggestion to fix it.
    Please refer metalink doc id: *421245.1* (E-Business Suite Diagnostics References for R12)
    Hope it is helpful.
    Cheers,
    Pratul

  • How to call a function in DLL file, while writing test scripts in ATML standards

    Hello all,
                I am trying to develop test scripts in ATML standards. I need to call a function in DMM.dll file. How can i do that in ATML standards, please explain with some example ATML standard XML file. Someone please help me in doing so. Thanks a lot in advance.
    With Regards,
    kalyan

    Hi srivinayaka,
                         I am attaching the XML file i have written in ATML standards and the Labwindows/CVI code that was generated when the XML file is opened in TESTSAND. actually the defenition of the function "IALdcpwr_reset()" is in IALdcpwr.lib and IALdcpwr.h files.
    "How can we add this library and header files?" so that i can show the path of definition. whether it should be done manually or can we do some changes in the XML file and make the work done?. Thanks in advance. If you have any example for this type of sequences. please forward me which would be helpful for me.
    With best regards,
    kalyan
    Attachments:
    XMLfile.doc ‏135 KB
    XMLfile.doc ‏135 KB

  • How to create inline function inside a test script

    i ahve a test script. i want to create a inline function that will do some stuff. how can i do it syntatically.
    declare
      -- Local variables here
      i integer;
    begin
      -- Test statements here
      -- have a function spec and body how?
    end;

    Hi,
    You can define a function in the DECLARE section and use it in the BEGIN section, like this:
    declare
      -- Local variables here
      i integer;
         -- Defining successor function
         FUNCTION successor (in_num  IN NUMBER)
         RETURN      NUMBER
         IS
         BEGIN
              RETURN     in_num + 1;
         END     successor;
    begin
         dbms_output.put_line ( successor (1) || ' = successor (1)');
    end;
    /

  • Test Script for Event driven function

    Hi,
    i m new to this product. i have one doubt , is it possible to write test scripts for event driven functions ?
    if possible, could you please share some samples.?
    Thnk you.
    Bala.

    Yes.
    At the simplest, you could have a test like this:
    [Test]
    public function shouldThrowEvent():void {
      var eventCalled:Boolean = false;
      var someEventDispatcher:SomeEventDispatcher = new SomeEventDispatcher();
      someEventDispatcher.addEventListener( "someEvent",
              function ( event:Event ) {
                   eventCalled = true;
      assertTrue( eventCalled );
    I would recommend looking at docs.flexunit.org for more information.
    Mike

  • Oracle ADF - Open Script functional testing - Error Identification scenarios

    Hi All,
    We have been exploring OATS - Open script functional testing tool for ADF application regression testing.
    We were able to record the transactions and play back those recordings, but we were not able to understand the scenarios where tool will detect as error/ issue.
    Based on our understanding, Open script remembers as objects/Xpaths from screens and use them while playing back.
    Could you please provide scenarios how tool identifies as errors..ex.component is removed or modified?
    Simple example:
    1) Open page A
    2) Click on image 1 on page A
    3) Click on image 2 on page A
    4) Click button to navigate to Page B.
    In this scenario, when we play back without changing it works fine
    but if we remove or comment  "image 2 on Page A " it's not throwing as error. it's continuing to next step.
    commenting or removing actions/components is not considered as issue.
    Thanks for your suggestions

    Hello Bala
    What is your Java version? JInitiator or Sun?
    When exactly does this error occur?
    What is your OATS version?
    Have you ran a Diagnose Tool (Help Menu in OpenScript)?
    Thx
    JB

  • What is the difference between Open-Script and Oracle functional testing

    Hi All,
    Please help me in spotting out the difference between the Openscript and Oracle Functional Testing for Web Application.
    Does Oracle Functional Testing for Web Application have any special features when compared with Open-Script.
    Please help me out.
    Thanks in Advance,
    Nishanth Soundararajan.

    Nishanth
    OFT is the old version of OpenScript, which will no longer be part of ATS as per the next major realize 9.20.
    I would recommend to to spend any time looking at it.
    Regards
    Alex

  • Test scripts in oracle financial functional

    What is test scripts in oracle functionals?
    Could you please explain the process of test scripts?
    Edited by: guru_prasad on Aug 17, 2010 7:34 AM
    Edited by: guru_prasad on Aug 19, 2010 7:13 AM

    Hi,
    It looks like an application issue since you are getting a HTTP 500. The other errors relate to the fact that ti can't resolve some dynamic values in needs to extract from the resonse content since the pages are different (probably due the 500 error).
    Regards,
    Jamie

  • Test script for functional tesitng

    Hi all,
    i need to create test scripts for Non sap screens( z-transaction). In that i m adding new fields. since Thsoe fields are new, i dont have any data to test the screens. From where i can get the data to perform the testing?
    some of the fields are like export country code and container number etc..?
    Plz help me guys its urgent for me
    Edited by: anil kumar on Jul 25, 2008 1:03 PM

    Yes i got the asnwer after analysing myself

  • Importing internal table data from FM to eCATT test script

    Hi all,
    I am working on Workflow project where by i need to post invoices related to purchase orders sent as scanned imaages. Incase all the data in the incoming invoice(scanned) is correct then i am using BAPI_INCOMING_INVOICE_CREATE to post the invoice.
    But when the data is wrong, i need to give the user MIRO transaction pre-populated with the invoice details so that he manually corrects them(after verification) and posts the invoice.
    I understand MIRO is an ENJOY transaction hence BDC doesn't work properly(i have tried with all kinds of options on recording and the problem comes incase of multiple POs) hence i choose to use eCATT.
    The recording worksfine but my real problem is the PO data (multiple PO details for same invoice) is in table form. In all my previous objects related to eCATT we used to upload the file, hence no problem of importing tables.
    But now as i'll call this test script from a function module which has all the POs in the form of internal table, i need to import this into my test script.
    Please any body tell me how to proceed in this case or please suggest me a better a way to record the MIRO.
    Thank you,
    Lakshmi Narayana.S

    Hello Raj,
    First of all thank you for your inputs.
    Yes, I know about Parking an invoice. even i am using it in some scenarios.
    If everything on the invoice matches with the values in SAP then i am posting it using BAPI invoice_create also.
    But for some scenarios like if the PO on the invoice doesnot match with actual PO then i need to create a work item in the Accounts Payable user's inbox and he will change invoice data manually (after getting confirmation and correction) and post it using MIRO.
    Here i need to pre-populate the MIRO with the invoice data so that he can correct and post it.
    Hence i was trying to write a BDC and as MIRO is an Enjoy transaction i thought writing a BDC is not a good idea (i tried writing BDC but had problems) hence i am using eCATT.
    Hope i am clear about my problem. Any inputs to solve this are welcome.
    Thanks,
    Lakshmi Narayana.S

  • Transaction to find ecatt test script

    transaction to find ecatt test script and the table which stores ecatt test script
    transaction to find function group and the table which stores function group
    transaction to find general text and the table which stores general text
    where i should be able to change the devlopment class

    Hi Avinash,
    For ecatts check development class/package SECATT_DDIC and transaction SECATT.
    For general text transaction is SO10 and tables are STXH and STXL.
    For Object Naviagtor SE80 you can change development class.
    For function groups check ENLFDIR table.
    All transaction codes are stored in TSTC and TSTCT tables
    Thanks
    Lakshman

  • Issue running Load Test Scripts in an SSO environment

    Hello,
    I am performance testing some of our web applications that use SSO. Any script I record will play back fine but upon running them in the Navgation Editor I am getting HTTP/1.1 401 Unauthorized error messages. To combat this I configured Internet Explorer securuty settings to always prompt me for a username and password to access this site. I then used the dialog and authentication managers to have e-Tester automatically enter login information.
    However even with all of that configured I still get the error message when playing back in the navigation editor or Load Teser. How can i get around this issue short of having a login page as oppossed to the dialog message i use to login now?

    Yes I understand your SSO authentication scheme as well as the 401 error you receive. What type of authentication is your SSO using? Is it NTLM or something different?
    When you run in the navigation editor, which Options->Playback Agent have you chosen? The best agent to use is "Java Agent", though to debug authentication problems you should test the other 2 options, which is Thin Client with and without Wininet.
    I did not mention it before, but if you are only interested in creating performance testing scripts you may consider the new OpenScript tool. In the near future you will also be able to use this tool for Functional UI scripting. See my comments in [this thread|http://forums.oracle.com/forums/message.jspa?messageID=3356340#3356340]

  • Test scripts for oracle applications using qtp testing tool

    hi
    i want some test scripts for oracle applications using qtp testing tool
    regards

    You will need to create separate scripts for Load testing. The functional scripts cannot be used in OLT. The exceptions to this would be the "General" items (Java Code Script & Web Services) which can also be used in OLT.
    e.g. Instead of selecting "Functional Testing - Oracle EBS/Forms"
    select "Load Testing (Protocol Automation) - Oracle EBS/Forms"
    Once you get into load testing you'll realise that you want to create very specific scripts and won't want to try re-using functional scripts. I know a lot of such tools are 'sold' on the fact that functional scripts can be re-used for load, but when it comes down to it you'll want to design your load scripts seperately anyway!

  • Test Scripts

    Some one please let me  know what a test script is.....and how it is written...I need to write it for the HR modules....This is in context with support stacks being applied to SBX. ...and for testing that....Please also let me know if it is the responsibility of a functional consultant....
    Message was edited by:
            Anu Rajagopal

    Hi,
    normally a test script contains information like; logical steps per given situation (input), per step an expected result (output), pre-conditions for execution of the test script, reference to requirement / design document. A separate area for test script final result incl. name of tester and sign-off the test result is required. The test script can only be marked as passed if all logical steps are finished succesfull according to the expected result(s).
    (example: [Input] Go to menu x, click on y; [output] y runned succesfully)
    The test-script is used to examine whether the system displays the desired behaviour under specific (in your case HR specific) circumstances.
    And (from my point of view) a functional consultant can be responsible for test script creation and execution. It depends on (test-) organization.
    Best regards,
    Maurice

Maybe you are looking for

  • Job Scheduling in Solution Manager - Error creating Periodic Job

    Hi all, I am in the process of testing the Job Scheduling functionality using the Solution Manager.  I have setup the criteria manager, ec. in the satellite system, and done the config in Solman as well.  I am able to successfully setup up a 'on-time

  • Need Suggestion about JSP/Servlet OR JSF2.0

    I am new to Java and working on it as fast as possible. Got 5+ years experience in ASP.NET C#. I have covered basics of Java and now want to jump into web development by making a project by converting one of my ASP.NET project. I have explored Servle

  • Lenovo Care button not working please help!

    hello everyone. i upgraded my Lenovo 3000 N200 0769-B9G from windows vista home basic to windows 7 ultimate recently. everything works fine but the lenovo care button is not working. While installing windows 7, it gave a warning saying "lenovo care m

  • HP 2000 - 2c12NR: Removed Win8, Installed Win7 64-bit; Touchpad Problems

    Greetings HP forums!  My name is Bob and I am having an issue with an HP 2000 laptop.  A friend requested I remove Windows 8 from a laptop, and install Windows 7 since he was much more familiar with the old GUI.   I installed Win7 64-bit and am havin

  • How do I log onto my iCloud account

    How do I log onto my iCloud account. I am keen to see the documents, apps, pics and all that's backed up on iCloud.