VB6 to .NET Conversion
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2010
06:07 AM
05-14-2010
06:07 AM
VB6 to .NET Conversion
Just a general question, has anyone had experience using TestComplete on a VB6 application, then upgrading the app to .NET (using conversion in Visual Studio) and then using TestComplete after?
Does it work without modification?
Is there anything to be concerned about, such as control id's or anything like that?
Just trying to get a feel for experiences from other users.
Thanks!
Does it work without modification?
Is there anything to be concerned about, such as control id's or anything like that?
Just trying to get a feel for experiences from other users.
Thanks!
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2010
06:12 AM
05-21-2010
06:12 AM
Hi Steve,
After such a conversion, you'll have to considerably modify your tests. TestComplete uses different wrappers to work with objects in VB and .NET applications: VBObject for VB and WinFormsObject for .NET. Plus, you'll probably need to use different approaches to work with some controls in the .NET version of your application. If you use any native properties and methods to work with controls in the VB version of your AUT, be ready to start using different ones in the .NET version.
--
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
