Are testing tool effective

Hi,
I am trying to test my scenario using 2 available method of testing. I deliberately put a wrong data and tested in message mapping.
As expected, my mapping fails in test tab of message mapping. Now i took the same payload ( whcih has wrong data)  & used it in Runtime workbench ( Integration engine- Test Message) & also in ID in Tools-Test Configuration
To my surprise, the messages are triggered without error and i can see sucess flag. However when I see the XML payload it has wrong data. My Question is why these tool did not recognized what message mapping test found. How effect are those tools considering that they simulate the pipeline steps.
Regards,

When you do a mapping test, the only thing that you are testing is the mapping, independently of interfases.
When I want to test any interface, I:
1) Log on into R/3. Look for an existing IDOC in TC WE02 with status 03 (data passed to port OK). When I found one, I write the idoc number and then I go to TC WE19 and I test it there; just put the idoc number in textbox "existing idoc" and press F8, when you go to next screen, press F7 and put there the amount of Idocs that you want to reprocess. Then, log on into XI and go to TC SXI_MONITOR and see if the xml generated by the idoc you reprocess was sent ok.
2) Log on into IR and in message mapping go to test; test it putting information in the outbound idoc or xml or rfc. When the mapping result is ok, save that xml.
Then, I use a http page that basis guys give to me long time ago, where I have only to put:
Server Host (your server host, like srv-xxx-adm for example)
Server Port (in this case, I test it with server 8000 and not 50000)
Client (your mdt in SAP R3)
Quality of Service (sync., async. or exactly once in order)
Sender Service (your sender service; you can found it in ID)
Sender Interface (your message interface in IR)
Sender Namespace (your namespace in IR)
Then, you can upload the xml and logon with a username and password, and the xml will be sent.
And like in 1), you must log on into XI and go to TC SXI_MONITOR and see if the xml generated by the idoc you reprocess was sent ok.
3) Some guys from other systems are using a program called xmlspy to send xml from any system throw xi to sap or from sap throw xi to any system. The only thing that I have to do is to send them the empty xml I got from message mapping in IR, so they can fill it with information and send it. Then, just look at it in sxi_monitor transaction code in xi.
I dont use the other test tools because last guy in xi here told me not to use it (he didnt explain me why).
I hope this could be helpful for you.

Similar Messages

  • Testing tools for Tuxedo

    I want to know if there are testing tools available for Tuxedo based applications?

    Hi,
    I'm not aware of any tools specifically developed for testing Tuxedo based applications. We use standard tools such as Purify, Loadrunner, etc. What sort of testing were you looking to do?
    Regards,
    Todd Little
    BEA Tuxedo Engineering

  • What are the IEDriver version requirements for using Microsoft Webdriver tool with a selenium based test tool?

    Hi,
    We are using IEDriver 2.44.0 with microsoft webdriver tool Windows7-KB2990999-x64.msu update with IE11.
    Using IMPLEMENTATION=VENDOR, we are not able to get this IEDriver version working with out selenium based test tool, with or without microsoft webdriver tool.
    I can see the driver IMPLEMENTATION set to VENDOR in the log, it also brings up the browser, but gets stuck there.Is this a known issue?ThanksTanvi

    Selenium is a third party software, so it is not supported in MSDN forum. It would be better consult to selenium's office website or forum. Some placa like here:
    http://www.seleniumhq.org/support/
    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.

  • Microsoft Platform Ready Test Tool - Select Primary Executable when they are on a different server

    I am using the Microsoft Platform Ready Test Tool 4.1 and am trying to run through the SQL Server 2012 Data Platform Test
    My SQL Server 2012 is running on a Windows 2012 server, and all the prerequisite tests are passing.
    But then I come to step 1: Select Primary Executable(s) of Your Application, and get the followin error Message:
    You must identify your application's primary executable(s) in the below list. If no executable is displayed below, you must browse and add your applications's primary executable that makes the connection to SQL Server. If your application is IIS/PHP/COM+
    based solution, then you must add the corresponding framework executable(s) that makes the connection to SQL Server.
    So, my Application is a .Net 4.5 web Application that is running on a diffent VM from the SQL Server.
    So my question is then: How can i add the files needed? And which files am i supposed to add anyway?

    Hi Bjørn Otto,
    If you need to verify the SQL Server 2012 application using Microsoft Platform Ready Test tool, you can add ssms.exe in the ‘Select Primary Executable’ page. For more details, you can review the similar guideline which can be downloaded from below link:
    https://mprprod.blob.core.windows.net/assets/us/MPR_SQL2008R2_GUIDE_05092012.docx
    About adding the executables for other applications such as  .Net application deployed in IIS, you can review the list in this
    blog.
    Meanwhile, since the Microsoft Platform Ready Test tool is not part of SQL product, I would like to recommend that you also ask it in this
    forum. It is appropriate and more experts will assist you.
    Thanks,
    Lydia Zhang

  • Are there any good black box testing tools for j2me?

    Is there any good testing tools available for testing software on physical mobile devices?
    I would like to partially replace manual testing with automated testing using a test tool. It should work on physical devices, and with the help of a script it should be possible to execute predefined sequences of button pressings on the device. Preferably there should also be some way of deciding whether the test was a succes without having to do so entirely manually.
    The purpose with this would be to make it easier to go through the test protocols, which has to be done before every new software release.
    Deviceanywhere.com looks promising at first glance but it is rather costly. Still, does anyone have an opinion of it?
    Does anyone has experience of Mobile junit for this kind of testing? Is it possible to define series of physical button pressings with it? At first glance it doesn't seem so.

    You can collect the Organizational Health in Exchange 2010 console for Exchange 2003/2007/2010 and that will list very useful information about statistics in your organization like servers, databases, CALs, recipient, feature used etc...
    Collect Organizational Health Data -
    http://technet.microsoft.com/en-us/library/dd351156%28v=exchg.141%29.aspx
    However it doesn't contain any configuration information and that you need to collect it manually because that depends on needs of each organization and how they want to setup their infrastructure...

  • Free load test tool

    Hello all,
    are there any free load testing tool for sql queryl ?? We have this sql that i want to change and use a parallel hint....so i wanted to load test...maybe 50 concurrent user executing that at the same time....and see how the performance is on the server ...are there any freeware tool for that or anything that i can do ?? i am on 10.2.0.3 (AIX)....

    I'm a bit confused.
    Parallel query improves performance by allowing one session to use more of the database's resources than a single session could normally utilize. That makes it ideal for data warehouse environments where there are few concurrent users each running very resource intensive SQL statements. Parallel query is poorly suited, in general, for OLTP workloads because letting one session spawn multiple slave processes takes resources away from other sessions. If you really have 50 users simultaneously running a query, it should almost certainly not be parallelized. Even if each session creates only 2 slave processes, that's 100 simultaneous slave processes which probably overloads anything below, say, a 64-core box. Hopefully, your database is configured, in that case, to disable parallelism to avoid overloading the server. But if the database is configured to disable parallelism in that case, adding the PARALLEL hint will have no effect at high load.
    Justin

  • FAQs with respect to extended Computer Aided Test Tool (eCATT) - Part 1

    Dear  Community Members,
                                                                                    Please find the answers to the threads that can be frequently asked in the forum.
    1. What is eCATT?
        extended Computer Aided Test Tool (eCATT) to create and execute functional tests for software. The primary aim is the automatic testing of SAP business processes. Each test generates a detailed log that documents the test process and results.
    eCATT enables automatic testing in SAP GUI for Windows and SAP GUI for Java. In order to offer a complete test solution that covers other GUIs, eCATT has interfaces to third party tools.
    See Also 1. eCATT - An Introduction (PART I)
    /people/sapna.modi/blog/2006/04/10/ecatt--an-introduction-part-i
    2. What are the features of eCATT?
    You can:
    ·        Test transactions, reports, and scenarios
    ·        Call BAPIs and function modules
    ·        Test remote systems
    ·        Check authorizations (user profiles)
    ·        Test updates (database, applications, GUI)
    ·        Test the effect of changes to customizing settings
    ·        Check system messages
    3. How to record a transaction using TCD driver or command ?
    See link: eCATT Scripts Creation u2013 TCD Mode (PART II)
                   /people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation-150-tcd-mode-part-ii
    4. How to record a transaction using SAPGUI driver or command ?
    See link: eCATT Scripts Creation - SAPGUI Mode (PART III)
                   /people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation--sapgui-mode-part-iii
    5. What is Parameterization, Test Data, Test Configuration,System Data and how to create them in eCATT?
    See link: eCATT Chaining, Parameterization, Creation Of Test Data,Test Configuration, System Data (PART IV)
                 /people/sapna.modi/blog/2006/04/18/ecatt-chaining-parameterization-creation-of-test-datatest-configuration-system-data-part-iv
    6. What is Test Workbench and How is it Managed?
    See Link: eCATT Scripts Management Via Test Workbench (PART V)
                   /people/sapna.modi/blog/2006/04/13/ecatt-scripts-management-via-test-workbench-part-v
    7. What is eCATT Log?
    See Link: eCATT Logs (PART VI)
                   /people/sapna.modi/blog/2006/04/18/ecatt-logs-part-vi
    Continued.
    Thanks and Kind Regards
    Mohan Kumar K
    eCATT Forum Moderator

    PMU reset does not get rid of it sorry to say and logic board replacement does nothing to cure it. They all have this problem I believe, and it could very well be the battery that is the culprit, and a recall might be on the way for the batteries or a firmware update. Who knows at this point, this is an inherent reality of first gen Apple portables (products also), they are never bug free, if you buy a MBP now, you should know what you are getting into and try to deal with it as best as you can, if you don't have the "stugots" to deal with these issues and document them, wait for the 3rd and 4th gen, those are usually bug free, but end of life also.
    Take it easy and don't worry, they will fix it soon, they just need documentation of the problem, half the battle has been won.
    --Felix

  • OpenSQL query testing tool

    Hi,
    I am looking for a simple tool that I can type in a sql query and then run the query. It would be nice if it can be like MS Access that you can switch between design view and SQL view - using design view to contruct the query and switch to SQL view so you can copy the SQL statement to the ABAP program.
    So far the only thing I found is SQL Query Tool (t-code SQ01), but it's more a reporting tool than a query testing tool.
    Please advise. Thanks,
    Jack

    Testing any product manually is the best testing pattern and about Rational ClearCase i dont believe that its a testing tool its one of the methodologies of Rational for team unification .... but there are quite a few products from rational like Rational Robot or Rational siteLoad which can be effectively used for testing

  • Info about eCATT Testing Tool

    Hi All,
    I have read various blogs/threads regarding eCATT Testing tool. I can see how to create eCATT scripts but my questions is how do we open eCATT tool.
    I ve read that we have to enter "SECATT" as tcode, but where?
    I ve SAP Netweaver Application Server 7x and Developer Studio installed on my M/C, please let me know if there is anything else to be installed to get started with eCATT, if yes then it would be great if you could provide me with relevant URLs as well.
    Regards
    Kaushal Panjwani

    Hi
    Check CATT help.
    http://****************/Tutorials/eCATT/eCATTMain.htm
    SAP users use CATT frequently to upload master data or to make changes to master data records. SAP Consultants and Abapers tend to use it for creating test data. The transactions run without user interaction. You can check system messages and test database changes. All tests are logged. The CATT records your keystrokes while performing the actual transaction. You then identify the fields that you wish to change in that view. Then export this data to a spreadsheet to populate with the data required. This is uploaded and executed saving you keying in the data manually.
    To perform CATT, it has to be enabled in your production environment (your systems administrator should be able to do this - SCC4). You will also need access to your development system to create the CATT script.
    The process of uploading data with a CATT:
    Activate CATT in your client
    In transaction code SCC4 - click the change button
    Double click on the client number
    In the Restriction section, tick Allows CATT processes to be started.
    Upload data using CATT
    1. Create Import variant for the fields you need
    Transaction SCAT
    Goto Parameters
    Create Import Variant
    Goto Variant -> Edit
    Goto Variant -> Fast entry or F9
    Duplicate 01
    2. To change the MRP Group for a list of Material
    Assuming that I want to change the MRP Group for a list of Material.
    My text files should look something like this:
    [Variant ID] [Variant Text] &ZDISGR &ZMATNR
    --> Parameter texts MRP group Material
    --> Default Values M1 A001
    Changes to the default values displayed above not effective
    #01 M1 A001
    #02 '' A002
    #03 M1 A003
    Note : '' denotes a blank in the field. e.g. Material A002 MRP group will be replaced by a blank.
    3. Configure the recorded entry fields to read from the imported text file data
    In the CATT : Maintain functions test case Screen
    Double click on the Object Name
    Double click on the screen number with your desired fields
    Park the cursor on the fields
    Click Edit -> Details
    Fill in the Parameters Name and Field Contents
    Finish Save it.
    Assign your text file data.
    In the CATT : Execute test case Screen
    Click External from file and choose your text file
    CATT will now read from your text file and update whatever data you have specified.
    u can go through this link
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=catt&cat=sdn_all
    Reward points if useful
    Regards
    Anji

  • Cufon fonts have faint background in BrowserLab (diff to other Browser testing tools)

    Problem Description
    I am seeing a faint background for fonts that are rendered using Cufon AND have a hover state applied. This effects IE9 and IE7 but not IE6. This background is most evident in IE7 but can still be seen in IE 9.
    Fonts rendered with Cufon that do not have a hover state are rendered without this background; for example the body text.
    I am using the latest Cufon library v1.09i which is confirmed as supporting IE9.
    I am uncertain if this effect is isolated to Browser Lab as it is not appearing using another testing tool e.g. http://ipinfo.info/netrenderer/index.php
    Steps to Recreate
    1. URL http://psl.rockingdesign.co.nz
    2. I am running on a Mac using the main BrowserLab interface
    Expected Results
    The entire page is rendered using Cufon.
    Actual Results
    Cufon is being rendered but text that has a hover state is showing a faint background color.
    Screenshot from BrowserLab
    http://sandbox.rockingdesign.co.nz/images/cufon-with-hover-state.jpg
    Screenshot from Net Renderer
    http://sandbox.rockingdesign.co.nz/images/ie-netrenderer.jpg
    I have not been able to test IE8 as the requests are currently hanging.

    Thanks for the report. I've repro'ed this and passed it along to the team. We'll update when we have an answer.
    Thanks,
    Mark

  • Addon testing tool

    hello expert
        I want to test my SAP b1 addon .so please tell me good testing tool for that.please help me for that

    Testing any product manually is the best testing pattern and about Rational ClearCase i dont believe that its a testing tool its one of the methodologies of Rational for team unification .... but there are quite a few products from rational like Rational Robot or Rational siteLoad which can be effectively used for testing

  • Forms and Reports: Automated Test tools - functionality AND performance

    All,
    I'm looking to get a few leads on an automated test tools that may be used to validate Oracle forms and reports (see my software configuration below). I'm looking for tools that can automate both functional tests and performance. By this I mean;
    Functional Testing:
    * Use of shortcut keys
    * Navigation between fields
    * Screen organisation (filed locations)
    * Exercise forms validation (bad input values)
    * Provide values to forms and simulate user commit, and go and verify database state is as expected
    Performance Testing:
    * carry out tests for fixed user load
    * carry out tests for scaled step increase in user load
    * automated collection of log files and metrics during test
    So far I have:
    http://www.neotys.com/
    Thanks in advance for your response.
    Mathew Butler
    Configuration:
    Red Hat Enterprise Linux x86-64 architecture v4.5 64 bit
    Oracle Application Server 10.1.2.0.2 ( with patch 10.1.2.3 )
    Oracle Developer Suite (Oracle Forms and Reports) V10.1.2.0.2 ( with patch 10.1.2.3 )
    Oracle JInitiator 1.3.1.17 or later
    Microsoft Internet Explorer 6

    are there any tools for doing this activity like oracle recommended tools?
    Your question is unclear.  As IK mentioned, the only tool you need is a new version of Oracle Forms/Reports.  Open your v10 modules in a v11 Builder and select Save.  You now have a v11 module.  Doing a "Compile All PL/SQL" before saving is a good idea, but not required.  The Builders and utilites provided with the version 11 installation are the only supported tools for upgrading your application.  If you are trying to do the conversion of many Forms files in a scripted manner, you can use the Forms compiler in a script.  Generating new "X" files will also update the source modules (fmb, mmb, pll).  See MyOracleSupport Note 955143.1
    Also included in the installation in the Forms Migration Assistant.  Although it is more useful to people coming from older versions, it can also be used to move from v10 to 11.  It allows you to select more than one file at a time.  Documentation for this utility can be found in the Forms Upgrade Guide.
    Using the Oracle Forms Migration Assistant

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

  • Getting TF42008: The test case management package could not be loaded. Verify that Visual Studio Test Tool is installed and try again.

    We are trying to run unit tests in TFS server.
    Below is the System Configuration:
    Visual studio version: VS 2013 Ultimate
    TFS: TFS 2013
    For this we have created a build and able to run the build successfully. And build page showing one link for Test result. When we click on this link, we got below error message.
    "Getting TF42008: The test case management package could not be loaded. Verify that Visual Studio Test Tool is installed and try again."
    And below is the screenshot of the error message. So please let us know is there and thing else we need to do to solve this issue?

    Hi RS, 
    Thanks for your reply.
    Yes, if you want to open and view test result on your laptop, you need install the VS 2013 on your laptop as well.
    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.

  • Stress test tool for EBS

    Hi Hsawwan, other EBS APPS dba's!
    We are trying to predict some performance according future load on EBS. This is classic stress test techniques. We want to automate stress on APPS side and run some requests and forms as well....
    With "Load runner" we have unsolvable problems....
    What can we use for that?
    THX,
    Damir Vadas

    Damir,
    With "Load runner" we have unsolvable problems....What do you mean by unsolvable problems?
    What can we use for that?You may try OpenSTA.
    OpenSTA Users Home Page - Free Web Load and Stress Testing Tool
    http://www.opensta.org/
    Also, have a look at the following links:
    Automated Testing for the E-Business Suite
    http://blogs.oracle.com/stevenChan/2006/06/automated_testing_for_the_ebus.html
    Breaking Oracle Presentation
    http://www.psoug.org/pres/ukoug08_breaking_oracle.pdf

Maybe you are looking for

  • Internet Access in House

    Hello - I currently am running a 611 ONT for my FiOS home internet and tv. I have my router running upstairs, however just acquired a new desk with which I am hoping to set up a new office area downstairs.  I would like to move the router to this loc

  • Having trouble streaming hulu, from Ipod Touch, to my TV, using Apple A/V cable

    Having trouble streaming hulu, from Ipod Touch, to my TV, using Apple A/V cable?

  • Adobe flash player and mountain lion problems

    I've just upgrded from Snow Leopard to Mountain Lion and now find that I'm getting messages (TVcatchup) asking for Adobe Flash player although I appear to have successfully installed version 11.3. In other sites I'm asked to install Java although I u

  • Travel request form error

    Dear friends while trying to clik on display/pirnt in ess travel request, showing  an errorm like  ERROR WHILE INITIATING THE TRAVE FORM even in TRIP also while trying to display a trave request showing error like    Error at start of form processing

  • 7.1.5 update disabled my MPEG-2 Component?

    i recently updated to the 7.1.5 version of quicktime everything seems to be working fine, i still have my pro capabilitys and the internet plug-in functions fine, but now the MPEG-2 component appears to not be working/missing. I frequently am working