Thoughts on new mobile technologies and development areas.
P.S.
Use Nokia barcode reader to read the code ;-)
jack44 | 29 June, 2007 14:24
Last time I wrote about EDFU, but this time I'll focus on some testing techniques. Probably many of us use them, but it may be interesting to recap.
We can use:
One can also add Message Sequence Charts to understand client-server architecture better, code review (probably one of the most efficient defect finding techniques, but it's very slow and should be used only on the most risky components), extreme programming (includes testing).
Some other facts related to development and quality assurance process you can find in a new set of S60 guidelines: http://www.forum.nokia.com/document/S60_Platform_Development_and_QA_Process_Guideline/
I'd like to know your opinions and experiences in using testing frameworks to speed up testing like JUnit for java (or checking your code with SymScan for C++)... Do you consider the Symbian Signed and Java Verified requirements when designing test cases?
S60, Testing |
Permalink |
Comments (4) |
Trackbacks (0)
jack44 | 20 June, 2007 21:24
I've just finished reading "S60 Smartphone Quality Assurance" book, written by Saila Laitinen. This led me to some thoughts about quality of final products. One part of the process of creating the product is testing.
Probably many of you are familiar with words like 'constructive / destructive testing' or 'white-box / black-box testing'. But it may be challenging task to decide which part of the code to inspect the most. One way is to use Estimated Degree of Functional Usage (EDFU). As Saila wrote in her book "EDFU is a numeric value that provides a simple estimate of how often the end-user uses a certain piece of functionality. To determine this one needs to understand consumers' behaviour very well. If the value is one, it is estimated that the end user uses this particular piece of functionality every time he or she uses the product. If the value is close to zero (e.g. 0,01), it is very unlikely that na average user ever uses such functionality." A good question to ask is how to define an average user. Normally, we target our applications to certain customer groups. When we find people that match our profile we can ask them to use our prototype application and watch how this potential customer group uses it. "The higher the EDFU, the more important it is for that part or function to work properly. However, even such features that have a value 1 for EDFU are not automatically equally important from testing viewport. Those features whose implementation results in architecturally complex solutions should receive the most testing attention." Of course, this idea can be used in the process of developing not only mobile applications.
What do you think about EDFU? Would it be useful in your cases?
S60, Testing |
Permalink |
Comments (4) |
Trackbacks (0)
jack44 | 13 June, 2007 22:52
Lately, Symbian has published a list of top 20 Japanese smartphone features (http://www.symbian.com/j20/).
Here is the list:
As you can see the list is very impressive. I'm beginning to wonder why we don't have some of such advanced services in Europe (OK, I don't mean specific one like MANGA). Some of them are starting to appear, but this process is very slow! Where is the problem? Maybe Europeans aren't 'early adopters' or they are afraid that they will become dependent on smartphone too much or maybe there're some problems with standardization. IMHO, technology isn't the main problem, but rather 'the way of everyday life' and how we currrently use our devices. Personally, I'd have some concerns about using my smartphone as door's keys (although it sounds promising), but I'm more open to use it as mobile wallet (the latter is even natural for me). My conclusion is simple - there's no other way that taking small steps to achieve these targets ;-)
Business Opportunities/Services, General |
Permalink |
Add comment |
Trackbacks (0)