Ask a questionAsk a question
 

QuestionFramework Testing

  • Tuesday, November 03, 2009 1:29 PMPreetam Gaikwad Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    We are using a common framework for all our projects. I want to test the framwork only as all project have thier stuff comming in everyday. Can you help me in who can i test the framework only.

All Replies

  • Wednesday, November 25, 2009 6:21 AMAlan PageMSFT, OwnerUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    You'll have to figure out where the framework ends and the "stuff coming in" begins. Some details will help, but I'm assuming that your framework is a host for plug-in type functionality. If this is the case, what I've found best is to create the most minimal plug-in possible, and use that as the basis when testing the framework only.

    If the answer isn't what you're looking for, please provide some additional details and we'll see if we can help.