Hi can any one tell me How we can test a VB application?
Hi can any one tell me How we can test a VB application?
VB application??
U can use manual or automation testing techniques.
For automation testing, select VB option in Add-in manager of Mercury testing tools.
Lack of WILL POWER has caused more failure than
lack of INTELLIGENCE or ABILITY.
-sutnarcha-
A Vb application can be tested by all kinds of tests :unit, functional (or user interface), regression, data-driven, etc. Visual Basic applications can be tested in the same manner as we would test any other Windows application: by simulating mouse clicks, keystrokes, and so on.Visual basics uses a comprehensive automated testing tool for its applications that boasts several industry firsts, especially a uniquely flexible, user-oriented approach known as TestComplete. TestComplete provides scripting access to internal objects, methods and properties of Visual Basic applications,supports a full range of essential testing types and includes all of the features needed to perform thorough automated testing with minimal effort..
testing is a concept which is not dependent on the underlying technology and that is the beauty of testing. If you are planning to do manual testing then do unit and system testing on that. Check all the functions.
If want to go for automation then QTP is one of the best tool.