The new architecture/engine is fast
The new architecture that I mentioned in the previous post refers to our automated testing engine. Please note that:
- It is a testing engine, not a GUI only testing engine or an unit-testing only engine. It's both, so users have to deal with one test tool only, we hope.
- It works as an IDE plug/add-in or as a automation server.
- It does not force Capture & Replay, writing code or scripts on the user. It uses what we call Reduce Input/Output Testing.
- It is platform and OS independent. For example, the gui tests created under Linux can be executed in a Windows environment.
- It is language independent.
Now the numbers: the average execution time per test (unit or gui) of our Java product is less than 1 millisecond. Junit throws in the same environment a lower limit of 20 milliseconds per test.
This is a performance increase in excess if 2,000%, so imagine that your QA technology performed 2000% faster?
To put in a nutshell, our goal is to provide a technology that minimizes the users' effort (input), minimizes the post-test creation maintenance (input), and executes faster than any competitor (output) thus making the user more productive.
The .Net version, even though is still under the old architecture, offers similar performance numbers when compared against Nunit.
Well, that's all for now. Hopefully, I will be able to get back to Amber and .Net pretty soon...
BTW, our most recent white paper is this (password: AUSTIN).
(The images are old though. We will update them shortly)
Labels: DevRiot, eclipse, efeKctive, plug-in, QA, Software process improvement



0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home