Whitebox Testing
-
Can anyone provide me information about whitebox testing tools for Visual C++?
-
Can anyone provide me information about whitebox testing tools for Visual C++?
http://lmgtfy.com/?q=whitebox+testing+tools+for+visual+studio[^]
«_Superman_» I love work. It gives me something to do between weekends.
Microsoft MVP (Visual C++) -
Can anyone provide me information about whitebox testing tools for Visual C++?
Wow, do you really want to write white box tests for Visual Studio? :rolleyes:
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Can anyone provide me information about whitebox testing tools for Visual C++?
Super Hornet wrote:
Can anyone provide me information about whitebox testing tools for Visual C++?
better would be function testing using you demo project!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You
-
Wow, do you really want to write white box tests for Visual Studio? :rolleyes:
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]whitebox testing is my clients requirement. I am deseprately looking for tutorials and tools. I am very confused to write test stubs/drivers for vc++ code. It would be very helpful if you can provide me some info about whitebox testing in vc++.
-
Super Hornet wrote:
Can anyone provide me information about whitebox testing tools for Visual C++?
better would be function testing using you demo project!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You
Does function testing require communication between demo project and main project?
-
http://lmgtfy.com/?q=whitebox+testing+tools+for+visual+studio[^]
«_Superman_» I love work. It gives me something to do between weekends.
Microsoft MVP (Visual C++)I couldn't find the right information about white box testing for vc++ application so thought of taking help from CP.