Test management with the solman.

I have created a test plan and assigned test packages to different users.
When I go to the tester work list (STWB_WORK) I can enter the "Run test package" window to see my test cases but do not have an icon to activate the transaction's in the "run test case" column.
How can I access the transaction's to perform testing from a single window?
Thank you for your help.
Noam

Thank you for your replay.
Your advice did in fact solve my problem.
I have another question.
I need to Assign Users different Authorization for specific business scenarios.
For example:
FI/CO process will be seen & edited only by people working in the finance dep'.
If you have an idea how I can do this I would appreciate your help.

Similar Messages

  • Is Test Management available in Solman 7.1 SP5

    Hi experts,
    We have Solman 7.1 SP5 installed , and trying to explore more into E2E Testing.But i couldnt find "Test Management" in solman Work Center.
    Is Test Management available in Solman 7.1 SP5 ? if yes , How can can get it visible/access in Work Center ?
    Appreciate your help
    Regards,
    KK

    Hi
    Solman workcenter are not visible even if you have SAPALL as workcenter roles are separate and need to be assigned separately.
    Kindly assign below 2 roles to your users
    SAP_SMWORK_BASIC    Work Center: Basic Authorization Objects
    SAP_SMWORK_ITEST    Work Center: Testing Management
    above will show you the workcenter tab
    you can check details in the security guide for other authorization roles
    https://websmp102.sap-ag.de/~sapidb/011000358700001180952012E.PDF
    Thanks
    Prakhar

  • How many domains can Prime Collaboration Advanced manage with the BE6000?

    The BE6000 Administration guide states that "Most BE6K deployments have a single domain as part of a Standard Prime installation. Multiple domains are available with Prime Collaboration Advanced (available for purchase) that can be used for complex Business Edition 6000 deployments."
    How many domains can Prime Collaboration Advanced manage with the BE6000 solution? How do we order and deploy Prime Collaboration Advanced with the BE6000 solution?

    http://docwiki.cisco.com/wiki/System_Capacity_for_Cisco_Prime_Collaboration_10.0

  • Can you test webcam with the Echo / Sound Test Ser...

    I wanted to see if my webcam's video is working with Skype, but I couldn't seem to use it when making a test call with the Echo / Sound Test Service.  Do I have to make an actual call to test the webcam or is there another way?  Thank you.

    Hello there!
    To test your video, please refer to the following instructions:
    For a Windows PC
    For a Mac 
    As asked on another thread previously, Skype does not offer a video calling test service.
    I.T. Professional
    Virtualisation Solutions (VCA-DCV - VMware)
    Donating time to help you here with your Skype needs.
    If I've answered your question, feel free to "Kudo" me!

  • How to configure  a test sever with the system copy with prd data

    Dear All ,
    I need to configure  a test sever with the system copy with prd data.
    Please any one can suggest the step by step process to do the same configure and  system copy.
    Regards
    kumar

    Dear All,
    I am facing problem in system copy. I want to knoe the way after restore i  can move all the data and server data in one drive .
    Now the error is resolve by changing the initTAT.sap the value tape to disk but now stuck in the drive for restore it is asking which is not there at os level.
    BR0252E Function mkdir() failed for 'M:\oracle\TST\SAPDATA4\PRD33' at location
    BrDirCreate-1
    BR0253E errno 2: No such file or directory
    BR0252E Function mkdir() failed for 'M:\oracle\TST\SAPDATA4\PRD32' at location
    TO solve the above problem i have created ad network drive for this but once all the restore will be completed than how i can i move the data form network drive to on drvie.
    Please suggest
    Regards,
    Kumar
    Edited by: kumarmoh on Jul 21, 2009 1:43 PM

  • How to install Oracle BPEL Process Manager with the BEA WebLogic

    Hi ,
    I will install Oracle BPEL Process Manager with BEA WebLogic 9.2(MP2). I have download orabpel_10133_WebLogic.zip ,then Modify the following mandatory installation properties in the orabpel_10133_WebLogic\bpelDomain.properties file:
    # BEA_HOME is the path where Weblogic is Installed
    BEA_HOME=/opt/bea
    # JAVA_HOME is the path of jdk folder inside your weblogic
    JAVA_HOME=/opt/bea/jrockit90_150_10
    # DOMAIN_HOME is the path where you wish to create your domain called BPELDomain
    DOMAIN_HOME=/opt/bea/user_projects/domains
    # APPS_HOME is the path where you wish to copy your applications and adapters that are required for oracleBPELServer
    APPS_HOME=/opt/bea/user_projects/apps
    # BEA_HOME is the path where BPEL PM is Installed
    BPEL_HOME=/home/oracle/bpel/product/10.1.3.1/OraBPEL_1/bpel
    # DRIVER_TYPE is the datasource class that installable use to create a datasources for oracleBPELServer
    DRIVER_TYPE=oracle.jdbc.xa.client.OracleXADataSource
    # DB_URL is the url to connect to orabpel schema
    DB_URL=jdbc:oracle:thin:@16.157.134.17:1521:orcl
    # DB_USER is the user Id for orabpel shema in database
    DB_USER=ORABPEL
    #DB_PASSWORD is the password for orabpel schema in database
    DB_PASSWORD=bpel
    #BPEL_SERVER_NAME is the server i.e. to be created under BPELDomain
    BPEL_SERVER_NAME=oracleBPELServer
    #PROXY_HOST is the Host name of the proxy server
    PROXY_HOST=www-proxy.us.oracle.com
    #PROXY_HOST=
    #PROXY_PORT is the Port where the proxy server is running
    PROXY_PORT=80
    #PROXY_PORT=
    #NON_PROXY_HOST is the list of non proxy hosts that are divided by a | symbol
    #NON_PROXY_HOST=*.oracle.com|*.oraclecorp.com|localhost|127.0.0.1|stbbn10|stbbn10.us.oracle.com
    NON_PROXY_HOST=*.oracle.com|*.oraclecorp.com|localhost|127.0.0.1|stbbn10|stbbn10.us.oracle.com|16.157.134.135
    When I run the setup.sh , it will report
    BUILD FAILED
    /opt/software/WL_Installables/build.xml:131: Traceback (innermost last):
    File "./wl_scripts/bpelDomain.py", line 22, in ?
    File "./wl_scripts/createGroupsAndUsers.py", line 4, in ?
    weblogic.management.utils.AlreadyExistsException: [Security:090267]Group BpelGroup
    Actully ,there is no BpelGroup in Weblogic. Does anybody know how to solve it ?

    MAke sure you have not set ANY environment variable related to Oracle / BEA / Java / LD_library path. Use the following script to unset / set the initial settings:
    #!/bin/sh
    unset ORACLE_BASE ORACLE_HOME ORACLE_SID ORACLE_TERM
    unset LD_LIBRARY_PATH LD_LIBRARY_PATH_64
    unset CLASSPATH JAVA_HOME
    export PATH=.:/usr/sbin:/usr/bin:/usr/local/bin:/opt/VRTS/bin
    export BEA_HOME=/appl/oracle/products/9.2/weblogic
    Marc
    http://orasoa.blogspot.com

  • How can I print the test page with the Arabic type from the command line

    Hi,
    I have been trying to make the tool for printing the test page from the command line on the Arabic OS. I used "rundll32 printui dll printuientry" with "/k /n" options. My tool is to print the test page in all OS when pushing the
    button.
    Normally, in the Arabic Windows, the test page is printed with RTL type when printing the test page in the "Devices and Printers". But in my tool, the test page is printed with LTR type. I'm confused because of this result.
    Is it possilbe to print the test page with RTL type when using the "rundll32 printui dll printuientry"? If it is possible, could anyone give me the hint or information for resolving?
    Please check for me.

    Hello,
    Thank you for your post.
    Your issue is out of support range of Test Tools in Visual Studio 2010 and 2012 forum which discusses Visual Studio Test issues.
    I am moving your question to the moderator forum ("Where is the forum for..?"). The owner of the forum will direct you to a right forum.
    Best regards,
    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.

  • LiveCycle 2.6.1 Data Management with The ColdFusion 8.0 DataManagement Event Gateway Issue

    Hello all,
         I've recently been developing a project that involves sending out events from ColdFusion to LiveCycle 2.6.1 using the Data Management event gateway to Flex 4.0 clients (LiveCycle and ColdFusion are on different Instances, but the same server).  To begin with, I used ColdFusion assemblers, DAO's, and models and everything worked fine locally.  After deploying this setup to a beta site, I decided that this setup would be very troublesome in terms of configuring clustered instances across multiple servers.  I then decided to convert my assemblers, DAO's, and models to Java.  The conversion went well and the flex clients see the exact same data as they did with the ColdFusion adapter.
         Once I tried to send an update through from my ColdFusion application to a Flex client, I get an error stating that:
    "Unable to find the Flex adapter for destination My_Dest in the RMI registry on localhost:1099.The Flex adapter may not be running or the destination may be incorrect."
    After seeing this error, downloaded a Java-based RMI inspector to see what was going on.  To get a good idea of what was happening when the ColdFusion adapter was being used, I switched my data-management-config file back to the CF adapter.  I noticed that the RMI entry was as follows:
    localhost:1099/cfdataserviceadapter/My_Dest
    localhost:1099/cfassembler/my_cf_instance
    Once I gathered this data as the base, I converted back to the Java adapter in my data-management-config file, restarted the servers, and ran the RMI inspector again.  Only the "localhost:1099/cfassembler/my_cf_instance" was showing.  (This one shows because I have "Enable Remote Adobe LiveCycle Data Management Access" checked in my CF instance's CF Admin -> Flex Integration).  Since I don't need this checked anymore, I unchecked it and re-ran the RMI inspector.  As it should, the "localhost:1099/cfdataserviceadapter/My_Dest" went away.  Since no destination shows up, it means that the Flex adapter isn't registering my "my_Dest" destination with RMI.  Since it isn't registered, I can't see it when I try to send a message through the CF Data Management event gateway.
    Can anyone help me out here?  I certainly may be missing something when it comes to RMI (I don't work with Java very often).  Any advice would be greatly appreciated!
    Thank you,
    Dustin Blomquist

    Dustin,
    Without the ColdFusion based data management destination defined on the LCDS server, the destination will not show up in the RMI registry.  It is only the CF adapter code that does this.  The 'stock' LCDS adapter does not support invoking via RMI the way the CF version does.
    I would recommend you run the LCDS MessageBrokerServlet inside the ColdFusion web application.  This will give you two things:
    1. You will not have the overhead of RMI between CF and LCDS as they will share the same VM (better performance!).
    2. You will be able to use the CF Data Management Gateway to pass messages to Java-based destinations.  The APIs the gateway uses should work fine with either CF or Java based Data Management destinations.
    The CF/LCDS integration doesn't support what you are trying to do when you run two seperate instances.

  • How will the Adobe Certified Expert program be managed with the shift to Creative Cloud?

    I am presently studying to certify as an Adobe Certified Expert/Adobe Certified Instructor in Photoshop, Illustrator, and InDesign. My studying has been based upon the CS6 versions.
    How will the ACE program work once we switch to CC? Should I wait for more changes to the program before taking my exams?
    Thank you!

    Hi Dreia, denniR,
    We will offer CC exams and keep the existing CS6 exams available while Adobe continues to sell and support our Creative Suite 6 product line. Creative Suite 5 exams will be retired as the new CC offerings are released.
    I know there are a lot of questions that will come up as our ACEs begin to work with CC and prep for the new certifications. To coordinate with the CC certifications, the exams will now be based on time periods. Meaning your certification will be valid for a pre-specific length of time and  will be required to recertify to maintain the CC product certifications. We will begin posting the specifics around the timeframes, policies, etc. in advance of the CC exam launches. Feel free to reach out to us at [email protected] with questions and comments.
    Thanks,
    Tiffany

  • Using a tag manager with the Elq. tracking script.

    Has anyone had any luck using a tag managment tool to package the eloqua tracking scripts. We are using Google Tag Manager and not having any luck registering click-throughs on our emails.
    Let me know if you're having success and what you're doing to get there. Thanks.

    Jim -
    I've seen the scripts deployed and working properly across sites using various platforms from tag management to CMS that are truly tracking but where the tracking validator built into Eloqua doesn't validate the presences of the scripts.  The best way to check it is two fold: 1. visit the pages on with an uncookied browser, submit a form, etc. to get a cookie and then surf around and check the contact record in eloqua about 20 min later.  2.  look at the site map in eloqua to see if your pages are all visible.
    Lauren

  • I have an imac running OSX leopard 10.5.4, and a flashing question mark comes up on the screen. I opened disk utility, and in the sidebar my hard drive is not there. I also did the Hardware test supplied with the install CD, and "no problems were found".

    note: I have not done the extended hardware test yet.

    Can we assumed that the Disk Utility you used was not on your hard disk? If it was on the hard disk you can ignore most of the advice here and we should start again.
    I am am a retired Electrical Engineer with many years electronics and IT experience and advise that whilst it is likely that the hard disk has failed and may never work again this may not necessarily be the case.
    Do you normally hear or feel the disk running and has this changed?
    Have you moved, dropped or hit your Mac while the disk was rotating? - never good for disks.
    Even if the disk is not rotating it may not have failed - there could be an imperfect connection, damaged pcb track, a Mac electronics failure such as disk power etc.
    The disk could be working mechanically and there could be a break in the data route to or from it etc.
    Getting at disks inside some Apple assemblies can be tedious but probably not as bad as you may think - Google for instructions and pictures.
    Much may depend upon how important information on a troublesome disk is. Even with a totally dead disk 90% of data can normally be extracted - ocasionally I have been lucky enough to do this at home - a few years back several experts were offering to to this for about 1,000 USD.
    Trying the disk in another enclosure was good advice.
    You could try gently moving your powered up Mac to see if anything changes.
    It is technically possible for a software (unlikely as issue still exists booting from DVD I assume) or firmware issue to cause your symptoms so it might be wise to try every type of reset you can find before going any further. Firmware normally resides within the electronics - it often affects booting and power supplies etc.
    Good luck.

  • Is there any way to override the Toshiba Power Management with the Windows Power Management???

    Have an older P25-S607 and would prefer more control over the power management.....that I can get with Windows....any suggestions?
    Solved!
    Go to Solution.

    Thanks for the obvious reminder   That was a duh moment.  It's easy to forget the simple sometimes when you get involved in troubleshooting when it's not something you do on a daily basis that's for sure.  The Toshiba controls have been fine for the life of the Toshiba laptops we have had, but I always felt they were a little limited on options IMHO. 
    In this instance I needed to utilize some of the added XP options as this laptop actually had the hinge 'sprung' a little and didn't "shut down" or hibernate when you closed the lid.....changed hubby's "normal procedure" for utilizing this "shop laptop" so he didn't overheat and fry the hard drive which is what I believe happened originally to the system that had been working fine until the hard drive was fried.  Changed it out, reloaded everything for him only to have the system need to be reformatted again within a week as windows took over.  As I was investigating causes I realized the malfunction.  Not sure of the how or why, but now have automated shut down backups if he forgets to shut down when he shuts the lid and walks away.   So far so good

  • How to manage with the required attribute with the h:selectOneMenu ?

    dear all,
    I have form with some drop down list.
    All have a default value to invite user to select a criteria.
    By submitting my form I have an actionListener method wich check validity of the fields.
    I would like to display a message near the <h:selectOneMenu> to point the attention of the user about selection must be done.
    I try following:
    <h:selectOneMenu  id="idContractNature" required="#{applicationController.requiredContract}" partialSubmit="true" valueChangeListener="#{applicationController.valueChangeContractType}" value="#{applicationBackingInfo.opportunityInfo.contractNatureId}">                          
                   <f:selectItems    id="SlctContractNatureItms" value="#{applicationDefaultDataController.contractNatures}"/>          
    </h:selectOneMenu>
    <h:message for="idContractNature"></h:message>I set the required attribute to true in the actionListener method if the contract id is equal to 0 (my default value)
    But it doesn't work.
    How can i check the validity of the drop down list?
    I set the required attribute to true when the

    thanks but can set null for the value of the default value due to:
    Can't set property 'contractNatureId' of type 'int' on class '....' to value 'null'.
    because it's a list SelectItem with int / string

  • Simple SSL test: failing with "The certificate is not trusted ..."

    WebLogic 10.3.4 on Win7.
    I created a new domain and enabled SSL,with listen ports 7001 and 7002 for http and https respectively.
    I deployed a trivial webapp whose main page runs in http, but it opens an iframe with https for a different page in the app.
    I loaded the main page, but the iframe fails to load, giving the following error:
    The certificate is not trusted because no issuer chain was provided.
    (Error code: sec_error_unknown_issuer)
    What is the easiest path to get this working?

    Hi David,
    I dont think that the Demo Certificate shall cause the issue.You can enable the SSL debug in weblogic and check what exactly is wrong,while loading the iframe window.
    Error code: sec_error_unknown_issuer
    Moreover,you can try to add the root certificate to your IE browser and check it
    Tools -> Internet options -> content ->Certificates ->
    After your import,You can verify the same by checking it from the list and then verify by accessing it again

  • Oracle Test Manager - Import of Manual Tests - Fails with ORA-12520:

    Hi,
    This issue occurs when we are trying to import manual tests into the Oracle Test Manager.
    The import fails when we try to import more than 300 records. The error message in the log
    is as shown below:
    Driver's SQLSetConnectAttr failed
    ORA-12520: TNS:listener could not find available handler for requested type of server
    9:50:30:020 - *** DB Exception *** State:S1000,Native:12520,Origin:[Oracle][ODBC][Ora]
    State:IM006,Native:0,Origin:[Microsoft][ODBC Driver Manager]
    State:S1000,Native:12520,Origin:[Oracle][ODBC][Ora]
    No one can logon to the application after this.
    According to the DBA the application is using up all the processes in the Database and hence it fails.
    When we restart the application service, the number of processes in the database goes down
    and the application goes back to normal state.
    We keep running into this issue when we try to import >=300 manual tests. (This is not an issue
    when runs are imported.)
    Anybody else facing this issue? Any ideas as to how this can be resolved?
    Thanks
    Aruna

    Hi,
    I had some problems with. So, consider the following:
    Simple XLS file :
    testname     owner     testdescription               Expected Result
    test1          wayne     Login into User Homepage     User can view login prompt
                   View Accout Details          User can see account details
                   Create simple report          User has access to reports section
                   Save as pdf               .pdf generate button is available
                   send email               email button is active
                   log off                    User can View log off page
    So we have four fields, teatname,owner,testdescription and Expected Result.
    When we import a test (select Test tab, then project->import data, and select .xls file)
    Make sure Select Type is set to Manual Tests
    Map      testname -> TestCase ID
         owner -> Owner
         testdescription -> Test Step Action
         Expected Result -> Test step expected result
    Make sure Select Type is set to Manual Tests. You should then see one test with all the steps.
    Regards
    Wayne.
    p.s. Thanks Alex!!
    Edited by: byrne_wayne on Sep 20, 2010 3:29 PM
    Edited by: byrne_wayne on Sep 20, 2010 3:33 PM

Maybe you are looking for

  • App Error "...memory could not be read."

    DLACTRL.EXE Application Error The instruction at "0xfd2a2ad0" referenced memory at "0xfd2a2ad0."  The memory could not be "read." Click OK to terminate program. Fresh install of Comm Suite with Captivate 3 -- today -- on a completely new never used b

  • Unable to reset 3rd gen Apple TV via iTunes

    3rd Gen Apple TV started flashing.  Screen is completely black, so plugged in to computer at present as Apple suggests, but there is nothing on iTunes as shown to allow me to reset the Apple TV.  Any suggestions?

  • Is there or will there be a way to draw accurate measured lines and curves in Line?

    I am very excited about the new Line app and Ink & Slider; however it would be far more useful for me and many others to be able to measure line length, angles, curves, radii, etc.  Will this function be introduced in the future? This functionality w

  • "Could not load Multiprocsessor support module..."

    Q: I have a machine running Dual Core, Dual Processor Xeons with Hyperthreading activated, thus showing 8CPU in Task Manager, and when I try to run Photoshop, I receive the following message: "Could not load Multiprocsessor support module because it

  • Qosmioplayer installation procedure

    Hi Forum users, Have someone of you experience with installation of Qosmioplayer? Is it mandatory to configure or prepare HDD for Qosmioplayer intallation? How can I do it rightly? It will be very useful if someone can give some precise explanation a