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

Similar Messages

  • How to install only OATS for Functional Testing ?

    How to install only OATS for Functional Testing for Oracle EBS?
    I tried micro installation, but installation tried to install whole test manager/oracle xe db/Weblogic etc..
    I want to evaluate how it works, can we leverage for Functional/regression tesitng...
    Please advise...
    Thanks
    Edited by: 956069 on Aug 30, 2012 6:19 AM

    Hello
    You should be able to install OpenScript only using the micro install distribution. You can just skip the steps concerning XE & WLS installation/connection.
    JB

  • 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

  • Record and playback of OATS functional testing in multiple tabs

    New tabs functionality have been a part of browsers for sometime now. But Openscript doesnot record any action relating to new tabs. Is there a way to modify the code so as open new tabs and switch between tabs during the playback?
    This will reduce sufficient time during testing of multiple URLs which share the same cookies.
    This is required for Fusion Functional testing.

    Hi,
    I suggest a couple of things:
    NI USRP 2920 is a non-calibrated device. So setting a gain value of 0 at different frequencies could mean a different actual gain. So try increasing the Rx recording gain (on the USRP) in cases where you observe low SNR. Similarly Tx is not calibrated.
    Is the signal recording done with cables or over wireless medium ? You can try to eliminate any spurious signals if you use SMA cables while recording.
    I think the power at the center of the spectrum is the DC offset. You may refer to the DC Offset/LO leakage section in the best practices section here http://www.ni.com/white-paper/13881/en/
    Thanks.

  • ADF + TDD (Test Driven Development)

    Hi,
    I'm learning TDD and I'll really appreciate to apply this technique to my Oracle ADF developments.
    With JUnit integration I can easily test my ADF BC and my beans but I now want to develop functional tests.
    So I want to test my JSF pages, redirections and so on.
    I found HtmlUnit, do you know if it's working well with ADF?
    Has you already developed with ADF using the TDD way? What did you learn from your experience?
    Thanks in advance for your help.

    You can integrate HTTP Unit into JDeveloper see this for example:
    http://blogs.oracle.com/shay/2007/08/09
    But also note that there are JSF specific testing frameworks out there that you can try out:
    http://www.infoq.com/news/2007/12/jsf-testing-tools

  • 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

  • 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

  • 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

  • LSO function test - WebDAV-Error: 500

    Hi,
    I have loaded content using the authoring environment. The master repository resides in KM. The content gets pubshied without any errors, but I get a 404 Resource not found error when an employee tries to start the course through ESS.
    I ran a function test using the repository explorer and got the following error:
    Test aborted due to error: Failed to read file '/folder-806347554/fileA.txt'!
    -> reason: WebDAV-Error: 500: Internal Server Error (500)
    com.sap.hcm.ls.shared.repository.access.wdslide.WDException: Failed to read file '/folder-806347554/fileA.txt'!
    -> reason: WebDAV-Error: 500: Internal Server Error (500)
         at com.sap.hcm.ls.shared.repository.access.wdslide.WDRepository.throwWebDavError(WDRepository.java:2744)
         at com.sap.hcm.ls.shared.repository.access.wdslide.WDRepository.throwWebDavError(WDRepository.java:2734)
         at com.sap.hcm.ls.shared.repository.access.wdslide.WDRepository.readFile(WDRepository.java:1001)
         at com.sap.hcm.ls.shared.repository.access.DeltaVerRepository.readFile(DeltaVerRepository.java:335)
         at com.sap.hcm.ls.shared.repository.access.Repository.readFile(Repository.java:350)
         at com.sap.hcm.ls.shared.repository.tools.FunctionTest.showFile(FunctionTest.java:823)
         at com.sap.hcm.ls.shared.repository.tools.FunctionTest.runAutoTest(FunctionTest.java:328)
         at com.sap.hcm.ls.shared.repository.tools.FunctionTest.run(FunctionTest.java:79)
    From what I understand the WebDAV set up is correct. The URL is generated correctly, but the file inside the folder cannot be read, as a result the error gets generated.
    Any help is appreciated.
    Thanks,
    Priya.
    Edited by: Priya Rao on Aug 3, 2009 6:20 PM

    Hello Priya,
    Please review SAP Note No. 914824 - FAQ Authoring Environment - SAP
    Learning Solution. Specfically the file types had to be added to the
    MIME repository of the IIS server. The MIME mapping and file type
    extensions that are not defined at the Mime Map node in the IIS
    Metabase.
    Please make sure that you are using basic authentification
    Please refer to item 21 of SAP Note No. 746917 - "FAQ Content Player -
    SAP Learning Solution". Please make sure that you are using Basic
    authentification and NOT form ased login!
    Please reference the SAP Notes below:
    SAP Note No. 590060
    SAP Note No. 700695.
    SAP Note No. 724719
    Regards,
    Manny

  • Need Permanent Seat license key For HP Unified Functional Testing 11.52

    Hi,
    I had downloaded and used the trial version of QTP from your HP web site for a 30 day demo. After completing the trial period, I want to require a permanent seat license key that is specific to my PC on which it is installed. Because my work has stopped due the expiration and I had tried many time to find 'EON#' or the order number printed on the Entitlement Certificate that was shipped with my 'LTU or ELTU' package(s). But still I cannot find 'LTU or ELTU' package in my downloaded stuff or in software's folder after extraction/unzip or through installation guide . You can see my software downloaded detail in below. Please reply me back as soon as possible and identify me , where 'LTU or ELTU' package(s) exist or complete procedure with price plans regarding permanent seat license key of "HP [QTP] Unified Functional Testing 11.52 ".
    Kind Regards,
    Kashif [Personal Information Removed]

    Thank you for visiting the HP Support Forums.
    Just a quick reminder that this is a peer-to-peer community of HP customers, and not a venue to contact HP directly. Most of the users here are consumers like yourself who are offering solutions because they like to help others, and any HP employees you see are here on their own capacity and not representing the company.
    If you have additional or direct feedback for HP about their products or services, or questions about repair, you can use the link below for contact information.
    http://www8.hp.com/us/en/contact-hp/ww-contact-us.html
    OrnahP
    HP Support Forums Moderator
     Clicking the "Kudos Star" to the left is a great way to say thanks!
     When your problem has been solved, accept the solution by clicking "Accept as Solution" to help other members in the future!
    Rules of Participation

  • ORA-20100: Error occurred while processing: Function 'test' not found.

    this program follow:
    declare
    p xmlparser.Parser;
    xmlbuf varchar2(512);
    xmlpat varchar2(512);
    xmldoc xmldom.DOMDocument;
    xmldocnode xmldom.domnode;
    n xmldom.domnode;
    begin
    xmlbuf:='<emps><emp>odp</emp></emps>';
    xmlpat := 'emps/emp/test()';
    p:=xmlparser.newParser;
    xmlparser.parseBuffer(p,xmlbuf);
    xmldoc:=xmlparser.getDocument(p);
    xmldocnode :=xmldom.makeNode(xmldoc);
    n:=xslprocessor.selectSingleNode(xmldocnode,xmlpat);
    --dbms_output.put_line('value of first selected node is:ok');
    exception
    when others then
    raise;
    end testxml;
    message of error:
    ORA-20100: Error occurred while processing: Function 'test' not found.
    ORA-06512: at line 20.
    please quick reponse.

    Steve,
    Yes it helps. I was able to finally figure this much out, however, in order to get the quotes to get handled right, I had to declare the xsl inline and I had to change (there quite a few, this just being an example) the following line from
    <xsl:when test="normalize-space(string(sub_container_settings/initial_investment)) = ''">10000</xsl:when>
    to
    <xsl:when test="normalize-space(string(sub_container_settings/initial_investment)) = ''''">10000</xsl:when>
    This works, but I would prefer to store the xsl in a CLOB. Neither of these work when I get the document from the clob and call the xmldom.parseClob procedure. The parser fails with an error that the document is not valid.
    Do you have any idea on how to handle the single quotes in this circumstance.

  • 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

  • How to insert date column entry for new row from adf bc tester

    Hi,
    JDeveloper version 11.1.1.5.0
    I have a table with a DATE column. I am trying to insert a new row into the table from the ADF BC Tester. While providing value to the DATE column I am hitting the below error:
    (oracle.jbo.domain.DataCreationException) JBO-25009: Cannot create an object of type:oracle.jbo.domain.Date from type:java.lang.String with value:2011/12/06
    Please let me know what should be the format to specify date value while inserting entry using BC Tester.
    Thanks
    Rathnam

    Hi,
    Check
    operation not allowed on java.lang.object

Maybe you are looking for

  • Creating .mat files with Matlab dataplugin in LabVIEW

    I am trying to create a .mat file in LabVIEW using the Matlab dataplugin. It appears to create a group called "Vector" without being told to, and it also concatenates group and channel names together. I have made an example to demonstrate this behavi

  • I386 Arch Linux ?

    Hi, I've been using Arch linux on my main machine for a few months now, and really like it. I like the "currentness" of it, as well as it's minimalist approach. I have an old 80486DX2 66Mhz with 20MB of RAM which I occasionally fire up to play with n

  • Macro mode on Nokia E71 ?

    How do I activate macro mode on E71 camera ? Thank you,

  • Cant Download TV show that I have a subscription to

    I have been trying to download a TV show that I have a season pass for. The first 2 episodes went smoothly over the last 2 weeks, but the third one is not showing up in itunes. I think it downloaded, but then gave an error message, so I believe that

  • Need of catalog and catproc

    Hi is it compulsory that we will run catalog.sql or catproc.sql scripts after installing database?or is there any procedure that we can run automatically? please explain me for 10g version also (if there is any difference in 10g) thanks in advance.