Is it possible to alter the UUT status evaluation criteria

Hi,
What I want to do : My test cases return pass, fail, NA and invalid as a result. Based on this i set the status for eah step. I also want to set UUT status based on the individual step status.
What I do : I gather the test result from labivew as a number in teststand. Based on the number,using the expressions tab, I set the step status as on of the four described above. I built a custom test type for doing this.
I want to know how to program the UUT result based on my step status?
Regards
Gopal

Hola Gops,
Here is the example....
Hope it helps
Attachments:
Gops.seq ‏38 KB
GOPS.vi ‏13 KB

Similar Messages

  • Is it possible to change the user status of a TECO Order

    Hello Folks
    Is it possible to changes the user status of a TECO Order?
    I have tried to change it using the FM 'STATUS_CHANGE_EXTERN'. Its working fine for NON TECO Orders but not for TECO Orders.
    On the other hand I was able to manually change the user status for a TECO Order in transaction IW32.
    I need to change the user status from NFBK to FBK.
    Please provide some inputs for the same.
    Thanks n Regards
    Ramesh

    The simple way is via the Internationalization settings via ARD or RDP or Screen Sharing, either via System Preferences or (if enabled) via the menu bar. If you're looking for a lower-level approach, there's not AFAIK a direct command for this. As for one possible approach, might [threadID=2106201|http://discussions.apple.com/thread.jspa?threadID=2106201] help?

  • What are the possible values for the JOB status?

    What are the possible values for the JOB status in the table TBTCP and significance for each?

    Hi,
    Have a look at include LBTCHDEF.
    The standard include from SAP.
    -> Definitions and Constants for Function group BTCH
    Kind Regards
    Raymond

  • Possible to Change the Order Status

    Hai
    When i am booking the sales order the status is showing the Booked is it possible to change the Booked status according to the customer requirement ....
    thanks in advance
    M.Meenashi Sundaram

    Hai its possible to change the order status from the
    setup>quick codes>order management>
    type --flow status
    we can able to change it
    thanks
    M.Meenashi Sundaram

  • Is it possible to alter the name of a book in the kindle app so as to reflect volume 1 etc of a set

    I have quite a few Kindle books that I use via the app on an iPad mini. I would like to ammend/alter the titles of some so that they can be arranged in "set" order rather than alphabetical, however, I've no idea how to do this. Any advice received gratefully

    To my knowledge, there is no way to do that. However, you might try amazon support (its their app).

  • Since installation of a new hard drive on my mac book pro, clicking is now very difficult as I have severe arthritis in my hands.  Is it possible to alter the pressure required?

    Since having a new hard drive installed on my Mac Book Pro it has become very hard to click since I have severe arthritis in my hands.  Is it possible to have the pressure required reduced to make it more comfortable?

    I don't think there is any adjustment for that. The battery is under the trackpad. Did you have the HDD replaced at an Apple repair facility?
    You may want to ask them to look at it and explain that it is harder press than before, maybe the battery is not nested correctly.
    Here is a list of keyboard shortcuts which may help to reduce the amount of clicking that you have to do.
    http://support.apple.com/kb/HT1343
    All the Best

  • Is it possible to get the update status of a PDF form through automation

    Hi All,
    I'm working on adding the ability to load PDF files in a panel control inside a Tab control. Each new load of a PDF file I add a new tabpage and load the file into the new tabpage. When closing one of the tabs I'd like to see if I could check to see if the PDF file has changed since it was loaded. Is this possible through automation? Thanks for any suggestions.

    It's not really a  Acrobat question.
    Attached a vbs, which can handle it.
    HTH, Reinhard
    Set fso = CreateObject("Scripting.FileSystemObject")
    Set f = fso.GetFile("my.pdf")
    msgbox(f.DateLastModified)  

  • Is it possible to alter the URL address displayed in my browser?

    Hello Everyone
    I work in Special FX for a TV show largely in computer graphics.  I specialize in Maya, Photoshop, Illustratro and AutoCad.  However I have a little Dreamweaver experience and got roped into a new project.
    Here is the effect I need.
    Someone surfing the web.
    I've built a website, uploaded it and it works great.  The only problem is our legal department won't let the URL display my website.  I have to display one that is not a registered domain.
    Is there any way to display an alternate URL in the address bar?  A fake one, so to speak?
    This website will be displayed on a iPad tablet running safari.
    Thanks in advance.
    -D

    >I have to display one that is not a registered domain.
    >Is there any way to display an alternate URL in
    >the address bar?  A fake one, so to speak?
    No. You can't fool a browser into displaying a url that does not exist in the address bar. It must reference a page on a registered domain - or an ip address -  but not a fake url. You could have a frame hosted at on one domain reference a page from another domain - but the source url is still not hidden. What exactly are you trying to do here?

  • Can Thunderbird be set up to only view messages from a shared account, without having the possibility of altering the emails, folders of that account?

    I have one account setup as POP3 on one laptop.
    I want another user (supervisor) to be able to ONLY VIEW the emails (Inbox, Sent, Folders) from the first laptop.
    I've set up the account as IMAP on the supervisor's laptop. The supervisor is not very tech-wise, so it happened in the past to read emails from that account (and forget to mark them as unread), send emails from the account (composing email while having selected the wrong account), even delete emails. Not to mention the fact that the mails would show up as read on the first laptop if they were read on the supervisor's laptop.
    So i'm trying to find a way to have another user, checking the account as VIEW ONLY, without beeing able to affect the account itself.

    Thunderbird knows nothing of "Read Only", which is not all that surprising for a personal mail client.
    Perhaps you can do what you need using operating system controls on ownership and access to the files in the profile folder.

  • Can we remove the default status field from OIM

    hi,
    even when my i am not mapping any field to the OIM status field , it is taking Active as default value. i dont require that field so is it possible to remove the default status field of OIM.
    i am using database GTC connector for trusted recon.

    User will always have a certain status like Active, Disabled etc, so even when you doesn't map it to any attribute the OIM solution calculates it with the help of the user's Start Date, End Date etc.
    A user is bound to have a status.
    Thanks
    Sunny

  • Can I get the GP status using GP API.

    Hi all,
    Can I use the GP API to get one process status present,for example,"reject" or "approve" according to the process instance ID?
    If there's a way,how can i archive this?
    Best regards,
    delma

    Hi,
    Using GP API it is possible to achieve the process status of any particular process.
    In the package com.sap.caf.eu.gp.process.api, we have several classes that can give the process such as IGP Process and the status can be achieved by the method getStatus.
    For more information refer to this link:
    http://help.sap.com/javadocs/nwce/current/gp/index.html
    Award points if helpful.
    Regards,
    Sujana

  • How do I display the topic status in the published topic

    We are using RoboHelp HTML 7. I would like to be able to set
    the Status of a topic to "Ready for Review" and then have that
    status visible in the topic when it is published, so that I can
    send the generated help files to reviewers/testers and they can see
    which topics are ready for review/test. Is there an easy way to do
    this?
    I have a template which is applied to all the topics, but I
    can't understand if it is possible to add a field in the template
    that displays the topic status property. Can it be done? Or is
    there another way?
    And, as an aside, is it possible to change the default
    Statuses? For example, to add "Ready for Translation" as a status
    option.

    Welcome to the community,
    The functionality you are asking is not provided by RoboHelp
    7. But RoboHelp 8 provides a very good support for writing user
    specific scripts. The specific need can be easily be fulfilled
    using the Scripting support in RoboHelp8. I have written a sample
    script file which does the work whatever was specified by you here.
    I am attaching the code for the script file along with this reply.
    If You dont have RH8, I really recommend you to download the trial
    version of RH8 and try out the new scripting feature provided with
    RH8. User can do many more things with scripting.
    You just need to download the file provided in the link and
    go to the scripting pod in RH8 and import that jsx file in pod,
    right click on the imported script file and say Run script and this
    will do all the work what you said.
    Again as you asked you can use this script to update the
    topic and generate the output and publish to the server in one go.(
    I have not added the generation code for the time being, but it is
    easy enough to do that as well).
    You can modify this script as per your need and requirement.
    Do let me know of issues if any with script usage?
    Sample
    Script File
    -Praful

  • Altering the information box in windows explorer`

    I was wondering if it was at all possible to alter the information box in windows explorer. I am talking about that little box that pops up when you place your pointer over a folder and let it sit there for a second. Currently it displays the first few files and folders, but I want to alter that so it would display the first 10 or 15 files or folders. Can anyone help with this?

    Java does not alter Windows' ToolTips.
    Check Microsoft/Windows resources/forums for possible solutions.

  • Is it possible to download the LV code to pda in LabVIEW evaluation version?

    Is it possible to download the LabVIEW code to pda in LabVIEW evaluation version?
    For example: 
    I want to select New » Targets and Devices from the shortcut menu to open the Add Targets and Devices dialog box as shown in the below Figures.
    Is it possible to do the same in evaluation version of LabVIEW 8.0

    Prasada,
    In order to target a PDA device, you will need to have the PDA module installed. Fortunately we do have evaluation software also available for the LabVIEW PDA Module 8.2. Once this has been installed, you should be able to target your PDA device. Please post back if you experience any trouble. Thanks,
    Mike D.
    National Instruments
    Applications Engineer
    Message Edited by Duffman Says: on 11-21-2006 04:59 PM

  • Altering the appearance of Parallel UUT Dialog

    Hi all
    I was hoping someone might be able to help answer a TestStand related question. I am in the process of putting together an ATE system. For simplicity and speed of implementation we have decided to use the unmodified parallel process model with callbacks. The system will test up to 3 different types of UUT’s in parallel.
    Depending on a user selection (made in the ProcessSetup callback) any combination of the 3 UUT types could be selected to run.
    The system functions perfectly but we were hoping there was a simple way of altering the Parallel UUT Dialog to make the final application more intuitive.
    Would any of the following be possible without the need to alter Modelsupport2.dll??
    Alter the test socket label from 0,1 or 2 to text that would reflect the UUT type being tested in each socket?
     Alter the Status Message to reflect the UUT type being tested?
    Any other suggestions.
    I am running under windows XP, the version of TestStand in use is 3.5. I am programming with LabVIEW 7.1 I have no experience with C,  hence altering the Modelsupport2.dll is not a realistic option.
    If anyone has any suggestion of how I could make my application more intuitive please respond.
    T.I.A
    Declan
    Attachments:
    Parallel UUT Dialog.JPG ‏46 KB

    Ray is correct that the changes to modelsupport2 are fairly simple but you would need to buy CVI in order to do this. I have made some of the same changes. I do almost all of my work in LabVIEW but I also have a CVI license so it was no big deal to me. You could consider writing your own parallel dialog in LabVIEW. For the batch model, I needed a different serial number entry and I wrote that in LabVIEW. It was not an entire replacement of modelsupport2. I just did a custom serial number entry VI and a custom results display VI and put them in the PreBatch and PostBatch callbacks. This was all pretty simple and the parallel mode would be more difficult but it could be done.

Maybe you are looking for

  • I keep trying to access my mail but MAIL keeps rejecting my password. I am an AOL user. Please advise?

    I keep trying to access my mail via the MAIL icon on my MacbookPro but it keeps rejecting my password. It worked find an hour ago but all of a sudden it won't work. I tried deleting the acct and re-adding it but still the same problem. The odd thing

  • Download ALV result list as excel-file in background job

    Dear Experts, I am looking for a possibily to download the result of an ALV based report as excel-file in a background job. Surely there is a standard function which can be used or at least some hints how to implement this. I searched the forum but c

  • Signed and unsigned applet

    Hi all, I want to create an applet that is firstly loaded as a normal (i.e., unsigned) applet. The user can use several features of the applet without seeing a security warning dialog. But when the user uses a certain feature of an applet (such as sa

  • Cyberoam 802.1x WiFi on iPad Mini ?

    I am planning to purchase an iPad Mini in India. My college has a Cyberoam 802.1x WiFi Wifi is hidden. Configuration; PEAP with Mschapv2 authentication It requires a login id and password to use the internet. Please tell me whether this type of WiFi

  • Having a problem getting smpatch update to work

    I keep on getting this error message : # smpatch update -i 119108-06 Unexpected Failure: com.sun.patchpro.util.FailedStateException: StateMachine.start(): com/sun/cc/platform/clientsignature/CNSSignException I cannot find any docs on this problem...a