Automation of MDM test scripts

Hi All
       Quick Test Professional is used for automation in our project.We need to automate MDM testing scripts.Can any one tell me whether there is plugin for QTP in MDM or is there any way to automate these test scripts.
Regards
Aruna

Hi Aruna,
As far as I know, there is no QTP-related content delivered with MDM.
I haven't used that product so far, but it seems like it's for GUI-based testing. Therefore, I'd suggest recording the test steps.
If you can also access one of the MDM APIs (e.g. Java), it could improve your testing, as you could then directly access the repository and check that the required customer information has been successfully created.
Best regards,
Dennis

Similar Messages

  • Test scripts and Test cases

    Hi Team,
    Kindly can you let em know what is the difference between Test Scripts and Test cases with example if possible.
    Regards,
    Vimal

    Hi Vimal,
    A test case  is a set of conditions or variables under which a tester will determine if a requirement or use case upon an application is partially or fully satisfied. It may take many test cases to determine that a requirement is fully satisfied.
    Test cases are often incorrectly referred to as test scripts. Test scripts are lines of code used mainly in automation tools.
    Test script
    A test script is a short program written in a programming language used to test part of the functionality of a software system. A written set of steps that should be performed automatically can also be called a test script, however this is more correctly called a test case.
    Any test that is written as a short program is regarded as an automated test. Test scripts written as a short program can either be written using a special manual functional GUI test tool or in a well-known programming language (such as C++, C#, Tcl, Expect, Java, Perl, Python, or more recently, Ruby). Automated test tools can test many areas of system functionality such as the user interface, performance of the system, the system code and the requirements.
    Automated testing has the advantage over manual testing in that it is easily repeatable, and thus is favoured when doing regression testing. This however is not always the case as automated tests may be poorly written and can break during playback. Since most systems are designed with human interaction in mind, it is good practice that a human tests the system at some point. 
    Test Script defines the actions and pass/fail criteria. For example, if the action is "to enter a valid account number," the expected result is that the data are accepted. Entering an invalid number should yield a particular error message.
    Award Points accordingly.
    Regards,
    Kitchlu

  • Naming conventions to store automation testing scripts

    Hi,
    Can anyone provide the solution for Naming conventions to store automation testing scripts in oracle application testing suite?
    Regards,
    Sairam

    Hi Sairam
    There are no naming conventions you can call them anything you like.
    Regards
    Alex

  • Error opening a Test Script inUFT from Solution Manager

    This error is the subject of a call with SAP and HP but I wondered if anyone else has come across this problem.
    We work with Solution Manager 7.1 (SP11) and HP's UFT 11.53 to create automated testing. We ustilise the two free seat licences for UFT that are provided via enterprise support. We do not use HP's Quality Centre.
    On some occasions when trying to open a test script for editing UFT tries to open and then closes again. The error message below is displayed in solution manager.
    “External Test Tool Quick Test Professional Is Busy and Cannot Create a New Test Script”
    When this happens the local cache files are wiped. We have managed to salvage some of these scripts by pasting in copies of the cache file from another PC but some we had to recreate from scratch.

    If you don't have one already create a gateway instance on your Content Server.
    Change or create the RFC destination :  SAPKPROTP   type = T
    Check the radio button to start on Expicit Host 
    Enter the program = c:\winnt\sapkprotp.exe
    Enter target  host - use the hostname of the server for your Content Server
    Enter the Gateway information
    Regards,
    Brian

  • 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!

  • Error executing BPC test script

    Hi,
    We are on HANA. Our performance team is trying to execute a test script from HP Load Runner. We are seeing the below error
    HTTP/1.0 500 Internal Server Error\r\n
    <TITLE>500 SAP Internal Server Error</TITLE>\n
    ERROR: XSLT: No valid XML source (termination: RABAX_STATE)<P>\n
      Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://fmsap980.erps.intel.com:8000/sap/bpc/files?method=list" [MsgId: MERR-26612]
    when we try and execute the same script manually within BPC front end, then no issues. everything is fine. Automating the test script is an issue.
    any script , same error.
    thanks for the help.

    Hey Ravi:
    Any chance you found a solution to this?
    Thanks
    Kalinga

  • A way to run bundle tests scripts with EBS 11.5.10.2

    Hi,
    looking for a way to run bundle tests scripts with EBS 11.5.10.2. We prepare our tests scenarios and run them manually now but would rather job them and verify results of testing on logs created by the automatic execution of these scripts.
    We use UPK for preparing and supporting our training activities and I read that UPK features a way to prepare and run bundle tests scipts. Does anybody from the community knows something about that? I haven't found a guide to explain how to do it.
    Hoping someone to lead me to the topic I'm looking for. Does any release of UPK can do this and how or the community uses another tool to do so
    Alain

    UPK allows you to create manual test scripts which can be imported into a variety of testing suites. UPK does not provide automated test scripts. In the current release, the name of the publishing style is "HP Quality Center". This will create a spreadsheet document that can then be imported into a variety of testing suites as a test script. The product documentation should give you all the information you need to start using the HP Quality Center output. If not, here is a blog post describing how to use UPK to create an output for IBM Rational Quality Manager, which may help describe how this process works:
    http://blogs.oracle.com/UPK/2010/05/upk_and_rqm.html
    I hope this helps.
    Best regards,
    Marc

  • Executing third party test scripts using eManager.

    Can eManagers execute automated scripts written with other tools like SoapUI, SilkTest, QTP? If not directly, what are the ways to integrate thirdparty test scripts with eME?

    Hello rohitpareek.
    eManager can execute e-Tester scripts out of the box. What you can do is use eManager manual test functionality, run those other scripts, and note if pass/fail yourself.
    Hope it helps!

  • Running a pre-test script to setup my test data

    I am trying to run a script from e-Manager Enterprise to setup or stage my data prior to the playback of my test branch. I think i could do it with vba in a dummy e-Tester script or via a third party test. Has anyone ever done this and what is the best method for this type of activity?

    The 3rd Party test case type in e-ME is well suited for this purpose. You can specify any .bat file executable to run with your 3rd Party test case. Although one usage for this is to launch automated scripts in external or homegrown test tools - another usage is to launch a pre-test or other executable to setup your test environment. You can then either launch this manually in the e-ME test tree or schedule it to run ahead of your other automated scripts in the e-ME Web scheduler.

  • What is Test Script?

    Hi All
    What is a Test Script? What exactly is meant by it and where can I find documents related to it?
    If anybody has sample test scripts for HRMS pls mail it to me at [email protected]
    Thanks and Regards
    M.A.Rahman

    The Test Starter Kit consists of a full set of documentation including Best Practices Guide for using Mercury Interactive Test Automation Tools to test Oracle E-Business Suite, Installation Guide, Patches for testing Oracle E-Business Suite, and TestDirector Installation Guide (available in the WR TSK), is available for download from MetaLink. If you are on 11.5.10.2, you need to apply Patch 4520701.
    Note: 239746.1 -- Test Starter Kit Information Center
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=239746.1
    In addition, have a look at the following link:
    Automated Testing for the E-Business Suite
    http://blogs.oracle.com/schan/2006/06/01

  • Rational Robot Test Scripts for Oracle Application Vanilla Instance

    Hi,
    Does anybody have Rational Robot Test Scripts for Oracle Applications Vanilla Instance. We are in the process of automating testing. But for the same, we need to have the test scripts for the standard functionalities/flows.
    Any help would be highly appreciated.
    kanjurm

    Hi;
    I belive there is no sch a script as you mention. Please log a SR for your request
    Regard
    Helios

  • Issues in Coded UI Test Script bulk execution

    Hi,
           We are using Coded UI  for one of the dotnet web application in our project. We have automated more than 1000 scenarios using Coded UI.  We are using the 4.0 framework.  We have created multiple order tests(OT) with
    80 test scripts in an order test file and give it for execution.
           We have observed that few of the scripts which gets successfully executed in the debug and Run mode are getting failed while executing the same using the order tests. However, if we re-create a new order test by putting the failed
    script as the first script in the order test, then the script is getting passed in the execution, but the others are getting failed.  PFB the example,
    Suppose OT1 has T1,T2,T3 scripts in the same order i,e T1,T2,T3.  all the scripts i,e T1,T2,T3 run perfectly and gets passed individually in the debug mode and run mode.  But if we execute the OT1 using the MsOrderTest Batch file, then only T1
    is getting passed and T2 and T3 are failed.
    In another scenario, if the scripts are ordered as T2,T3 and T1. Then after the OT execution, the result is only T2 is passed, T3 and T1 are failed.
    I could not understand why the scripts are getting failed. Can someone provide some help here. 
    Please note:: All the scripts are hand written and not the recorded ones.
    Thanks,
    Venkat.

    Hi Venkat,
    >> Suppose OT1 has T1,T2,T3 scripts in the same order i,e T1,T2,T3.  all the scripts i,e T1,T2,T3 run perfectly and gets passed individually in the debug mode and run mode.  But if we execute the OT1 using the MsOrderTest Batch file, then
    only T1 is getting passed and T2 and T3 are failed.
    Could you share us the error message screen shot or the details error message about the T2 and T3?
    Based on your description, it seems that it caused by the script. To find the root cause, I will recommend you run the Order Test in the Visual studio. If it could work correctly, I assume that there is something wrong in the script, and it would be helpful
    if you could share us the script. The link below shows how to run tests from Visual Studio.
    # How to: Run Tests from Microsoft Visual Studio
    https://msdn.microsoft.com/en-us/library/ms182470.aspx
    In my option, you could replace the T1,T2,T3 with other three simple methods in the class to check whether the script could work correctly.
    In addition, I will recommend you to try to run the T1,T2,T3 independent to check whether the result web page of T1 is not the start of the T2.
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • Create test scripts using e-Tester without using visual scripts

    I'm new researching on e-Test suite.
    I have the following question. Is there any possibility to create test scripts to run automatic tests without using the visual scripts created by e-Tester?
    Today, we are using Selenium to make Web based tests and this tool is included in a custom framework developed in Java. So, we don't use record and play. Directly we create code using objects, methods and attributes provided by Selenium api.

    You can create a dummy java agent script that can that call your module. The java agent script can then be automated to run in e-Load.
    1) e-tester menu ->options->New Scripts (global) -> Advanced -> Java Agent: Check on "Create Java Agent Script.." and the other 2 check boxes.
    2) menu -> File -> New Script
    3) Do Nothing. No navigations, ect...
    4) menu -> File -> Save Script i.e. "empty"
    5) Download and install Eclipse IDE (other IDEs should work but you need to create your own project)
    6) Eclipse -> Menu -> File -> Import -> General -> Existing Project into workspace: Select the root directory that contains the etester generated Java Agent script prefixed with the underscore "_" i.e c:\ETS\etest\Default!\_empty
    7) Once imported I suggest you call your module from within scriptCallback.class EndScript(RunState, ScriptResult);
    7b) When you get better at this you can return errors by changing the ScriptResult() object and view stats from the RunState() object.
    8) You will have to modify the Eclipse Project to be dependent on your jars if you want to debug in eclipse. Secondly there are 2 batch files. These two batch files create the *.JWG file which is just a renamed .JAR file.
    9) You MUST modify the batch files to create the new Empty.JWG including your *.JAR files.
    10) I recommend compiling in eclispe and only running the makefileNocompile.bat (after you add the *.jar inclusion). Ignore the makefile.bat unless you also change the javac.exe execution line to include all the correct classpaths.
    11) Once you are happy with running in Eclipse you should be able to execute in eload. I recommend you test the procedures steps 5 through 10 before adding your own module and code.

  • Setting timeout for all the web test scripts in the solution

    Hello,
    I have around 16 web test scripts (using VSTS 2010 ultimate version) in my project (in a solution). By default the timeout set for each request is 60 sec. I need to increase the timeout to 180 sec. Currently, I am clicking on each request and modifying
    the timeout parameter from the Properties window.
    Is there any common setting for timeout available which would be acting across all the scripts?
    Thanks.

    Hello,
    We only can set Timeouts for a separate request in Visual Studio Web Test. There is no way to set Timeout for all requests in VS IDE. But you can write you own logic code using
    Timeout Property in a web test plugin to set Timeout for all requests in a web test.
    About how to write a web test plugin, please see:
    How to: Create a Web Performance Test Plug-In
    Best regards,
    Amanda Zhu <THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
    Thanks
    MSDN Community Support
    Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.

  • Urgent need for AP and PO test scripts/scenarios and training user manuals

    Hi There,
    Can anyone send me test scripts/scenarios and training user manuals for AP and PO
    Please send me the docs as soon as possible on [email protected]
    I will really appreciate your help.
    Regards
    Kush

    Dear
    this topics must be included in the testing scenario
    1-Enter Supplier Data     Enter information for a given supplier, including supplier sites/addresses
    2-Create Invoice Batch: Enter information for Invoice Batch header
    3-Create a Standard Invoice: Enter information for a standard invoice in an invoice batch
    4-Invoice Distribution: Enter information details of a selected invoice
    5-Schedule Payment     Create Payment Schedule
    6-Create a Credit Memo: Enter information to create a credit memo
    7-Create Employee Exp:Enter information for an Employee Expense report
    8:Validate an Invoice: Validate an Invoice
    9-Account an Invoice: Create Accounting Entries for an Invoice
    10-Create a Quick Check: Enter data to create a Quick Payment
    11-Select Invoices for Payment:Enter data to create a preliminary list of invoices to pay, review the list, and do some changes.
    12-Format and Print a Payment Batch: Perform tasks required to Format a payment batch
    13-Confirm a Payment Batch:Perform tasks required to Confirm a payment batch
    14-Transfer to General Ledger

Maybe you are looking for

  • Invalid Content Type Error in Receiver SOAP Adapter

    Hello Experts, Is there a solution for this problem? I am getting the following error in one of my receiver SOAP adapters: com.sap.aii.af.ra.ms.api.DeliveryException: XIAdapterFramework:...:com.sap.aii.af.ra.ms.api.DeliveryException: invalid content

  • How to get the total record count for the report

    Hi, How can I get count of the total records shown in the report. When we set the report attributes, we have an option "Set Pagination from X to Y of Z" Does anyone know how can I get the Z value from APEX variables. I know we can use that query and

  • PROBLEM WITH FETCHING THE TEXT FROM  HEADER DATA

    Hi, plz give me the solution. TYPES:BEGIN OF WA_TLINE,         TDFORMAT TYPE TLINE-TDFORMAT,         TDLINE(132) TYPE C, "TLINE-TDLINE,        END OF WA_TLINE,      BEGIN OF WA_STXH,         TDOBJECT TYPE RSTXT-TDOBJECT,         TDNAME TYPE STXH-TDNA

  • Reader icon in SharePoint

    SharePoint doesn't show the .pdf icon. Will you legally allow me to use http://www.adobe.com/images/shared/product_mnemonics/50x50/acrobat_reader_50x50.gif within my SharePoint environment?

  • InfoCube Compression Policy

    Hi,      Right now my client compresses Infocubes every month leaving the most current 60 days uncompressed.   I am considering changing this policy to where we compress on a daily basis leaving only the most recent 3 or 4 days uncompressed.  This po