Hi guys, im just new in this forum and also new in Navision. I've been assigned in a project where it is required to automate the regression testing of the forms. Is there someone who knows an effective testing tool which can recognize Navision controls independently from the form. I'm currently trying the TestComplete tool but it seems that controls are painted in the form instead of being pasted (hope you get what I mean). Thanks
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
But I think that there is not way for automatic testing. Navision development is so antiquated....
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
~Greatly Appreciated!
This worked fine until I got to a subform within the main form. Any ideas why sendKeys doesnt work with subforms?
RIS Plus, LLC
No luck. I can tab into the subform just fine, but once I get there it stops working. It possible that a flow field is giving me problems. Anyway, this seemed like a good idea at the time, but now I am not so sure. I wanted to leverage the forms and the code that is in them. Is there a way to programmatically load a form, set values on the form (and any subforms), and then call a funciton on that form, ie, a posting routine? Once again, any direction is greatly appreciated.
Luc,
I am currently using this tool as starting point and as my base. My problem is, while this tool is great for perfomance testing Navision "out-of-the-box", our implementation has a lot customization. We also are only using the accounting portion of this package and not utilizing any of the sales or inventory modules. The benchmark tool does not stress this customized code, and due to time constraints, I have to find the quickest way to test this customized code. In general, the tool calls code units to perform and simulate user actions. I need to write my own custom code units to exercise all of the customizations we have. So, what is the easiest (fewest lines of code) way to accomplish this task? Thanks again for any assistance.
In that case I'd suggest the free and excellent (www.) AutoHotKey (.com) tool. It is a scripting environment which can send keystrokes, but it can also send mouseclicks, it has some additional tool which shows you the ID of a form control and you can send a direct click to it and many, many more things. It's just lovely. You can even compile the script to standalone .EXE files.