Lately many user sending me question about .NET objects, and how they could be used in QuickTest
So, I decided to make a research, on one of the most efficient .NET collections: the System.Collections.ArrayList
Posted in .Net
Lately many user sending me question about .NET objects, and how they could be used in QuickTest
So, I decided to make a research, on one of the most efficient .NET collections: the System.Collections.ArrayList
Posted in .Net
You must be logged in to post a comment.
June 25th, 2008 at 9:36 am
It’s very useful and interesting article.
Thanks a lot for such detailed investigation!
But why this article is put into Environment Technics>.Net? We can use described approach in any test independently of .Net add-in.
June 26th, 2008 at 5:28 pm
very good useful article…
One question though, After i create a arrayList using the DotNetFactory and try to see what all methods and properties are available using the debug Viewer, I am able to see only ToString, Equals(), GetType() and GetHashCode() methods. Am I missing anything?
June 26th, 2008 at 8:57 pm
strange…
which debuger version you using?
pdm.dll?
i am using version 9
in our site you can find instructions how to download pdm.dll