Is there any testing tool for NAVISION

Navision Articles

Get our Free Newletter

Don't you have the time to be online here at DUG every day? So how do you follow what is going on in the Dynamics industry and community?
If you subscribe to the DUG Newsletter then you can relax! We will make sure that you don't miss the big news!

Check out our
Newsletter Subscription Center
page a complete list of our different newsletters.

This post has 4 Replies | 0 Followers

Not Ranked
Male
Posts 5
60 Points
Joined: Nov 23, 2004
Last Online:
Mar 13, 2007 9:55
Location: NOIDA, UP India
Anil Gupta Posted: Sep 2, 2005 10:46
How helpful was this post/question? Please rate here:
Hi Guys
I need to define testing strategy for NAVISION projects, CAN ANYBODY SHARE ANY KNOWLEDGE.

I will really appreciate your help.

Regards,
sqaguru@gmail.com.(No_Junk_Please)
Top 10 Contributor
Male
Posts 6,076
55,923 Points
Joined: Apr 12, 2001
Last Online:
Mar 14, 2010 0:43
Location: Prague, Czech Republic
DynamicsNAVMVP
Moderator
SystemAdministrator
David Singleton replied on Sep 2, 2005 11:16
How helpful was this comment/solution? Please rate here:
OK, lets do this one step at a time...

Step 1/ Buy a computer.

Next week steps 2 though 14,782.

I suppose the correct answer to your question is "42".

Its one of those crazy things that everyone needs to get started, but it just does not exist. THe Navision Methodolgy is a great place to start. But just specific answers to an undefined question is pretty impossible.

I did start writing a book, but it never really got too far because of a lack of market unfortunately.

David Singleton - MVP Dynamics NAV Dynamics NAV Consultant since 1991 Available for Navision Go-Live assistance
Dynamics Book

Top 25 Contributor
Male
Posts 791
11,783 Points
Joined: Aug 9, 2005
Last Online:
Mar 13, 2010 19:51
Location: Apeldoorn
DynamicsNAVMVP
Marq replied on Sep 2, 2005 11:23
How helpful was this comment/solution? Please rate here:
Hi,

Applying a testing tool is hard in Navision, there are test tools but they require a lot of time setting parameters.

I have a codeunit for myself which generates random data for e.g. sales orders

Example:

FUNCTION:

RandomItem() : Code[20]
WITH Item DO BEGIN
FIND('-');
IF NEXT(RANDOM(COUNT) - 1) <> 0 THEN
IF (RANDOM(2) MOD 2) = 0 THEN
IF NEXT(-1) <> 0 THEN;
EXIT("No.");
END;


RandomQty(FromQty : Decimal;ToQty : Decimal) : Decimal
RANDOMIZE;

WHILE Qty < FromQty DO
Qty := ROUND(RANDOM(ToQty), 1);

EXIT(Qty);

This way you can create a lot of data in just minutes.

Mark Brummel

Navision specialist voor de Veluwe en Oost Nederland

Microsoft Most Valuable Professional | Microsoft Dynamics NAV

MY BLOG: http://www.brummelds.com

Top 25 Contributor
Male
Posts 898
5,352 Points
Joined: Aug 30, 2001
Last Online:
Jul 29, 2009 18:33
Location: Colombia
nilsm replied on Sep 2, 2005 15:05
How helpful was this comment/solution? Please rate here:
I think testing strategies for an ERP implementation must follow a kind of "Customer Approach" as every single customer has different requiremtents and details in this processes, and is rather a matter of methodology. We have been using a modified test case format from the Navision methodology, for realizing a test case for each requirement, and each variation of requirement that the customer might have. We fill out these forms, and run through the test with the key user of that process. There can be up to 80 test cases per module, but afterwards you can be almost 100% sure that your functionality works - and the customer has to sign every single test case.

Saludos
Nils
Top 200 Contributor
Male
Posts 117
1,155 Points
Joined: Mar 9, 2004
Last Online:
Oct 15, 2009 17:22
Location: Dortmund [Germany]
Timo Lässer replied on Sep 5, 2005 8:32
How helpful was this comment/solution? Please rate here:
There is an official tool which will be used in HQ for testing:
It is called "Testpartner" from "CompuWare" http://www.compuware.com/)

Timo Lässer

www.MSDynamics.de
- the german speaking Microsoft Dynamics Community

Page 1 of 1 (5 items) | Get this RSS feed | Bookmark and Share