Anyone using the Test Toolkit?
zeon
Member Posts: 130
I am just wondering if anyone is using the Test Toolkit in NAV2016/NAV2017! It seems like a no-brainer to use the included test cases for both customer projects and add-on development...
Would like to hear about experiences with development of test cases in customer projects. Is it possible to do without adding too much overhead to the development time?
Would like to hear about experiences with development of test cases in customer projects. Is it possible to do without adding too much overhead to the development time?
0
Answers
-
Hi
We had to employee a developer that would write the code to test our customization.
It took a while (few weeks) but now the testing is very easy.
In other words you have to calculate that it will take some time to do it, so there is an overhead.
The test cases can be checked against examples in Excel, as long as you have a standard format for this. Our test team found this very useful.
I hope this helps.
0 -
Test driven development pretty much doubles the time spent on development, but significantly decreases the possibilities of unforeseen errors/failed requirements after deployment or after changing the code base in the future.
Writing your code first from start to finish and then write your tests is not correct. You'll be biased towards writing your tests to succeed against existing code. You should always start by defining your tests based on requirements. They will fail because your new feature hasn't yet been implemented. Only then should you start writing your actual code and make it pass the tests. That's proper TDD.
Is it worth it when creating standard products? Absolutely.
Is it worth it when writing customer specific customization? That obviously depends on the project and if you can convince your customer of the extra costs.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 322 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions

