Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
P

pk jain

@pk jain
About
Posts
11
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to configure googletest for "test code covearge" in visual studio 2010 [modified]
    P pk jain

    Hi, I am using Googletest(gtest-1.6.0) for Unit testing activity for C++\VC++ code. Here i'm using microsoft Visual studio 2010. There is inbuild Codecoverage facility in MSVisualStudio 2010. I didn't find a way yo configure gtest framwork in visual studio to generate Codecoverage report. I mean any project setting required for the same. Please guide me soon.Thanks

    C / C++ / MFC tutorial csharp c++ visual-studio testing

  • how to configure googletest for "test code covearge" in visual studio 2010
    P pk jain

    Hi, I am using Googletest(gtest-1.6.0) for Unit testing activity. Here i'm using microsoft Visual studio 2010. There is inbuild Codecoverage facility in MSVisualStudio 2010. I didn't find a way yo configure gtest framwork in visual studio to generate Codecoverage report. I mean any project setting required for the same. Please guide me soon.Thanks

    Free Tools tutorial csharp visual-studio testing beta-testing

  • C++ code to create thread to handle method
    P pk jain

    Hi, i need to create multithreaded environment in my Unit-testing activity. For that i need to create multiple threads which can handle methods individully. And these mthods having different parameters & return types. So as per requirement i'm trying to create thread by using CreateThread().HEre the the thread can handle mehtod like in this format "DWORD WINAPI Function( LPVOID lpParam ) " Hence my questrion is that , how can we create thread using C++ to hadle method having 'different type of method parameter' & 'method return type' as well. Please help me soon. Thanks

    C / C++ / MFC c++ testing beta-testing help workspace

  • Saving console output to .txt/.html file using C++/VC++
    P pk jain

    Hi, I am using CPPUNIT code for Unit testing purpose. I have created a Win32-console application to show its output. Now i want to generated TEXT/HTML/ formated file which will contain the excat lines{output} as in console o\p window. Please suggest what should be VC++ code to achive this requirement. Thanks

    C / C++ / MFC c++ html testing beta-testing

  • BOOST C++ Library for MFC application
    P pk jain

    You are absolutely right. It seems this methodology defintely fulfill my requirement.Since last 2 weeks i'm struggling for the same. Similar type of methodology, some has adviced me also. Unfortunately i unable to contact him. Also i searched a lot from web,but faild to get any proper guidance. As i'm beginner to this area , iunable catch some of the web documents. I should not ask like this and also it is hard to find out time.But my kind reqest to you. If possible can you please create a small Dialog based/ SDI/ MDI application and use BOOST library/any good tool for its unit testing. I know,for you it'll take maximum 1- 1.5 Hrs to do.Really i'm feeling bad while asking you to work for me, but i am really in a big trouble. And i need to show some good progress by tomorow.So that i can give a confidence and i'll be able to implement for whole project .Hence kindly if you can able to prepare some protoype app(above), it'll be kind enough. So that i can able do some progres or it may enhance my confidence on further Unittesting work.Thats what my customer wants. Hence please try to help sooon. Additianlly i need to look at test coverage activity too. Thank you:)

    C / C++ / MFC c++ testing com beta-testing tools

  • BOOST C++ Library for MFC application
    P pk jain

    Thanks Superman for your suggestion. In my case, as it is a MFC application, there is lot of predefined classes which are being used in my application(MDI). Like - CString , CWinApp, CSerialization, ... etc. So how to handle those predefined class or class's methods. And some of the Dialog Boxes [Modal Dialog boxe] are there ,for them some input parameteres are there and some values are being returned from that dialog to the mail application. So for this we may have to create some Abstract class and some mocking lines need to handle the dependency. But i unable to implement the same. So i need some example implementation which may be easier to cath easily. Hence kindly help me .

    C / C++ / MFC c++ testing com beta-testing tools

  • BOOST C++ Library for MFC application
    P pk jain

    Hi, I am very new to automation code Unit testing.I feel we can do Unit Testing using Boost Library for MFC code.So i tried for a sample example for its usage. I got a link from a link like - ''Designing Robust Objects with Boost[^] .Here he implimented for a DLL. But my application is a EXE(MDI application)and having lot of dependenies. Hence i'm looking for more sample which shows Unittesing for EXEs and Mocking activity for the dependency.And all using BOOST C++ library. Now i'm using its latestes version. OR else any suitable TOOL suggested for the same purpose. Kindly help me soon.

    C / C++ / MFC c++ testing com beta-testing tools

  • how to write UnitTest for a class derived from MFC class like CWinApp?
    P pk jain

    Hi, I need do wirte Unit-testing(Automated testing)code for our project. Some of the modules are developed in VC++(Using MFC).Its a Multiple Document Interface[MDI] application. I tried to use CPPUnit framework ,but i'm getting difficulties. Also CPPUNIT don't have TestCoverage facility. Hence kidly guide me how can i write test cases for pure MFC code. I mean the Unit testing code can handel MFC library & also the tool can able do the TestCoverage analysis.Any best & friendly Unit tesitng framework is avaialblle? Kindly help me out. Thanks in advance :)

    C / C++ / MFC c++ tutorial question ai-testing testing

  • Any (free) Unit testing frame work for MFC code?
    P pk jain

    Thanks _Superman :) :) Hoping this CPPUNIT will support all typeof VC++ App[MFC ,Win32]including COM,DCOM . In future if i get any more docmunets related to MFC untitestng i'll update here. Again hoping the same from you too.

    C / C++ / MFC c++ testing beta-testing help question

  • Any (free) Unit testing frame work for MFC code?
    P pk jain

    Hi, I have a application developed in VC++(MFC).Its a MDI application.I am very new to Unit testing. So i need to use a Unit testing framework\tool for it's unit testing. Kindly any one please suggest any Unti testing tool and also if you have any demo of that suggested Tool's implementation for MFC code, Then it will be easier to catch easier . If that testing tool is a Free like GoogleTest(gtest) then it'll be more prefarable. I searched a lot, but i didn't get idea as per my requirement(exspecially for MFC code unittesting).So need help.Please suggest. Thanks

    C / C++ / MFC c++ testing beta-testing help question

  • Any (free) Unit testing frame work for MFC code?
    P pk jain

    Hi, I have a application developed in VC++(MFC).Its a MDI application.I am very new to Unit testing. So i need to use a Unit testing framework\tool for it's unit testing. Kindly any one please suggest any Unti testing tool and also if you have any demo of that suggested Tool's implementation for MFC ocde, Then it will be easier to catch easier . If that testing tool is a Free like GoogleTest(gtest) then it'll more prefarable. I searched a lot, but i didn't get idea as per my requirement(exspecially for MFC code unittesting).So need help. Thanks

    Free Tools c++ testing beta-testing help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups