Oracle Test Manager or Other Third party Test management Tools

Hi,
Can Open Script be integrated with OTM or any other Test Management Tools available in the market to run scripts from that Test management tool.
Thanks

Hi
Yes when you create a test you can define it to be an OpenScript Test, then all you need to do is point it to the script, then you can play them from OTM and also schedule them.
Regards
Alex

Similar Messages

  • HRMS Integration with third party Project Management Tool

    Hi All,
    We have plans of procurring a third party Project Management Tool which needs to be integrated to existing Oracle Financials. Project Management Tool needs employee information for its functioning.
    a)Is there any API available for this purpose which exposes HR data to any third party tool?
    b)Can anyone suggest what should be the approach for such integration?
    Thanks in advance
    Regards,
    SA

    What 3rd party tool are you going to be using? You might get lucky and it might be something that Oracle has bought recently. Does this post mean you are using Oracle Projects? If so, you may want to post this question in that forum as well. At least you would limit the audience to projects oriented customers, so might get some better replies there than you will here. Food for thought.
    John Dickey

  • Third-Party User Management Tools

    I'm looking for recommendations for third-party user management tools that can do the following:
    - Identify and bulk-expire/no visibility users that are inactive for >XXX days
    - Identify users with auto-forward rules
    - Bulk-delete inactive accounts (from GW database only, not eDirectory accounts)
    - Maybe even bulk-move inactive/expired accounts to a "dead accounts" post office?
    I have an immediate mandate to clean up our environment, and I don't see how to do this in bulk with existing native tools. It's just one guy (me) versus 42 post offices and 23,000 user accounts...
    Thanks!

    You can create your own tools using the GroupWise Administrative Object API and the GroupWise Object API.
    Please refer to the Cool Solutions article I wrote ( shameless self promotion ) "Scripting GroupWise" - Scripting GroupWise | Novell User Communities for more information on the GroupWise Admin API. I suggest that you modify the script listUser.vbs to include domain name ( GWUser.PostOffice.Domain.Name ) , post office name ( GWUser.PostOffice.Name ), visibility ( GWUser.Visibility ) and last login date ( GWUser.MailboxLastLoginDate). You will need to run an audit report on each post office to update the MailboxLastLoginDate property. Import the output into Excel and sort / filter accordingly for analysis.
    Setting an expiration date ( MailboxExpDate ) and / or visibility ( Visibility ) is done by assigning values to the respective properties and using the commit method - e.g GWUser.Commit
    Identifying accounts with auto-forward rules can be using GroupWise Object to log into each account using a trusted application key. I posted ( more shameless self promotion ) some sample code to list proxy access in another thread - https://forums.novell.com/novell-pro....html#poststop. It is not too difficult to modify the code to iterate through rules and select those that include the action forward.
    Deleting is be done using the the delete method - e.g. GWuser.Delete(eadGW) where eadGW is constant with the value 1.
    I would advise against using the Administrative Object API to automate moving accounts. Best practices to avoid problems during moves involve running GWCheck against user objects until there are no errors. I perform structure, contents, contents with attclip and contents with deldupfolders checks until there are no error before moving accounts. There is also the issue of how many simultaneous moves the post office agents can handle. More accurately it is the number of simultaneous purges on the source post office that need to be monitored.
    If you need more help with coding let me know.
    Sincerely,
    Bryan Vandenberg
    Originally Posted by gregamy
    I'm looking for recommendations for third-party user management tools that can do the following:
    - Identify and bulk-expire/no visibility users that are inactive for >XXX days
    - Identify users with auto-forward rules
    - Bulk-delete inactive accounts (from GW database only, not eDirectory accounts)
    - Maybe even bulk-move inactive/expired accounts to a "dead accounts" post office?
    I have an immediate mandate to clean up our environment, and I don't see how to do this in bulk with existing native tools. It's just one guy (me) versus 42 post offices and 23,000 user accounts...
    Thanks!

  • AE cs3 on Vista can't complete third party content manager

    Hey there!
    I'm using AE cs3 with Vista on my PC, and I'm trying to install additional format files with the third party content manager installer that is built in AE, everything works fine, but the installer can't complete it's operation.
    Please help me!

    Time to get used to Vista... When you install stuff on Vista, always use 'Run As Administrator'. IE, Right click setup.exe (or whatever) and select "run as admin".
    Should have no more problems.. Get used to doing that for plugins, and everything you install.

  • Third party PHOTOS Manager app

    hi to all fellow apple users, i need to have a Third party Photos Manager app (i hate iTunes syncs) , which also provides the SET AS HOME/LOCK SCREEN feature just like the core photos app.... i downloaded "MyPics" app but it doesnt have dis feature.

    King_Penguin wrote:
    Only the photos in the built-in Photos app can be accessed vie the photo frame icon on the iPad's lockscreen or be used as wallpapers, third-party apps won't have access to it.
    Photo Manager Pro is another alternative photo management app which can copy phtoos to/from Photos, but again it can't be used on the lockscreen
    Thanks for this one, I was searching for something like that too and couldn't find anything.

  • HT201365 Does Find My iPhone collect data on user whereabouts for Apple or any other third party?

    Does Find My iPhone collect data on user whereabouts for Apple or any other third party?

    Google search produced this article: http://support.apple.com/kb/HT4865

  • BFD3/Superior or other Third-Party AU's in Mainstage3?

    Hallo everybody!
    I just wanted to ask if it is possible to load other third-party Products such as BFD3 or Superior Drummer into Mainstage?
    Has anyone some experiences to share?
    I want to use Mainstage and BFD3 to cover my needs as a drummer in a TOP40 Band.
    Different Drumsets for different songs and so on. Using a TD-20 as Drumset.
    Hope that someone can help me!!!
    Best wishes
    Ilja

    Hi CCT,
    thanks for your response that helped me very much in my decision to buy MS3 or not.
    I've got some nice Videotutorials from MacProVideo to get an overview on MS3.
    But they don't show how to import these third-part-plugins.
    Could you be so kind to give me a short "how to"?
    You would help me veeeeeeery much!!!!
    Thanks so far!!!

  • How to expose to test automation dynamically generated third party component

    We need to expose to test automation extended check box (which is not our component), that is dynamically generated and works together with tree.
    So, our application contains the  following code:
    import org.sepy.ui.CheckBoxExtended;
    checkBox = new CheckBoxExtended();
    Then all properties of check boxes are set dynamically.
    These check boxes are  used with the tree, to select  any of its nodes.
    When using test automation tool (we are evaluating RiaTest), automation tool agent sees the tree, but it does not see checkboxes, and therefore selection  of tree node cannot be automated.
    Is there any  way to make automation tool agent see this check box? There is a procedure for instrumenting custom components, but this is like third party component.
    Thanks,
    Miroslaw

    I am beginning to think that there is no solution to my problem. Let me better define the problem:
    1. Automation tool does not see extended check box.
    2. The container of extended check box is standard tree (nothing to instrument).
    3. Extended check box is third party component which was derived from standard button, and not standard check box (theoretically nothing to instrument again).
    4. Extended check box was used in item renderer class of the tree.
    Maybe elements used in item renderers cannot be exposed to automation tools (I have tried FlexMonkey and RiaTest, but they both failed)?

  • Migrating Third Party Document Management System into SAP EP KM

    Hello Everyone,
    We are having a requirement to Migrate the documents from Third Party (Intraspect) Document Management System into SAP Enterprise Portal KM.
    Documents in Intraspect are storing in Oracle Database. Our requirement is to Mirgrate the documents from Intraspect database to Portal KM Database.
    Please suggest that how we need to approach in Migrating the documents and permissions from Intraspect to KM.
    Thanks in Advance.
    Regards,
    Sridhar.

    Hi,
    Our requirement is to migrate the documents from intraspect oracle database to KM database.
    Please suggest how the migration happens from database to database. And also suggest whether this will effect the performance of portal as the intraspect database having very high volume of documents.
    If you have any links or any documents on this, please provide me.
    Thank You.
    Regards,
    Sridhar.
    Edited by: SridarReddy on Jun 4, 2009 1:36 PM

  • Credit management configuration in Third party sales

    Dear  All,
    Please let me know , what are the configuration setting for Credit Management in Third Party Sales.
    Regards
    SKumar

    Hi...
    For Third Party, since there is no Delivery and PGI, the block can be at Billing.
    however the total outstanding value from the customer at the time of billing along with the days as set in the credit limit shall be basis of blocking.
    Config Steps:
    u2022     Assigned the credit control area to the company code
    Financial Accounting (New)  Accounts Receivable and Accounts Payable  Credit management  Credit Control Account  Assign Permitted Credit Control Area to Company Code
    u2022     Assign Sale Document and Delivery Document, The credit limit check for the selected sales document type is set to automatic control.
    Sales and Distribution  Basic Functions  Credit management / Risk management Credit Management Assign Sales Documents and Delivery Document  Credit limit check for order types
    u2022     Assigning Risk Category to Credit Control Area
    Financial Accounting (New)  Accounts Receivable and Account Payable  Credit management  Credit Control Account  Define Risk Categories
    u2022     Defining Automatic Credit Control
    Financial Supply Chain Management  Credit Management  Integration with Accounts Receivable Accounting and Sales and Distribution  Integration with Sales and Distribution Define Automatic Credit Control

  • Advantages of third party Document Management vs SAP

    We have had the IXOS product installed for a long period of time to store our SAP related documents such as drawings, POs, Invoices.  We also use IXOS to store our SAP archived data thru the SAP archivelink interface.  Due to cost and support issues, we are looking to replace IXOS.  The big question that keeps coming up is whether we actually need a third party product any longer or can SAP's content server and DMS handle the same items.  Our CIO continues to ask why do we need IXOS.  Unfortunately, I do not know enough about what SAP has in this area now to give him a definite answer.  Any input on this would be greater appreciated.

    This is quite a good link...
    http://www.sap-img.com/sap-dms.htm
    Iw as at the recent SAP world Tour and the only people providing information on this were a company called Imagenow. 
    We will be implementing a Document and record management system in the coming months.  And would be intersted other's feedback!

  • Questions with Third-Party Access Management Systems

    I was reading: http://download-east.oracle.com/docs/cd/B14099_18/idmanage.1012/b14078/tpsso.htm#i1009152
    And few questions raised in my head:
    1st: On the IPASAuthInterface implementation we're told to fetch a header that was set by the third party server. Well, if we do a redirect from that server the header does not reach the destination, what would look like the code on the client?
    2nd After oracle fetches the info needed, will it then generate the SSO_ID cookie put on the response? Where does it redirects the user afterwards?
    3rd Will this overwrite the convetional way of authentication within Oracle AS?
    Best Regards

    I am also trying Oracle EBS / Oracle SSO integration with IBM TAM and facing the same problem.
    Where as IBM trace shows that user-id has been passed to backend but it never reaches the custom authentication file in http header.
    But it works if I use harcoded userId in custom authentication module!
    What I have noticed is, Once TAM passes the user id and before it reaches the custom java code, there is one page is being displayed (index.html) this page is autogenerated thru autoconfig utility.
    I think http header reaches till this page but this html pade does not f/w the http header to custom java file.
    I dont know how to modify this auto generated index.html!
    Also this file has:
    <META http-equiv=REFRESH content="1; URL=https://ORACLE_EBS_HOST:443/OA_HTML/AppsLogin">
    this tag does a auto refresh and send the request.
    What you guys think?
    plz mail me if any one found any solution [email protected]
    thanks in advance

  • Scenario: R/3 - XI - Third Party System: Manage queues

    Hi to all,
    my scenario is: an R/3 system which extract some datas -> XI -> datas are used in a third party system. In R/3 system I did a custom program which extracts datas and send them to abap proxy, this program is used by a key user who can execute it more times quickly, and I'd like put these executions in queues so that they are precessed one after one. Is this possible? Is there a function module in R/3 system to manage queues for my purpose?
    Thank you very much and sorry for my english...
    Antonio

    you can enable EOIO in your abap proxy. That should help.
    ref: /people/arulraja.ma/blog/2006/08/18/xi-reliable-messaging-150-eoio-in-abap-proxies

  • SAP Inventory management interface with Third party Warehouse System

    Hi Experts,
    Need your input for designing the SAP solution with existing Third party warehouse system ( Exacta ):-
    SAP ERP will be implemented for all locations of Client ( SAP MM, FI, PS , HR etc ).The Client has 10 distribution centres which are on Exacta Warehouse systems and will be linked with SAP Inventory management system.
    The way it will work - Goods receipt will always happen in SAP for all locations and then interface needs to Trigger subsequent Putaway activities at Exacta Ware house ( third party warehouse system) for those 10 locations.
    Goods Issue for these locations will happen from Exacta and then update will be posted in SAP via interface.
    All locations will be created as Plant /Storage locations in SAP.
    Need your inputs what special configurations need to happen in SAP for those locations so that goods receipt in SAP can trigger putaway activities in Exacta system .
    Do we need to do configuration for decentralised Warehouse in SAP for handling this?
    Pl. give your inputs based on your past experience where you handled such scenarios via interface with SAP Inventory management and legacy warehouse systems.
    Thanks for quick response on this.
    Regards,
    Krish

    Krish
    This is a std business process where clients have used their existing warehousing systems but implemented SAP forother functions such as Order entry, inventory mgmt and procurement, financials.
    The typical interface that needs to happen is
    1. Sales order ( and or delivery)
    2. Invetory needs to be passed to the WH. Typically people send it when SAP GR takes place.
    3. When WH system does picking, it sends signal to SAP which then does PGI for the sales order delivery and that takes the stock out of the system.
    Material master has to be transferred or mapped between two systems. Also, other elements need to be mapped between two systems.
    The way I have seen this happening is :
    you have an output on the SAP GR process. That creates an idoc to the WH system. Based on the capabilities of the WH system, it then does appropriate actions in the system.
    Many times, middlewares are used to translate/ map the data between SAP and the WH systems.
    So system wise, there is ALE setup that needs to take place for IDOC creations.
    Configuration and coding is required for the output type and the program behind it. There are several std FUnction Modules that can be used for this.
    Hope this helps.
    Mankai

  • SAP inventory management interface with third party warehouse

    Hi Experts,
    Need your input for designing the SAP solution with existing  Third party warehouse  system ( Exacta ):-
      SAP ERP will be implemented for all locations of Client ( SAP MM, FI, PS , HR etc ).The Client has 10 distribution centres which are on Exacta Warehouse systems and will be linked with SAP Inventory management system.
      The way it will work - Goods receipt will  always happen in SAP for all locations and then interface needs to Trigger subsequent Putaway activities at Exacta Ware house ( third party warehouse system) for those 10 locations.
    Goods Issue for these locations will happen from Exacta and then update will be posted in SAP via interface.
      All locations will be created as Plant /Storage locations in SAP.
      Need your inputs what special configurations need to happen  in SAP for those locations so that goods receipt in SAP can trigger putaway activities in Exacta system .
    Do we need to do configuration for decentralised Warehouse in SAP  for handling this?
    Pl. give your inputs based on your past experience where you handled such scenarios via interface with SAP Inventory management and legacy warehouse systems.
    Thanks for quick response on this.
    Regards,
    Krish
    Edited by: krishnendu Bhowmik on Nov 24, 2009 4:22 PM

    Hi experts,
    Any inputs on this .
    Thanks again,
    Krish

Maybe you are looking for