Testing of XI projects

Dear All,
             Could you tell me how XI project testing is done? What are things that are looked into and also is there a software for testing or is it manually done?
Regards,
Ashish

Hi Ashis,
There is a 'Detroubulator' on which i have seen some blogs for Unit testing XI mappings.
/people/luc.hermans/blog/2006/11/14/detroubulator-a-complete-walkthrough
/people/daniel.graversen/blog/2006/12/11/living-with-detroubulator
/people/morten.wittrock/blog/2006/07/25/sdn-day-amsterdam-session-proposal-unit-testing-xi-mappings-with-detroubulator
The other interfaces and configurations you need to test it manually.
Regards,
P.Venkat

Similar Messages

  • INFORMATION ON TOOLS USED TO TEST SAP B1 PROJECTS

    CAN ANYONE SEND METHE MATERIAL OF TOOLS USED TO TEST SAP B1 PROJECTS.

    Look at the link for the different tools available for download. 
    https://www.sdn.sap.com/irj/sdn/businessone-tools
    There is not really any specific mandate to test B1 projects.  Tests are generally done at the Module level / Process level and then one complete end to end test is done.
    Suda

  • Test Flex Mobile Project On Iphone

    Hi,
    Can i test The flex Mobile Project in Iphone Simulator Like Xcode? in Flex debug i can select the Iphone device, but this Device haven't accelerometer for example.
    Can i Test in Another Debug Device, or can i enable Accelerometer in Debug Device in Flex?

    Adrian, flash/flex as a development tool is mostly platform independent so much development testing can be performed on any mobile platform. It may simply be a matter of convenience to use an android tablet in place of an iPad. That's not the same as an endorsement to buy an android tablet for testing iPad apps. You should always have the target platform available.
    The iPhone/iPad development works. Perhaps it could work better, but plenty of people use it now.
    Why use Flash? The reasons are plain to see - Flash developers can use their existing skillset and they can develop for multiple platforms with the same technology, rather than differrent technologies for each platform.
    Flash/Flex development for mobile isn't perfect, but neither is anything else.

  • Need a host free about jsp and mysql in order to test my subject project.

    Please show me a address host free . I need it to test my project. Thank so much

    Try Google Apps. Totally free.
    - Saish

  • Transistor test using labVIEW project

    hi all. i am new in labview.. pls guide me.. thank you...
    i am student and i need to do one project about labview, my project is : "DEVELOPMENT OF AUTOMATED TEST SYSTEM FOR TRANSISTOR USING LABVIEW"
    i already installed labVIEW 8.5.. anybody can give  me a tips to start about my project?
     i need to find a coding for DC supply,Osciloscope and Transistor...
    thanks ....
    Solved!
    Go to Solution.

    thanks Mathan and Ravens: 
    Ravens Fan wrote:
    Start by writing down a project plan.
    What do you want the program to do?  What are the tests that you need to run on this transistor?
    What are its inputs, what are its outputs?
    What are the series of steps you will need to do to get from A to B?
    What equipment do you have available to use?  You mentioned a DC power supply and an oscilloscope, what brands and models?  Are you using any data acquisition boards?
    test  parameters  involve :
    current (I) and Voltage (V) at Drain and Source in the transistor.
    canLabVIEW show the result (GUI) shown it pass or failed? i wanna using it
    for my output.. haha so bad...i didnt knw how to use it
     unfortunately, we dont have the proper equipment that can used with LabVIEW  in our university
    thanks for the replying, i really apreciate it

  • Test dual-layer project on TV?

    Is there anyway to test a dual-layer DVDSP project on TV? My computer's not able to do a video output to my TV. Is it possible for me to burn my project onto DVD+-DL media? Are there DVD players out there capable of reading DVD+-DL discs? Any suggestions which would be better (DVD+DL vs. DVD-DL)?

    ...any way to test a dual-layer DVDSP project on TV?
    Also - to save on DVD-DL discs - you can test your project in "two halves". Make two copies of your master project. Open CopyA, delete half the video/audio assets, any jump references to the bits you're leaving out, format & burn. Open CopyB, delete the other half of the video assets ... you get the idea!
    Seriously, it is often useful to test part of a project (even for DVD5s) on a TV, deleting some of the tracks for particular test versions. This saves a lot of time.

  • A way to test DDP image project (DVD-9)?

    When you use for example Gearsoft Pro Mastering software to create DDP images for your DVD-9 project (you created VIDEO_TS folder with Encore CS3) and set the correct layer break for it, is there a way to somehow test the DDP images with the set layer break?
    It would be nice to test it by burning the project to a DVD-9 with the layer break set to test how it looks like and how it works, before bringing the DDP files to the replication factory and making thousands of DVDs for distribution of a product you haven't been able to properly test how it works?
    Thank you.

    >Double-click on a PGC.
    Or press ENTER.
    This should - assuming you are looking at a PGC - take you to a screen where you can see all the info you need. For full details, open PGCEdit documentation from the Help file, and in the search box, type "layer break".
    Ok, double click what PGC where? Sorry to be a bit pain in the *** but could you be a bit more specific? :) Opened also the documentation but couldn't find the "layer break".
    >See http://www.gearsoftware.com/howtoguides/restoreddpimage.cfm
    and adapt as necessary.
    Ok, let's assume that the DDP went right. What about burning the project straight from GEAR? You have the layer break set and everything is ready in the project. Then you click that "write image to disc" buttonm, this should be the exactly same DVD that is being recorded to the DDP, right? It did burn the project to the DVD, but when I examine the burned DVD in GEAR's Disc info panel, it says it is DVD-ROM and the layer break is at sector 2092896, which means it didn't make it to the point where it was in the project which was at sector 188480. So, is it possible to burn the DVD in Gear as DVD-Video with the settings in the project file? This would be I think the fastest way to test the layer break etc. in the dvd?

  • Getting Error in Asmx Web Service Unit Testing & not able to debug unit-test Project.

    I am getting below error message while running unit test for ASMX web service
    Failed MyFunction The ASP.NET Web application at 'D:\MyProjectFolder' is already configured for testing by another test run. Only one test run at a time can run
    tests in ASP.NET. If there are no other test runs using this Web application, ensure that the Web.config file does not contain an httpModule named HostAdapter.
    I checked in web.config. Below line already added in web.config. i removed below line to run test again but getting same error message.
    <httpModules>
    <add name="HostAdapter" type="Microsoft.VisualStudio.TestTools.HostAdapter.Web.HttpModule, Microsoft.VisualStudio.QualityTools.HostAdapters.ASPNETAdapter, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </httpModules>
    i am not able to debug unit test project.
    Please "Mark as Answer" if this post answered your question. :)
    Kalpesh Chhatrala | Software Developer | Rajkot | India
    Kalpesh 's Blog
    VFP Form to C#, Vb.Net Conversion Utility

    Hi Kalpesh,
    >>Failed MyFunction The ASP.NET Web application at 'D:\MyProjectFolder' is already configured for testing by another test run. Only one test run at a
    time can run tests in ASP.NET. If there are no other test runs using this Web application, ensure that the Web.config file does not contain an httpModule named HostAdapter.
    In your web application root, can you find a file named 'web.config.backup'?
    Reference:
    https://social.msdn.microsoft.com/Forums/en-US/e2ad0c20-df90-48dc-818c-8c5ec24d9365/visual-studio-test-is-not-hitting-breakpoints-in-debug?forum=vststest
    Fang also shared more information about debugging the unit test for web project here:
    https://social.msdn.microsoft.com/Forums/en-US/daa16086-b1b8-4917-ad8d-65e23b49e1bc/not-able-to-read-webconfig-through-unit-test-feature-by-visual-studiovsts?forum=vststest
    Best Regards,
    Jack
    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.

  • Where do I specify the URL to test for my load testing project?

    When we create a WebAndLoadTestProject in VS 2013, the only place where I can specify the URL that I actually want to test is by adding a Web Performance test to the project and specifying the URL in the recording tool.
    Does this mean that I cannot have a load test without having a web performance test?
    Because I've searched a lot and I don't find any other place where I can specify the URL that I want to test.
    And all the blogs that are out there also talk about having both the web performance test and the load test together. I never come across a single one that explains having a load test without a web performance test.
    So my question is; Can I or can not I have a load test without a web performance test? If I can, then where do I specify the URL that I want to test against ??

    A Visual Studio Load Test is a thing that runs other tests, looks after their results and collects some timing data. A load test can run large numbers of other tests to simulate big loads. On its own a load test does not do anything. Load tests are
    really good at running Web Performance Tests and collecting their results. Load tests can also run Coded UI tests and unit tests.
    The URL used in a Web Test can be derived from a context parameter. The Web Test command "Parameterize Web Servers" can be used to change all the URLs in the requests to context parameters.
    Load Tests can also specify context parameters and any values they specify will override the parameter values specified in a Web Test.
    Regards
    Adrian

  • Unit Test Framework Crashing LabVIEW Project

    [Cross posted to LAVA]
    OS: Windows 7
    LabVIEW 2009, LabVIEW 2009 SP1. 
    Howdy
    If I create a project and add a VI and a unit test to it and save it, then delete the unit test, everything works.
    If I do the above but put the unit test in a virtual folder then delete it, the project hangs and LabVIEW crashes.
    I have tried this on multiple computers and get the same effect.
    If it is an issue I thought this may have been fixed in 2009 SP1, but it is not.
    I do not remember this happening in 8.6.1 but I was using VISTA at the time (if that is related?)
    I get the same problem if I open an existing project with unit tests in it. 
    Additionally I have noticed that the files from the unit test in Windows 7 have no "logo/icon" associated with them. I thought in VISTA they had the same icon as what is shown in the project - the green plus sign (but this was a while ago). 
    Is this a known issue / can anyone else confirm this? 
    Cheers
    -JG 
    Message Edited by jg-code on 04-13-2010 10:02 PM
    Certified LabVIEW Architect * LabVIEW Champion

    Hi Kyle 
    Thank you for your quick reply.
    I am having this problem on my work PC, home PC and a colleague's PC all running Windows 7 and 2009 SP1.
    I have found the problem occurs if I create a new unit test OR drag and drop an existing unit test into the project.
    Attached is a (jing) video of what is happening every time.
    You will see that at the root level of the project (My Computer), I can remove the unit test with no problems at all.
    But if it goes into a virtual folder and I try to remove it - then LabVIEW crashes. 
    The attachment is in LV2009.SP1 and is the sane project as used in the video.
    I look forward to your feedback on resolving this issue I am having.
    Cheers
    -JG 
    Certified LabVIEW Architect * LabVIEW Champion
    Attachments:
    Test Project.zip ‏4 KB

  • To test BPEL project using a wsdl file.

    Hello Experts,
    I need to test the BPEL Project using the wsdl file.Is there any tool to test the BPEL project?the tool should generate the input data and expected output result using the wsdl file.
    please reply soon
    Thanks in Advance.

    The entire application means the BPEL Project will be invoking many services.Consider a scenario,that i am creating a bpel project which invokes 10 services.If i make some changes in one service,i must be able to check the bpel project with that service alone.i need not cal all the other services.
    I need a framework or tool thet will generate input data and the expected output based on the wsdl file.
    can u suggest any solution for this?

  • No CTS projects found for "project TEST"

    Hi Experts, I´m configuring the Change Request Managment for Solman 7.0 SP16, but when I execute the check report (/tmwflow/charmchk) appear the following issues:
    Check consistency of "project TEST"
        --> No CTS projects found for "project TEST"
    When I execute de logistic report (/tmwflow/proj) I view that:
    - the "Project Structure" status is green and I can view that the  Cycle is active and CTS Project is assigned.
    - The "CTS Status Switches" status is green and I can view the status of my project TEST.
    When I create the IMG Project, the logistic report was in red, but applied the notes:
          1158885 Maintenance cycle/project cycle cannot be completed
          1163568 No completion of task list; CTS project active
    And the status was changed to green, but the charm check said No CTS projects found for "project TEST"
    Any idea to solve that?
    Regards,
    Sergio.

    Hi,
    933705 - Closing inconsistent project cycles
    This note will help you to delete inconsistent cycle.
    Hope it helps you to solve your problem
    Note this note is release independent
    Regards
    Prakhar
    Edited by: Prakhar Saxena on Mar 2, 2009 12:08 PM

  • Sharing of Tests across Projects

    Is it possible to share Tests across Projects:
    e.g.
    Say I create a Project say v1.0, with requirements R1.1, R1.2 and R1.3 and create Tests named T1, T2, T3.
    Subsequently, when I create Project v2.0, is it possible to search and map T1, T2 to R2.1, 2.2 for the purpose of regression test coverage tracking.
    Thanks.

    Hi
    You can clone projects, but I don't think is possible to map requirements of tests from one project to another.
    Regards
    Alex

  • Project Management (PJT) Test Scripts

    Please, anyone have a set of Test Scrpts for Project Managment (PJT) module? Willing to share?

    hi plz refer at
    http://www.thespot4sap.com/upgrade_guide_v2.pdf
    asign points if useful
    thanks
    Srilakshmi

  • Custom fields with the same name in Project Online

    Today I discovered something interesting when creating custom fields in Project Online.
    I usually create a certain set of custom fields that are useful to have on both the project and the task level. An example of these is Reportable, which I use to determine which tasks to roll up into reports and also which projects overall to report on.
    So I created a project level custom field called Reportable. No problem.
    I then created a custom field on the task level called Reportable. And the computer said no!
    I then learned that although you could do this in Project Server 2013, you can't in Project Online. You can't have duplicate custom field names, even if they are of different types.
    This has led me to use a naming standard, such as Reportable Task and Reportable Project. But I really don't like that as codes are for computers, not us humans. So I hope this changes in the future, but for now you just need to think about how you approach
    the fields.
    Good luck!
    Ryan Darby
    National Manager PMO
    www.ipmo.com.au
    www.projectonline.com.au

    Hi Ryan,
    I would follow Ben on this..
    Just made a test on a Project 2013 instance on-premise and I cannot create a task ECF and a project ECF with the same name. The same test on a Online instance returns the same result: the ECF names must be unique whatever the entity is.
    Waiting for Ben's confirmation.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

Maybe you are looking for

  • Oracle client for siebel server configuration

    Hi , To install siebel as prerequisite we are installing oracle client on the siebel server machine. Our client is providing ldap.ora instead of tnsnames.ora file. Through out my earlier projects we used to have tnsnames.ora entry which is having con

  • In sap bi performance tuning option is considered in cube not in ods, why?

    details about indexes,partitions,aggregates,compression,roll up how these are helping to increase system performance why ods is not suitable?

  • Need to execute bat file by GPO with admin rights

    Hi all I created a specific bat file that run regini.exe with specific parameters to set a specific permission in a specific registry key. I can execute this bat file from GPO but I need that this bat runs with domain admins rights otherwise script n

  • Can Elements 4 and Elements 10 be installed on the same PC?

    can elements 4 and elements 10 be installed on the same PC? Message title was edited by: Brett N

  • PROBLEM FULL SCREEN

    Hello, when it updates to the new version of flash player I have noticed that on having put in full screen, aveces stays the video or the content flash behind the windows. It notices: However much it deactivates acceleration for hardware, it continue