Can we include the customize results in the Open Script Result Summary

hi all
can we include the customize results in the Open Script Result Summary if we include what is the code.
customize result i mean
Scenario: i am checking the concurrent job is completed successfully or not
result:Concurrent Job Completed Successfully
i am want to see the above result in the Open Script Result Summary can anybody help me on this.

You want to launch a concurrent program, right? And to check the result, right?
Is that for a functional test script or a load test script?
Let's say it's functional. You have basically 2 options:
* Do it separately. You create a scenario which launches the program and you write the RequestID in a file, then you create a second script which read the file and then go to the concurrent processing dashboard and search for the RequestID and check the status. You have to desynchronize the 2 scripts. Launch the first one. And then, later on, launch the 2nd one when you are sure the program is finish.
* You do it in one single script and you wait til you get the status. See the code below I've written for a customer (for a POC);
This is not the best option in my opinion because you don't know how long you need to wait and therefore you block other scripts execution... But the customer wanted it like this.
               do {
                    delay(5000);
                    forms
                              .textField(
                                        "//forms:textField[(@name='JOBS_PHASE_0')]")
                              .storeAttribute("Batch_Phase", "text");
                    info("Phase du traitement: {{Batch_Phase}}");
                    forms
                              .button(56,
                                        "//forms:button[(@name='JOBS_REFRESH_0')]")
                              .click();
               } while ((eval("{{Batch_Phase}}").equals("Running")));
But wait, after having written all the stuff above, maybe you just want to check the toolbar status, is that correct?
Normally, OpenScript automatically insert a "status bar test".
Then I guess there's a default time-out (30 or 60 sec I think), you can maybe change to adapt.
Well, looping could also be an option as i describe above.
Let me know
JB

Similar Messages

  • How can I include a dynamic content in the page fragment?

    My header.jspf contains codes similar to the following in the init() method:
    Object o =getValue("#{sessionScope.username}");
    if(o!=null){
    greetingStaticText.setRendered(true);
    }else{
    greetingStaticText.setRendered(false);
    But this code is not working as expected.
    I tried the following in the jsp page, but still no use:
    <jsp:include page="../Header.jspf"/>
    Thanks.

    Before the initial render, your logic sets rendered false. Then on the postback when the user logs in, init executes (setting it false again); the static text is overwritten with the corresponding static text object from the component tree; and subsequently the action method executes (setting username in session); the page redisplays, with rendered still false. You can overcome this by setting the rendered property from your action method. Here are steps that simulate the solution:
    1. Create a property in SessionBean1 called username of type String.
    2. Drag a Page Fragment Box onto Page1. Create a fragment called Fragment1.
    3. Drag a Hyperlink onto Page1. Set its text to "Go to Login Page" and its url property to /faces/Login.jsp.
    4. Double-click to edit Fragment1.
    5. Drag a Static Text. Set its id to greetingText and its text to "Welcome, #{SessionBean1.username}!"
    6. Drag a Hyperlink. Set its id to logoutHyperlink and its text to "Logout"
    7. Double click the logoutHyperlink and use the following code:
    public String logoutHyperlink_action() {
    getSessionBean1().setUsername(null);
    greetingText.setRendered(false);
    logoutHyperlink.setRendered(false);
    return "Page1";
    8. Append the following to Fragment1.init():
    String username = getSessionBean1().getUsername();
    greetingText.setRendered(username != null);
    logoutHyperlink.setRendered(username != null);
    9. Implement these two methods as follows:
    public void setGreetingText(StaticText st) {
    boolean rendered = this.greetingText.isRendered();
    st.setRendered(rendered);
    this.greetingText = st;
    public void setLogoutHyperlink(Hyperlink h) {
    boolean rendered = this.logoutHyperlink.isRendered();
    h.setRendered(rendered);
    this.logoutHyperlink = h;
    10. Create a new page called Login.
    11. Drag a Page Fragment Box onto Login.jsp (choose Fragment1.jspf).
    12. Drag a Text Field and bind its text property to #{SessionBean1.username}
    13. Drag a button. Set its id to loginButton and its text to "Login"
    14. Double-click loginButton and use the following code:
    public String loginButton_action() {
    ((UIComponent)getValue("#{Fragment1.greetingText}")).setRendered(true);
    ((UIComponent)getValue("#{Fragment1.logoutHyperlink}")).setRendered(true);
    return "Page1";
    15. Open Page Navigation and create an outcome called "Page1" that goes from Login.jsp to Page1.jsp.
    16. Run the app.
    17. Page1 displays with no greeting text. Click the "Go to Login Page" link.
    18. Type "misty" in the text field and click the Login button.
    19. Page1 displays, this time with the greeting text "Welcome, misty!" and a Logout hyperlink.
    20. Click the Logout hyperlink to logout. Page1 displays, this time with no greeting text or Logout hyperlink.

  • Can the customize attribute take the xml instead of a file ?

    Does anybody knows how to put in the xml definitions into the Customize argument instead of pointing to a file ?
    Or maybe a workaround.
    Thanks anyone !

    Customize will only take a filename. Even if you could put the XML directly onto the command line, you'd very quickly run into OS command line length limits.
    You may want to look, however, at SRW.APPLY_DEFINITION in the on-line help. This will allow you to programatically apply definitions that you can build up and store in PL/SQL variables.
    Hope this helps,
    Danny

  • There was a "new window" and a "new tab" icon that could be dragged from the Customize window to the toolbar. In 7 & 8 there is still a "new window" icon but there is no new tab icon to be found in Customize. Where can I add a "new tab" to the toolbar?

    '''bold text''' This feature was there prior to Firefox 7 but now it can't be found.

    You can find the New Tab button showing as a '+' on the Tab bar.<br />
    You can open the Customize window and drag the New Tab button that shows as a plus sign (+) from the Tab bar on another toolbar and it will become a regular toolbar button like the New Tab button that you have in Firefox 3 versions.<br />
    If you can't find the New Tab button then click the "Restore Default Set" button in the Customize window.<br />
    If you want the New Tab button at the far right end of the Tab bar then place a flexible space to the left of it.
    * New tab toolbar button: https://addons.mozilla.org/firefox/addon/new-tab-toolbar-button/

  • The refresh icon is not appearing in the customize box for the toolbar

    I went to View...Toolbars...Customize, but do not find the option "refresh" available to install on the toolbar...is there another place I should be looking for the "refresh" option?...thx

    * Make sure that you have the "Navigation Toolbar" and the "Bookmarks Toolbar" visible: "View > Toolbars"
    * If items are missing then see if you can find them in the "View > Toolbars > Customize" window
    * If you see the item in the Customize window then drag it back from the Customize window to one of the toolbars.
    * If, in "View > Toolbars > Customize", you do not see that item then click the "Restore Default Set" button
    See also [[Back and forward or other toolbar buttons are missing]] and [[Navigation Toolbar items]]
    See http://kb.mozillazine.org/Toolbar_customization
    * If the above steps didn't help then see http://kb.mozillazine.org/Corrupt_localstore.rdf
    Note: Do not delete localstore.rdf in the program folder (Windows: "C:\Program Files\Mozilla Firefox\defaults\profile\") (Mac: "/Applications/Firefox.app/defaults/profile/")

  • Can we get the label name of the particular oracle field using open script

    hi
    can we get the label name of the oracle fields like column name ORDER NUMBER instead of ORDER_ORDER_NUMBER_0 when recording using openscript.

    Good morning
    Do you develop functional or load test scripts?
    I don't think we can in both cases because this is really the name of the field + the index.
    The zero refers to first line normally (then 1 for second line and so on).
    "Order number" is maybe the display label which is not enough to recognize and interact with a field.
    May I ask why you want this, then it could help me (us) to give you a good solution/workaround.
    Cheers
    JB

  • I get the error message like this "open script command failed"

    Dear Support,
    from subject detail
    my scripts in VBA path are failed
    I need to edit that scripts again but Etester sent the error message that
    "open script command failed"
    "(Invalid procedure call or argument)"
    and then I press enter "ok" button
    Right now I cann't to see my script anymore because it has been invisibled my script already ,,,,, I can't to edit anything , can't to copy and paste sub script from another code
    Please suggest me about this ,,,How to open it for edit that script ? I don't want to make it new.
    Thanks,
    Por
    Edited by: user10668951 on Dec 2, 2008 6:37 PM

    Hi,
    I am getting the same pboblem right now,did you get the solution for this pboblem?

  • How can I include a captivate variable in the URL of the website widget?

    I am using the website widget to bring up some customized content during the course.
    The URL contains a variable which will be different for every user.
    I can't find the option of including a variable in the URL with the widget.
    Has any figured out how to accomplish this?

    I am using Cp8.
    I publish in both swf and html5 formats so that the course functions on all device platforms.
    A swf only solution would preclude IOS since it doesn't support flash.

  • How can I include Java Bean model into the model outside the component

    Hi All,
    I am new to SAP portal. I wanted to create a bean for storing the data and to include that into the application model.
    Please help me with an example .
    Regards,
    Saroj

    Hi,
      Check these blogs.
    The specified item was not found.
    Importing Complex JavaBean model into WebDynpro by creating relationships for the model classes
    JavaBean Model Import: when it really works
    Issue in Importing Java Bean Model
    Regards,
    Harini S
    Consider rewarding points for helpful answers. Post this thread in WD forums for more results.

  • How can i include  'Objects and Attachments' in the Decision Step ?

    i found some relevant threads for this particular topic but not able to solve my problem , so i thought of openeing new thread.
    My requirement is to fill the 'Objects and Attachments ' in Decision step with a  display method of purchase order number.
    From SAP Inbox , when i click on Objects and Attachments , it should navigate to Display method of my BOR object with the Purchase order number.

    Hi Sanju , i did exact the same way  ,
    &_EVT_OBJECT& --> &BUS2012&  ( This is done at the start of workflow )
    Now go to you task of the user decesion and make the following binding....
    &BUS2012& --->&_ATTACH_OBJECTS&  in the biding step between decession task and workflow container.
    I am getting this error message paul,
    The Object Types '[BO.ZIPARI]'  (source) and  '[BO.SOFM]' (target) are not compatible.
    i am trying to create a method in BOR and passing back the attachment back to task container but not succeeded yet .
    My requirement is , from SAP inbox before taking decision , approver wants to review for that i need to link the PO number clickble at 'Objects and Attachments'.

  • How do i customize Location bar so it also brings up bookmark results where the title was manually changed by me?

    I added some bookmarks where I added more descriptive words to the title. Later when I type those descriptive words in the location bar the bookmarks don't show up. I even tried using the on-demand filtering command in location bar - meaning when you type "#" followed by words that you want firefox to match in the bookmark title, it will show up all the bookmark entries that have words matching in the bookmark title. That didn't work either! How do i customize Location bar so it also brings up bookmark results where the title was manually changed by me?

    Check that the Bookmarks Toolbar is visible and that the "Bookmarks Toolbar items" is still placed on the Bookmarks Toolbar.
    If the menu bar is hidden then press F10 or hold down the Alt key, that should make the "Menu Bar" appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    * Open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout" (Linux, Windows)
    * Check that the "Bookmarks Toolbar items" is on the Bookmarks Toolbar
    * If the "Bookmarks Toolbar items" is not on the Bookmarks Toolbar then drag it back from the toolbar palette in the customize window to the Bookmarks Toolbar
    * If you do not see the "Bookmarks Toolbar items" or other items that are missing in the toolbar palette or on a toolbar then click the "Restore Default Set" button
    See also:
    *http://kb.mozillazine.org/Uninstalling_add-ons
    *http://kb.mozillazine.org/Uninstalling_toolbars

  • Need to remove the "customize" from a portlet

    Hi Everyone,
    Hoping someone can help with this...
    I would like to remove the "customize" link from the portlet header. There are no user servicable parts inside when the portlet appears, it has essentially all it needs to function properly.
    Can I make a PL/SQL call before the page is rendered to disable this?
    Is there an example somewhere I have not yet found?

    I'm sorry most of these options won't help.
    1) Header will disappear altogether, Including title.
    2) The same problem
    3) If you don't give Edit privileges to a folder you still will be able to customize the portlet.
    4) Can work, but it is very time consuming to create a portlet with the same functionality as the folder portlet. I heard that this will be solved anyway in future releases.
    Another option is giving the header (customize) text the same color as the background (using page style). But this option also has disadvantages.
    a. You will still be able to click on customize (although you cannot see the text)
    b. In some browser you still see the underline.
    Regards,
    Bram
    null

  • Customize the Customize

    We created a custom portlet that allows customization. Problem: the 'customize' header is generic and doesn't seem to be able to be changed. Is there a class that we can modify to change the layout - we are looking at eliminating the header altogether - we have some very big clients that do not want to see generic stuff on their pages - customize pages or otherwise....
    Here is more detail -
    I have a customize link for a portlet. When I click on customize link on my page, it brings the customize page for that portlet. However, I have a "customize" header that appears in that customize page (along with the Home link). How do I get rid of header HTML and the Home link and the in the Customize page?
    If possible - I need to remove all the header information - including the "Home link" - that includes the image and the "Customize" header and the little database image. I also want to either display a custom header - OR eliminate the section entirely -- there is a problem - there is a set of generic buttons - "apply" and "cancel" -- these would be better displayed in the portlet customization area itself - which gets rendered by our customization portlet.
    Any thoughts - anywhere I can go to modify the class or template - anything?
    null

    the following code ( line with * ) will get rid of Apply, OK,
    Cancel buttons:
    MutablePortlet mp ......
    RenderManager pRenderer = (RenderManager)mp.getRenderer();
    * pRenderer.setRenderCustomize(false);

  • Customization steps of the text determination processes

    Can anybody anybody tell the customization steps of the text determination processes (transaction codes: VOTXN and SO10) of the header of the sales documents step by step in a detailed manner?
    Thanks in advance.

    Hi Hikmet,
    In a business relationship, it is essential that business partners exchange information throughout the logistics chain. In sales and distribution, this exchange of information is supported by texts in master records and documents. You can maintain these texts for one particular customer or define them so that they can be used more flexibly.
    Texts can be used in many areas of sales and distribution:
    Sales notes for customers
    Sales texts for materials
    Explanations in order confirmations
    Shipping instructions in deliveries
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/38/9e9263a1f611d199ad0000e8a5bd28/frameset.htm
    reward points if it helps u
    with regards
    Rajesh
    RMD  
    Posts: 381
    Questions: 24
    Registered: 1/10/07
    Forum points: 690 
       Re: Text determination  
    Posted: Apr 5, 2007 12:42 PM    in response to: raju pusapati       Reply      E-mail this post 
    Hi,
    In a business relationship, it is essential that business partners exchange information throughout the logistics chain. In sales and distribution, this exchange of information is supported by texts in master records and documents. You can maintain these texts for one particular customer or define them so that they can be used more flexibly.
    Texts can be used in many areas of sales and distribution:
    Sales notes for customers
    Sales texts for materials
    Explanations in order confirmations
    Shipping instructions in deliveries
    You can define as many text types as you require (sales texts, shipping texts, internal notes, supplement texts etc.) for master records and documents.
    You can take the settings for the texts from Sales and Distribution Customizing under Text control.
    Features
    You store the texts that are to serve as information carriers in the system and in the output in the customer master record, the material master record, and in the sales and distribution documents. In addition the following processing and control functions are supported:
    Texts are proposed from the master records in the sales and distribution documents, if you have made the appropriate setting.
    Texts can be copied from a reference sales and distribution document into another sales and distribution document (e.g. from an inquiry into a sales order or from an order into a delivery).
    The copying of texts can be made language dependent, if required.
    You can change copied texts.
    You can integrate standard texts into the sales and distribution documents.
    If you want to use texts more than once, you can enter these texts as standard texts and include them in the master record or document texts. If you define standard texts, they are included in the sales and distribution forms when they are issued.
    Some standard texts to which you can refer in the sales and distribution documents have been defined in the standard version of the SAP R/3 System.
    Notes on Entering Text
    You can use standard texts to give notes to the employee entering an sales and distribution document regarding the information he should include in specific header or item texts and the sequence in which he should do it. For example, by including a standard text such as a header note in the sales document, you can make sure that the employee specifies in the first line whether the customer has taken advantage of a sales promotion in his purchase order and in the second line, how (newspaper, radio etc.) he found out about the promotion.
    Proposals from the Master Records
    The standard text above must first of all be created and then included in a text in the customer master. You can define in Customizing whether this text is automatically proposed from the customer master record in the header note of the document header when you create a sales document.
    Standard texts can be proposed in the documents at header and item level in the same way from the material master record.
    Create
    To create a standard text, proceed as follows:
    Select Tools ® SAPscript ® Standard text on the main menu screen.
    Enter a name for the text to be created in the field Text name, the indicator ST in the field Text-ID, and the abbreviation for the language in which you want to create the text in the field Language.
    Select Create/Change.
    You switch to the SAPscript editor. If no standard text has been created with this name, the following message is displayed: Text  stands for the language indicator with which you control the language of the standard text. The line in which you make these entries must have the formatting key /: (paragraph format for a command line) in the format column.
    Calling Up At the Time of Issue
    In Customizing any number of standard texts can be included in the definition of a sales and distribution forms. The texts then appear in the appropriate place in the form when each output is issued.
    Further Information
    You will find additional information on the SAPscript editor and on INCLUDEs as well as examples online in the hypertext system under the text module name STXD_ED. Proceed as follows:
    Select Tools ® Hypertext ® Structures on the main menu screen.
    Enter the text module name in the Structure field and in the Language field the abbreviation for the required language.
    Select Structure ® Display.
    You reach the Display Structure screen.
    Place the cursor on the entry that you want to read and select Goto ® Document ® Read.
    The content of the text module is displayed on the screen.
    Select Back to return to the initial screen.
    Also Visit-
    http://help.sap.com/saphelp_47x200/helpdata/en/90/758534c960a134e10000009b38f83b/frameset.htm
    REWARD IF U FINDS THIS AS USEFUL....
    Regds
    MM

  • There is no print button/icon in the customize pane. Where is it?

    I cannot find the print button. It is not under the "three line" button, nor in the customize pane, whether I open customize via that button or by right clicking on the toolbar. I have tried installing Print/Print Preview (0.9), but can't see that either.

    Why are they trying to reinvent the wheel? I want a full time Menu Bar with a Standard Print Button that everyone is use to. I want to be able to click on the Print Button and the results is same as "Ctrl P"

Maybe you are looking for

  • Using a heirachical key name in bean:message

    This is sort of an odd requirement but it will help me out greatly if I can find a way to do this. I am working on creating a JSP which generates vxml. I am using a resource properties file to read in text that I need to speak, or the names of wave f

  • DNS  after reducing the advertised EDNS UDP packet size to 512 octets

    hello There is something wrong with my DNS server, it open internet webs so slow,and i have no idea with this . 04-Mar-2011 14:31:57.264 zone 0.0.127.in-addr.arpa/IN/com.apple.ServerAdmin.DNS.public: loaded serial 1997022700 04-Mar-2011 14:31:57.264

  • Output variable value (DBMS_OUTPUT.PUT_LINE)

    Hello, I just started using ORACLE and am learning about PL/SQL. My question is how do you output a variable? I am running the following in an SQL Worksheet, but I can't output the value: DECLARE v_Temp VARCHAR2(200); BEGIN v_Temp :='help me'; DBMS_O

  • Apple Harware Test image

    I have a G4 mirror desktop Mac. I need to run the Apple Hardware Test CD on my machine but I have misplaced my copy of the CD. Is there soewhere I can download an image of the AHT CD?

  • Adobe Premiere Elements 13 stops working trying to add media via videos from camera

    When I try to add media selecting videos from camera or flip, Adobe Premiere Elements 13 stops working and closes. What might be the problem?