log in | register | forums
Show:
Go:
Forums
Username:

Password:

User accounts
Register new account
Forgot password
Forum stats
List of members
Search the forums

Advanced search
Recent discussions
- WROCC Newsletter Volume 41:11 reviewed (News:)
- WROCC March 2024 meeting o... Hughes and Peter Richmond (News:1)
- Rougol March 2024 meeting on monday with Bernard Boase (News:)
- Drag'n'Drop 13i2 edition reviewed (News:)
- South-West Show 2024 talks (News:4)
- February 2024 News Summary (News:1)
- Next developer fireside chat (News:)
- DDE31d released (News:)
- South-West Show 2024 Report (News:)
- South-West Show 2024 in pictures (News:)
Related articles
- WROCC March 2024 meeting on wednesday - Chris Hughes and Peter Richmond
- Rougol Talk February 2024 - Chris Hall
- Rougol February 2024 meeting on monday with Chris Hall
- WROCC February 2024 meeting on wednesday - AGM
- Rougol Talk January 2024 - Amcog Games
- Rougol January 2024 meeting on monday with Amcog Games
- WROCC January 2024 meeting - Sine Nomine
- WROCC January 2024 talk on wednesday features Sine Nomine
- WROCC December 2023 meeting - Andy Marks
- December WROCC talk on wednesday features RISCOSbits
Latest postings RSS Feeds
RSS 2.0 | 1.0 | 0.9
Atom 0.3
Misc RDF | CDF
 
View on Mastodon
@www.iconbar.com@rss-parrot.net
Site Search
 
Article archives
Acorn Arcade forums: News and features: Rougol May Talk on software testing
 

Rougol May Talk on software testing

Posted by Mark Stephens on 21:15, 17/5/2021 |
 
The May online Rougol talk saw the welcome return of Gerph, expanding on his previous talk with a more detailed look at testing.

Gerph's day job is to provide a tool for testing and debugging. Here are my notes (all mistakes are mine) on a fascinating talk.
 
Not having tests is unsettling.
 
The RISC OS build service was an idea to improve testing on RISC OS. So far has seen little usage from other developers.
 
Testing tends to be ad hoc on RISC OS. Not much automated testing.
 
Testing on RISC OS is hard. Lack of tools has been one issue.
 
Automated tests give you confidence that your software keeps working.
 
Industry standard figures for bugs are 10 defects per 1,000 lines of code would be very good.
 
Manual tests gives you confidence but does not really check your code.
 
Not all bugs matter - some have more impact than others.
 
Key measure of whether you have enough testing is whether your users are having issues.
 
It is common to miss things in testing.
 
Testing is anything which makes sure your product does what it is supposed to. It can include peer reviews and other things as well as running the code.
 
Gerph covered different levels of tests - Unit, Integration, System, System integration, customer tests.
 
There were some nice examples for test code shown. These included a nice demonstration of ErrorCancel being tested in pyro and some module tests.
 
A nice feature of tests written in Perl (and now Python) was that the same code can run on Linux, MacOS and RISC OS.
 
Gerph still feels RISC OS too easy to be borough down by rogue code - one of the reasons for writing Pyro.
 
The demonstration of testable kernel components was very impressive!
 
If you are interested in testing, there was a lot of really interesting material above and beyond RISC OS on testing in general which you would find very useful. I will be rewatching the video when it comes out t wget some ideas for my day job work.
 
Log in to comment on this article

Acorn Arcade forums: News and features: Rougol May Talk on software testing