Testing - Are There BDD / TDD Tools For Developing
Oct 28, 2009
I am responsible for rewriting an internal tool for my company. I am currently reworking the most time consuming step to run faster which should give me time to re-think the design of the application for a full rewrite as the interstitial version will meet the current needs. I really want to take this opportunity to implement this code using BDD/TDD but I am new to this method of programming in general and especially within the context of .NET. Are there BDD/TDD tools available for .NET? What resources should I look at?
View 2 Replies
ADVERTISEMENT
May 21, 2010
Where I work we need to rewrite a bunch of tools for a software package called ArcGIS. These tools were written in VB6, by someone who is a very beginner programmer.We need to transition these to .NET in order to work with a new release of the ArcGIS software due to come out soon. I am having trouble convincing the 'powers that be' that we need to take a new approach to the development of these tools. they are all in a single VB Project, but what I want to do is to break these tools up into seperate projects in either VB or C#, compile dll's, and then use them as needed.....more of a 'modular' approach in my eyes. That way many people can develop many tools at the same time.
Can anyone point me to some weblinks or articles on how to properly develop in a team environment so I can try to convince the powers that be that we need to change the way we are doing things.
View 4 Replies
Dec 29, 2010
I have been assigned a task of exploring unit testing using tools available in the market.My question is how do i write an API that would help in writing unit test cases.Example i can use nunit to write something like this to check whether file exists in the given location.
<Test()> _
Public Sub CheckOutputFileInfo()
ReportPath = "D:temp est.txt"
[code].....
View 3 Replies
Dec 7, 2009
alguien habla español
View 3 Replies
Apr 29, 2009
few good testing tools for VB.Net 2005 Windows application. Please let me know the URL as well.
How about winrunner but i dont know the website (URL)
View 1 Replies
Jun 9, 2009
is there a section on how to add controls, Ie like in fire fox Tools/Options
View 1 Replies
May 15, 2009
I'm looking into adding some unit tests for some classes in my data access layer and I'm looking at an update routine that has no return value.It simply updates a row based on the id you provide at whichever column name you provide.Inside of this method, we collect the parameters and pass them to a helper routine which calls the stored procedure to update the table.Is there a recommended approach for how to do unit testing in such a scenario?
View 4 Replies
Aug 25, 2009
I use VS team system 2008. At the moment i need to test some business classes, i have found two kinds testing NUnit and the unit testing provided by the VS team system. what are there differences?
View 1 Replies
May 13, 2010
I'm building an Active Directory wrapper in VBNET 2.0 (can't use later .NET) in which I have the following:
IUtilisateur
IGroupe
IUniteOrganisation
These interfaces are implemented in internal classes (Friend in VBNET), so that I want to implement a façade in order to instiate each of the interfaces with their internal classes. This will allow the architecture a better flexibility, etc.Now, I want to test these classes (Utilisateur, Groupe, UniteOrganisation) in a different project within the same solution. However, these classes are internal. I would like to be able to instantiate them without going through my façade, but only for these tests, nothing more.
[Code]...
View 1 Replies
Mar 13, 2010
How to used drawing tool box in vb.net. i want to design graph page to used Ellipse,Rectangle, lines etc. as par Requirement not particular size and draw mouse
View 1 Replies
Apr 30, 2011
I want to create a report. I have already stored all the query results in their appropriate textboxes. Now that I have all the data I require, do I need to use report viewer?
I haven't connected my database using ADO.net or anything else. Just using code to connect and retrieve data.
Is it appropriate to create a Form and put this data there and arrange it there for printing purposes?
View 1 Replies
Dec 12, 2011
After set up visual basic2008, it works well but datagrid control i can see on the tools so, how to can see datagrid on the tools.
View 1 Replies
Apr 16, 2011
I downloaded the VB 2010 Express software, the total files that we included in the download was 15, but it only loaded up 12 of these files. The following downloads did not get loaded as follows:MS Visual Studio 2010 ADO.NET Entity Framework Tools
MS HelpViewe 1.0 x64
I tried reinstalling the downloads that did not using the VB Express 2010 setup, but they do no appear on the list of downloads, only the SP1 for MS SQL Server 2008 Express Server (x64).Do I require the downloads that did not load.
View 2 Replies
Dec 24, 2011
I just want to calculate age from two datetimepicker tools. The label should display - "XX years XX months xx days old". I have succeeded in calculating with respect to time, but failing w.r.t date.
View 3 Replies
Sep 8, 2009
I cannot find a tools in the toolsbox in vb.net where I need two panels with a blue button on the splitterbar to allow me to close/hide the panel on the left side. Very similar thing as I want to have them included in my program. http:[url]....That's the Toolstripcontainer but the blue button thing will not be visible when I debug the program. I have already set them to true but it still not showing so I gave up. Which tools in the toolsbox that has two panels that one panel go on the left, a button (like in the screenshot) in the middle between the left and the right panels which allow me to close/hide the panel on the left side?
View 7 Replies
Nov 30, 2011
If I write many subs and functions in my code, the tools on the interface will stop responding to some of the subs and functions. What can I do about that?
View 1 Replies
Nov 9, 2011
I have been trying to download the Visual Basic and it took me 3 days now to download because my network is not always good, so when the net is off, I have to start it over and over again. My question is: How can I download the Visual Basic just once and for all so that I start learning how to build my first Windows Applications?
View 3 Replies
Jul 31, 2007
Here is something I decided to come up with after backing up my virtual machiens with powershell code.
The software includes:
-dll to handle DB access and shared objects,
-GUI to manage the backup schedule,
-Windows Service to actually turn off the virtual machine, back it up, and power it back on, according to schedule.
It is not finished yet, but the main thing is is that the windows service actually backs up what you specify.
View 4 Replies
Jun 9, 2010
reflect a set of data in xml using the above mentioned tools.i was thinking that the xml should be converted to a dataset first. however, i couldn't see any useful sites.
View 7 Replies
Sep 23, 2011
I want to make a nes rom editor and i dont know where to start.
View 5 Replies
Feb 22, 2009
Im searching everywhere small & bigger Icons that are free for my Tools. But I cant find any.
View 2 Replies
Nov 3, 2011
We are in the process of writing a WCF service using the same pattern as in WSSF. It has its service implementation which makes use of Business logic project to get the resources or save the resources using Data Access Repository. This is where the problem comes since we have to write a translator for translating Data Contract to Business Entity and Vice Versa. This translation is becoming tedious.I am looking for a way (maybe using Reflection) to write one function to Translate Datacontract to Business Entity and vice versa.
View 1 Replies
Sep 29, 2008
Ive recently started using VB and i have an image larger than the imagebox size. Is there a way i can add scroll bars and zoom tools? or just the scroll bars would be enough.
View 2 Replies
Jun 27, 2012
I wish to get a quick feeling for how much copy and paste coding we have, there are many tools for C# / Java to check for this type of thing. Are there any such tools that work well with VB.NET? (I have seen what looks like lots of repeated code,
[Code]...
View 8 Replies
Feb 19, 2009
I am used to using the binding database tools in vb.net for sql server, are there these same tools for using a mysql database?
View 2 Replies
Jun 6, 2012
Can't find a drive list box in the tools (2010).
View 4 Replies
Dec 15, 2011
i used to create sub procedures in vb6 under tools/ add procedure. Same is not available in vb2008. how can i create sub procedure in form.
[Code]...
View 6 Replies
Jun 10, 2011
Anyone know of any free reporting tools - I am using vb.net express, which doesn't have any report features with it.
View 2 Replies
Feb 23, 2012
I am writing the code using vb.net for file transfer from remote machine to local machine with out using any third party tools
This my code
Dim reqFTP As FtpWebRequest
Dim filepath As String
Dim filename As String
[Code].....
View 1 Replies
Mar 15, 2011
it may be a silly question but can anyone pls clear why windows app do not have any such tools like jquery ,javascript for increasing performance .As some time we access data from remote server and use only app interface in our machine
View 3 Replies