Batch Test With Parallel TestSequen​ces

Need a little assistance programming a TestStand batch sequence also containing test sequences which must run in parallel with synchronization.
I have a panel containing multiple UUT. Each UUT consist of 2 parts. The test may be divided into 4 groups:
1: Common start up test and programming
2a: Specific test and calibration on part 1
2b: Specific test and calibration on part 2
3: Common test and calibration of complete UUT
My application runs with the batch model (which I normally use and is familiar with), but must in this case also use parallel testing for each UUT. I need to be able to synchronize the parallel test sequences like they where running in normal batchmodel. I also need at some point to synchronize the to parallel sequences for all UUTs.
I’ve succeeded doing that with the enclosed sequence, but I am not sure it’s the right solution. Would like some comments.
Attachments:
BatchTestSeqWithParallelTestSequences.seq ‏72 KB
BatchTest With ParallelTestSequences.jpg ‏82 KB

A couple things regarding your issue:
You should be fine with just the Parallel or Batch model.  Personally, if you don't need to switch out UUTs dynamically then I would go with the Batch model.  Why?  Because then you can use synchronized sections.  Synchronized sections give you the ability to run a particular section of your sequence file (i.e. several or a single step) in Parallel, Sequentially or One Socket Only.  With the parallel model you can kind of get there by using Locks and Queues.  Look in the TestStand Reference Manual under Appendices A and B for more info on the Batch model and synchronized sections.  To access the TestStand Reference Manual go to Start>>All Programs>>National Instruments>><TestStand>>>Documentation>>Manuals.
Regarding your VIs and how they would handle each socket.  I don't think it's a good idea to make a different VI for each socket.  Just have some sort of case inside the VI that if 3 comes in the set the right wires to populate your switching or COM functions.  For instance: Lets say that Socket 1 is executing and comes to the step to call the com_port.vi.  One of the parameters for that VI could be the socket number.  Inside the VI you set the desired com port to read or write based on that parameter.  You can set the parameter in TestStand by using RunState.TestSockets.MyIndex (that will return the socket you are on). 
In fact you wouldn't even need the logic in your com_port.vi.  I would assume that one of the parameters to that VI would be a VISA session to your COM ports.  In TestStand you use the LabVIEWIOControl datatype which has property of DeviceName.  If you set that parameter to be '"COM" + Str(RunState.TestSockets.MyIndex)' then you will achieve the same thing as passing COM3 if you were in TestSocket 3.
Anyhow, this is just a few ideas for you.  Obviously you have to implement what makes sense.
Hope this helps,
jigg
CTA, CLA
teststandhelp.com
~Will work for kudos and/or BBQ~

Similar Messages

  • Batch testing using the Sequencial Model

    One of our Test Engineers is uncomfortable with the Batch Model provided with TestStand 2.  Is there an easy way of using the Sequential Model as a Batch Model (testing multiple UUTs).  The way I understand it, there is much more flexibility and capability built into the Batch Model, but I'm having a hard time convincing him and our boss of that.  It seems as though by the time you get done modifying the Sequencial Model to do Batch testing, you've basically created a custom Batch Model anyway.  And if that's the case, why not use something that was already designed specifically for that purpose.  Am I looking at this correctly?

    jtc,
    you are correct in your understanding regarding the basics of the two different models. The sequential model is designed to test a single UUT at a time. The batch model expands this to test as many UUTs in parallel as you like, but the execution is synchronized on some points for the UUTs. This is done because we asume that the UUTs are connected together somehow e.g. placed on the same carrier. So each execution first handles things for all UUTs once (like retrieving/positioning of the carrier) and then starts to test each "socket" (meaning each UUT). After each socket has finished, the carrier is removed and a new one has to be placed in the fixture.
    Since i dont know TS 2.0 (i started with 3.0) i am not sure where the differences are regarding processmodels. In TS 3.x, you have a third processmodel called "ParallelModel" which does not contain logical dependencies between the sockets.
    Another thing about the BatchModel is that you can insert "synchronized sections" where you can "change the way of execution in parts of your sequence". One possible setting is e.g. "One thread only" which makes sure that the sockets synchronize at the beginning of the section and then only ONE socket executes the content of the section. After this, all sockets continue testing.
    Another "problem" which is encountered by many beginners is that both parallel and batch model copy the initial sequence for all sockets. So each socket does the same tests which is propably not wanted.
    Nevertheless, you can change the execution by including all tests for all sockets. Then create appropriate preconditions where you check for the socket you are currently working on. The needed Lookupstring would be "RunState.TestSockets.MyIndex"....
    hope this helps,
    Norbert B.
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Error when creating index with parallel option on very large table

    I am getting a
    "7:15:52 AM ORA-00600: internal error code, arguments: [kxfqupp_bad_cvl], [7940], [6], [0], [], [], [], []"
    error when creating an index with parallel option. Which is strange because this has not been a problem until now. We just hit 60 million rows in a 45 column table, and I wonder if we've hit a bug.
    Version 10.2.0.4
    O/S Linux
    As a test I removed the parallel option and several of the indexes were created with no problem, but many still threw the same error... Strange. Do I need a patch update of some kind?

    This is most certainly a bug.
    From metalink it looks like bug 4695511 - fixed in 10.2.0.4.1

  • Batch Determination with WM manual staging

    Hello,
    I found documentation that suggest to use Pick parts when using batch determination with WM in transfer orders.  However will/can determination be used with Manually staged components inducator 4?
    Thank you

    Hi!
    I am trying to get batched with shelf life larger than 370.
    We are in ECC6.0 and the note applies to releases up to 4.5. I read the note and also tried it but the characteristic does not take a range; only a numberic value. For => 370 I get an error. The date for SLED calculated for batch determination (from the batch determination analysis for a test) as shown below:
    Characteristic   Name                           Characteristic value
    LOBM_ZUSTD       Status of Batch                Released
    LOBM_LVORM       Deletion Ind. for Batches      Not Set
    LOBM_RLZ         Remaining Shelf Life for Batc  370 d
    LOBM_MBDAT       Material Availability Date     07/17/2008
    LOBM_LFDAT       Batch Determin. Delivery Date  07/30/2008
    LOBM_VFDAT       Expiration date, shelf life    08/04/2009
    I wonder if the problem is that the operator does not seem to appear in this criteria for the calculated LOBM_VFDAT?
    Thank you

  • Workbench Execution with Parallel Group Type

    I created a replication job in Workbench 4.1 to migrate 16 tables - ODBC sources (for AS400) and Microsoft SQL Server targets within a single replication group.  I can select Type to either Parallel or Sequential for the replication group:
    I set Type to Parallel and when executing, I observe that 8 of the 16 tables begin processing and as each completes another of the remaining begins so there are always 8 tables being processed until there are no longer tables to process.
    If I test with two separate replication jobs each with 8 of the 16 tables with Parallel set and execute at the same time, both jobs load 8 tables in parallel so that 16 are being loaded at once.
    I would like to understand how the number of source/target replications running in parallel within a Workbench replication job is determined and/or set (in my case, 8).  Is that within the tool at all or is it strictly from the database?

    Hi Robert,
    I hope that depends on the Job server's no. of engine processes.
    To see the no. of engine process assigned to your Job server,
    Go to 'Tools' Menu---> 'Options'--> Expand 'Job Sever'--> 'Environment', as shown in the attached pic.
    Hope this helps you.
    Regards,
    Abhi

  • Issues with parallel processing in Logical Database PCH and PNP

    Has anyone encountered issues when executing programs in parallel  that utilizes the logical database PCH or PNP?
    Our scenario is the following:
    We having have 55 concurrent jobs that execute a program that use the logical database PCH at a given time.  We load the the PCHINDEX table with the code below.
          wa_pchindex-plvar = '01'.
          wa_pchindex-otype = 'S'.
          wa_pchindex-objid_low = index_objid.
          APPEND wa_pchindex TO pchindex.
    We have seen instances where when the program is executed in parallel, with each process having its own range of positions id's, that some positions are dropped or some are added that is outside the range of the given process.
    For example:
    process 1 has a range of positions ID's 1-10
    process 2 has a range of positions ID's 11-20
    process 3 has a range of positions ID's 21-30
    Process 3 drops position 25 and adds position 46.
    Has anyone faced a similar issue?
    Thanks for your help.
    Best Regards,
    Duke

    Hi,
    first of all, you should read [Using Parallel Execution|http://download.oracle.com/docs/cd/B19306_01/server.102/b14223/usingpe.htm#DWHSG024] in documentation for your version - almost all of these topics are covered there.
    1. According to my server specification how much DOP i can specify.It depends not only on number of CPU. More important factors are settings of PARALLEL_MAX_SERVERS and PARALLEL_ADAPTIVE_MULTI_USER.
    2. Which option for Setting Parallel is good - Using the 'alter table A parallel 4' or passing the parallel hints in the sql statementsIt depends on your application. When setting PARALLEL on a table, all SQL dealing with that table would be considered for parallel execution. So if it is normal for your app to use parallel access to that table, it's OK. If you want to use PX on a limited set of SQL, then hints or session settings are more appropriate.
    3. We have a batch processing jobs which are loading data into the tables from flat files (24*7) using sql loader. is it possible to parallel this operation and any negative effect if enabled parallel.Yes, refer to documentation.
    4. Query or DML - which one will be perform best with parallel option.Both may take advantages of using PX (with some restrictions to Parallel DML) and both may run slower than non-PX versions.
    5. What are the negative issue if parallel option is enabled.1) Object checkpoint happens before starting parallel FTS (true for >=10gR2, before that version tablespace checkpoint was used)
    2) More CPU and memory resources are used with PX - it may be both benefit and an issue, especially with concurrent PX.
    6. what are the things to be taken care while enabling the parallel option.Read the documentation - it contains almost all you need to know. Since you are using RAC, you sould not forget about method of PX slaves load balancing between nodes. If you are on 10g, refer to INSTANSE_GROUPS/PARALLEL_INSTANCE_GROUPS parameters, if you are using 11g then properly configure services.

  • Moving boot camp to new machine with Parallels 10 or WinClone?

    i seem to have a ton of document here but have not been able to figure a way out of my dilemma.
    i have a 2006 mac pro that had two boot camp installs with one of windows 7 and one of XP. each of these are still intact on my hard drives in this computer. however, i can not see this computer on my display as there appears to be some issue with the converter that i am using for my cinema display mini display port (to get it to DVI display port on the 2006) so i cannot really DO anything with these installations other than see them when i put the disk in my new 2012.
    Parallels 10 appears to have a new "boot camp" mode and i am trying to figure out if there is a way to get the boot camp installs into my 2012 as "virtual boot camp" installations. i just put one of the 2006 disks into the 2012 machine and tried this and Parallels seems to have accepted this but i am not sure if i somehow need to leave the physical boot camp install in this bay 4 or if i can just pull the disk and now i have a "virtual boot camp" install of windows 7.
    ALSO, i DO have WinClone backups of both of these boot camp installations on the new machine but i believe i am supposed to run CHKDSK and Sysprep on the actual boot camp installs before trying to migrate them over to the new machine and since i cannot see anything in the old machine i can't try this. actually, i did try it back when i could see the 2006 but there was some error with the Sysprep and the thread proposing solutions was like 26 pages long.
    anyway, anyone done this and have any suggestions?
    THANKS
    http://kb.parallels.com/en/113658

    hotwheels 22 wrote:
    A. when you say you can boot from corresponding installation media - you are talking about my Windows 7 and Windows XP install disks?
    When you installed XP or W7, you would have used either an Install DVD or a USB, or both. This is what you would need. You can recreate the USB using Bootcamp Assistant, if necessary. The only caveat would be if you subsequently upgraded to later Service Packs, and the installer was built earlier than that.
    B. when you say "if your windows is already bootable" you are saying that i could put the disk in the new machine, set preferences to BOOT from the Boot Camp installation on the other disk and run the Safe Mode on this boot camp install and then manually remove drivers? also presumably i can compare the 2006 machine to the 2012 machine and see which drivers i don't have to remove? also, i am guessing here that i can try either of these (boot from media or boot into safe mode in the boot camp) despite the fact that yosemite does not support XP boot camp?
    It is possible that Windows may not boot at all, due to hardware changes and driver differences. Safe Mode is a minimal driver load boot. It should be bootable. If you end with a completely un-bootable system after you move disks, then Windows Startup Repair may be necessary first. You may also need to run chkdsk. I would also recommend uninstalling any third-party NTFS software. Once Windows is fully installed, there is no interaction with Yosemite, and a minimal interaction with firmware and Apple Bootmanager which recognizes a NTFS system.
    C. can you help me with the terminology here? you ask if any of my "W7/WXP" disks have a version of OS X co-resident". at one point i had what i understood to be JUST an XP install on my 2006 machine on a hard drive which i still have. i don't know if this was installed "under" some OS but as far as i know i /just/ had a boot camp installation of XP on this disk. is this possible? if so, what do i call it? ALSO, i /now/ have basically two disks with one containing a PARTITION of Snow Leopord or Mountain Lion and a PARTITION of Windows XP Boot Camp. then the /second/ disk contains a CLONE of the OS X install and a PARTITION of Windows 7 Boot Camp. Do you know what i call these?! are either of them what you consider "co-resident"? i guess i don't exactly understand the types of boot camps i can have (ignoring virtual machines).
    If the disk was formatted as an MBR disk and was fully dedicated to Windows, it will not have OS X. In some cases, a single physical disk can be partitioned to host both OSes. If the OS X part was on a separate physical disk, this is what is usually is done on a MacPro with multiple disks.
    D. can i /PLEASE/ ask you to help me understand the types of virtual machines i can create on the 2012 with Parallels 10? right now i just hooked up a Windows 7 virtual machine from Parallels 7. so this is a "true virtual machine". but i can somehow also now create a "boot camp virtual machine" where i can EITHER boot into the boot camp or into the virtual machine? i mean, i guess what we are discussing is a way to CLEAN the Windows 7 BOOT CAMP INSTALLATION on my 2006 by putting the hard drive into the 2012 and to then - well i guess i then create a WinClone of the Boot Camp install and i run the WinClone MIGRATION procedure to get this boot camp on the 2012? /then/ i run parallels and hook up this Boot Camp install in the new machine?
    Usually, BC installations can be imported as virtual machines. You can also install a VM using a virtual disk, which, to OS X, appears like a set of system files. You can as a test import the 2006 disk clone as a VM and test. The VM engines impose their own BIOS engine and can have  their own drivers in such a VM. For example, they will emulate SCSI to access the underlying virtual or physical disk. They may also provide their own file system drivers. For example, VMware Fusion can provide HGFS to share files between OS X and Windows. Your approach should work, but I have never tested Winclone with the VM layer in the middle. You should ask Wincloen support if they support VM as an in-between layer or not. I do not think so.
    E. can you remind me why i can't get a XP Boot Camp on the 2012 machine? was this due to the 2012 mac pro or was it yosemite or both i guess? i mean, for XP i am presumably going to run the TRANSFER procedure on the XP install /after/ putting the hard drive with XP boot camp from the 2006 into my 2012 and then i am going to run this VIRTUAL MACHINE FROM BOOT CAMP operation (link below)? if so, we are saying i can run this from the 2012 and then can i remove the XP Boot Camp drive from the 2012 and still have the virtual machine i guess? in this case i SHOULD ALSO run the XP through the procedure you explain? so in this case i will only have a virtualized XP Boot Camp install and with Windows 7 i will have both the BOOT CAMP install (which i presumably migrated to my OS X hard drive!) and i will be able to virtually boot to this boot camp install using Parallels 10?
    Apple deprecated XP support as they moved to BC version 5.x. A new XP installation is not possible, but an existing XP installation will continue to work across OS X version upgrades. This is a 'physical' machine from 2006 MP. Once you install BC drivers on the XP installation to work with 2012, you will need to reverse the migration procedure (uninstall drivers for 2012MP, install 2006 MP drivers). It is a very unusual direction to want to go back to 2006 MP, but it is still a method if the 2012 MP hardware failed, and you wanted to go back to a working 2006 MP. You should check if Parallels 10 supports XP.
    F. i guess if i want to make sure to retain a true boot camp install of the Windows XP install i have to repair the 2006 machine is that right?
    http://kb.parallels.com/en/113658
    Not necessarily. If you can migrate (simulating a SysPrep) to the 2012 MP machine, you do not need to resurrect the 2006 MP.

  • Wee Problem with Parallels Desktop and the Westmere Mac Pros

    Just got my new Westmere 8-Core Mac Pro last Friday, and spent the last four days in agony.
    I used Migration Assistant to transfer over my accounts from my old Mac Pro, but it crashed hard -- so hard that I had to reformat the hard drive and do a clean install of the system. So I decided to do a clean install of all of my programs as well, and the Westmere crashed on the Parallels Desktop installation. And, again, it crashed so hard that I had to reformat the hard drive and do a clean install of everything all over again.
    Today, I read a review of the Westmere Mac Pros in Macworld (http://www.macworld.com/article/153704/2010/08/quad8_core_macpro_2010.html?lsrc=top2), and learned:
    We ran into a problem running Parallels on the Westmere-based Mac Pros, so we could not complete the Speedmark 6 suite of tests. When booted into 64-bit mode (as the new Mac Pros do by default) the systems would crash with Parallels installed. Booting into 32-bit mode would allow the systems to start up, but we still couldn’t use Parallels. We eventually tried a complete wipe and reinstall from the Mac Pro’s systems disc and downloaded the very latest version of Parallels to eliminate any other potential problems, and had the same issue. Apple and Parallels are aware of the problem and assure me that Parallels is working diligently on a fix. The application worked just fine on the new quad-core Mac Pro with the Nehalem processor.
    Hoped I saved somebody some time.

    Hi akapod,
    Looks like they may have the fix out.
    Mac Pro (Mid 2010): Kernel panic when installing or restarting Parallels Desktop 5 for Mac
    Please let me know if it's available and fixes it.
    Thanks,
    ivan

  • 8GB or 16GB in using with Parallels 10

    Hi there,
    I plan to buy my first Macbook (Macbook Pro Retina). Last years I only used Windows based PCs and notebooks. So I have an important question on using a virtual environment on the Macbook. Since I'm come from Windows 7, I have to build a "bridge" for some of my old applications, that I still want to use some time. Later - in a year or so - I plan to leave my virtual windows environment nearly completely.
    What will I do with my MBP?
    1st: 40% of my work is writing. I think, I will use Office 365 (I bought it some months ago).
    2nd: 30% of my work is graphics based. I'm also a designer and photographer, so I work on Adobe CS5/CC.
    3rd: 20% of my work - eventually (sometimes) - will be done in Unity3D (not 3D-Modelling!).
    3rd: 10% of my work will be done in Excel, Powerpoint and Surfing.
    At this time I own Adobe CS5 and have to use it on a virtual environment, such as Parallels Desktop 10. But this is only for a limited time period - a year or so. After then, I get Adobe CC, to install it natively on MAC OS X. Also I work in a program, called articy:draft - for game design. It is a windows program, so I have to use it on my virtual environment - all time!
    In the beginning, I use the virtual environment for my "fall back - use" of the Creative Suite - only Photoshop and InDesign and definitly articy:draft. Later - after I purchased Adobe CC, I only use this virtual environment for my game design software articy:draft and some testing.
    In the last days, I checked the memory needs in my windows systems. Since articy:draft uses not much memory, Adobes Software does. Sure, I can set a rule for the maximum memory usage - in photoshop, for example. But that does not help me to understand what this would mean on a Macbook (e.i. with Parallels). Can I work good enough with Photoshop and InDesign for the next few months? Can I work better, If I use Adobe CC natively? 8GB of system memory may be enough for me? Or is it a "must have" to get 16GB memory in my case? I ask this, because I have to pay attention to your money.
    Could some of you, give me some advise? Did some of you have experience in using a virtual environment, such as Parallels Desktop, in things like the need for system memory?
    Best regards,
    Tom
    P.S. I plan to purchase a Macbook Pro Retina i5 2,8GHz, 512GB SSD - with 8GB or 16GB system memory.

    bdstein33 wrote:
    Hi,
     ...I am purchasing a new baseline MBP 15" and with the faster computer I am hoping to run parallels so I don't have to restart every time I want to switch OS.  Would you recommend gettig 8GB of ram or 16GB of ram? 
    Thanks so much for your help!
    The thing to keep in mind is that with Bootcamp, Windows got to use all the resources of your Mac; it didn't have to compete with the Mac OS for CPU cycles and RAM since Windows was all that was running. With Parallels (or other software that supports virtual machines, such as VMware Fusion), Windows is running inside of the Mac OS, which in your case would be Mavericks. Both operating systems are using resources such as RAM, as is the virtualizing software, and you have to make sure there's enough to go around.
    So, the short answer is get as much RAM as you can, since, with the rMBP you can't add more later.

  • Is anyone experiencing problems with opening mission control from the desktop.  Running mountain lion with parallels 7 and windows 7

    is anyone experiencing problems with opening mission control from the desktop.  Running mountain lion with parallels 7 and windows 7

    I had been having a similar problem on Lion with Safari pdf files despite downloading the latest Adobe Reader XI.
    I would constantly get the same messages - There was an error opening this document. The file is damaged and could not be repaired. And I would get a blank page when I tried to print the pdf if I tried printing from the Safari web page using File - Print from the top toolbar on my laptop.
    Then I came across the grey Safari lozenge with action icons.
    This allowed me, without downloading the pdf, to print the pdf file direct from the Safari page by using the Print icon on the grey lozenge that appears centrally three quarters down the screen.
    Then I discovered that if I save the pdf using the Save icon from this same grey lozenge on the Safari page I can open and print this pdf version from my desktop.
    I've tested it with a couple of different pdf files and these methods work using the grey lozenge icons but the same pdfs files don't work using File - Save As on the Tool Bar.

  • Batch Lock during parallel goods movement for other Plant

    Salute Masters!!
    I need your valuable suggestion!
    The Scenario is:
    User1 is doing the following transaction-Create stock transport PO for a material (plant 1000 to plant 1100)
    Create outbound delivery VL10B (Goods issue is also done- and he is in the screen MIGO (goods receipt in plant 1100 against outbound delivery for which goods issue is done.
    Automatic batch determination is activated and the batch is determined by FEFO method.
    User2 is creating a sale order for the same material from plant 2000.Subsequently, delivery is created and batch is determined and also the batch determined is the same as that of the previous one.
    Now both are in the same screen. When the user2 is trying to do PGI the system is giving error message the batch of the material is locked by the user but the interesting this if it is vice-versa that is with the user2 in the delivery screen and the user1 is trying to take goods receipt in plant 1100, the system is allowing to take the goods receipt of the material.
    How can we resolved this issue, please suggest.
    I have gone through this SDN Thread also but not got the proper solution
    Batch Lock during parallel goods movement
    Grateful for Solution
    Sanjai Srivastav

    Insufficient information. Unresolved, closed.
    Edited by: Srivastav100 on Mar 11, 2011 11:19 AM
    Edited by: Srivastav100 on Mar 11, 2011 11:19 AM

  • Batch managment with classification

    Hi,
    I have material with batch and classification. Material master have base unit KG, but I need second unit PC or M and other parameters of material. (coefficient between KG and PC is not constant).
    I give to classification attributes fields: quantity, length. width, ...
    In goods receipt I input batch with classification (quantity, length. width, ...)
    Where can I see batch balance with classification ?
    Is possible recalculate attribute of classification quantity after goods issue or how I can manage balance of quantity?
    thank
    beto

    Hi,
    Once you fix the classification, i don't think you can recalculate the classification, what do you mean by batch balance?
    Aktar

  • Adobe creative cloud set up to install on a mac with parallels windows 8

    Unfortunately it is not possible to install the program it always displays an error message. how can you loess the problem?
    error message: This application can not be run from a network drive-. copy it to a local folder and strarten it again.

    I have just the regular version, not Professional.
    I mean "les integrated", in the sense that you really run Fusion "in a window". The more "integrated" approach means that Windows applications run as if they were for the Mac, and you do not see the Windows interface at all. I personnaly think tjat is too confusing. There is nothing wrong with it, just a bit more confusing. i like having it clear that Windows is in a seperate Window.
    Op 21 nov. 2013 om 12:57 heeft Krishnam <[email protected]> het volgende geschreven:
    Re: adobe creative cloud set up to install on a mac with parallels windows 8
    created by Krishnam in Adobe Creative Cloud - View the full discussion
    Hi MacLesNL,
    Which version of VM Ware should I go for?
    http://www.vmware.com/uk/products/fusion/
    http://www.vmware.com/uk/products/fusion-professional/
    So that I could install Adobe CC on Windows 7? Please advise.
    What do you mean ny "less integrated"? Is this must to run Adobe CC in VMWare on Mac?
    Please advise.
    Thanks, Krishnam
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5861525#5861525
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5861525#5861525
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5861525#5861525. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Creative Cloud at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Windows XP or Vista for use with Parallels on MacBook 2.16 GHz?

    As described in my earlier post, I'm currently switching from my G4 PowerBook to a new MacBook 13" 2.16 GHz.
    I'll have to use Windows parallel to OS X (plan to do that with Parallels Desktop) and would like to know what you recommend:
    Windows XP or Windows Vista?
    Vista should be better in security issues, however it should also consume much more ressources and thus run slower ... is that right?
    What's your experience?
    Martin
    MacBook 2.16 GHz, 2 GB RAM, 120 GB HD (white)   Mac OS X (10.4.9)  

    Hi Martin,
    personally I favour XP over Vista (at least for now and the near future), because as you mentioned Vista a much more hungrier than XP and also because there are still a lot of applications which do not work correctly or at all in Vista.
    Regards
    Stefan

  • Unit Testing with Microsoft Sharepoint Emulators and Fakes with Visual Studio 2013

    Hi All,
    I have created Test Project and now creating Test cases for Sharepoint. I found a link on MSDN which suggests using Fakes framework but it supports VS2012 and I am using Visual Studio 2013.
    So how can I use it with VS2013 or is there any other way with which I can implement the Test cases with VS2013.
    Please suggest.
    Thanks in advance.
    Himanshu Nigam

    Hi HimanshuNigam,
    According to your descrition, my understanding is that you want to use Fakes framework to create test case for SharePoint project in Visual Studio 2013.
    If you want to test using Fakes Framework, you can use the codeplex extension to achieve it. It supports Visual Studio 2013.
    Here is a detailed article for your reference:
    Better Unit Testing with Microsoft Fakes
    About how to include the Nuget package, you can use the package with the link below:
    NuGet Package Manager for Visual Studio 2013
    Installing NuGet
    If you still have question about this issue, I suggest you can create a post in Visual Studio, more experts will help you and you can get more detailed information from there:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=visualstudio%2Cvsarch%2Cvsdbg%2Cvstest%2Cvstfs%2Cvsdata%2Cvsappdev%2Cvisualbasic%2Cvisualcsharp%2Cvisualc
    Best Regards
    Zhengyu Guo
    TechNet Community Support

Maybe you are looking for

  • How can I automate log and capture in Final Cut Pro

    Does anyone know of a way to schedule the log and capture of video in Final Cut Pro with a script or software application, so that it doesn't have to be done manually? I am using a capture card in my Mac to record college lectures for our department

  • Can't deauthorize ADigiEdit on Mac (autorizet without ID and now wants to put it on my iPad)

    Hi there, I have authorized Digital Editions without Adobe ID on my Mac Now wants to transfer my document to iPad and the app I'm using asks for ID from first authorization. Can't deauthorize using shortcuts Will deleting and reinstaling DE on my mac

  • Deleted and re-installed LDOM keeps coming back

    I am using 11g 11.1.0.1571. I installed an LDOM and installed an OS from a FLAR, and because of problems I deleted it and reinstalled it. I created a new LDOM with a different name and installed a Solaris 10 OS with the old name. It works fine, but t

  • Photos has many instances of displaying blank photos, thumbnails?

    My recently setup photos library has a lot of blank images. They show a blank thumbnail and when I open it sometime a picture will load which is something I have already deleted. I am not under "show recently deleted" rather this is happening under t

  • Ant not always compiling inner classes

    hello, Every once in a while I get a troubled inner class. Ant doesn't always compile it (or maybe ant doesn't move it to the build directory). It's always the same inner classes... The compile will succeed, but when I run the program, it says that i