Andy Campbell
Followers: 0 Following: 0
Estadística
0 Preguntas
67 Respuestas
1 Problema
11 Soluciones
90 Publicaciones
ThingSpeakCLASIFICACIÓN
347
of 295.448
REPUTACIÓN
236
CONTRIBUCIONES
0 Preguntas
67 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
52
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
35.273
of 153.872
CONTRIBUCIONES
1 Problema
11 Soluciones
PUNTUACIÓN
110
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
90 Publicaciones
CONTRIBUCIONES
2 Público Canales
EVALUACIÓN MEDIA
23
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Publicado
Everything you wanted to know about Big Data processing (but were too afraid to ask)
Let me start with a simple observation - You Probably Don’t Have Big Data. Modern data processing tools including our very...
2 meses hace
Publicado
Streamlining the Medical Imaging Software Development Lifecycle
Hello everyone, today I am excited to introduce a guest on the blog. Akhilesh Mishra provides industry specific support for...
6 meses hace
Publicado
Dependency-based Test Selection
This is the final part in my series on MATLAB Test where we’ll look at how to select tests based on files they depend on....
alrededor de 1 año hace
Publicado
Equivalence Testing
This is part 4 in my series on MATLAB Test in which we’ll look at the new equivalence testing functionality it provides for...
alrededor de 1 año hace
Publicado
Measuring and Monitoring Code Quality
This is the third instalment in my series on MATLAB Test. My previous posts introduced MATLAB Test and the Test Manager and...
alrededor de 1 año hace
Publicado
We’ve got you covered!
In the previous blog post of this series, I gave an overview of MATLAB Test and went into the details of the Test Manager....
alrededor de 1 año hace
Publicado
Introducing MATLAB Test!
MATLAB R2023a was released back in March, and with it was a new product MATLAB Test. In a series of blog posts starting...
más de 1 año hace
Resuelto
Check for armstrong number
Given a number, check if it is an armstrong number. Eg: n = 371 Output: 1 Eg: n = 75 Output: 0
más de 1 año hace
Publicado
We’ve All Got Issues
Who among us doesn't have issues, amirite? Let's just take a moment and acknowledge this fact and I think we can always...
más de 1 año hace
Publicado
Han Solo Revisited
A long time ago in a blog post far, far away… Andy wrote about Han Solo Encapsulation – to keep Jabba’s “system working as...
casi 2 años hace
Publicado
Building Blocks
My people! Oh how I have missed you. It has been such a long time since we have talked about some developer workflow...
alrededor de 2 años hace
Publicado
Failure is the first step to trying
The official guidance on test-driven development is to follow the red-green-refactor cycle:...
más de 2 años hace
Publicado
You’ve Got Mail
Let’s send some emails!Imagine you write a function that sends an email to a customer. Your initial function call might look...
más de 2 años hace
MATLAB App Testing - Confirmation dialog boxes
Until this functionality is included in the App Testing Framework, if you can adjust the architecture of the source code you can...
alrededor de 3 años hace | 0
| aceptada
Publicado
Do you feel lucky, punk?
I'm part of the MathWorks consulting team based in the UK specialising in software architecture and testing (Andy's posted...
alrededor de 3 años hace
Publicado
Coming around full Circle
CI services in the cloud. They are beautiful. All you need to do is drop a little bit o' yaml in your repository and a whole...
más de 3 años hace
Publicado
The Gift of Service(s)
Welp, it's the holidays! Whether you celebrate Christmas, Hanukah, Kwanzaa, Festivus, or, you know, Tuesday, I certainly...
casi 4 años hace
Publicado
All your (data)base are belong to us
Today I'd like to introduce first time blog contributor Tim Johns. Tim is a consultant in our UK office who has a wealth of...
alrededor de 4 años hace
How to pass additional data to testresults of unittest inside testmethod of matlab.unittest.TestCase in 2019b
Hi Florian, The ability to write a plugin that can append to the test result details was added in R2020a and is documented here...
alrededor de 4 años hace | 1
| aceptada
Publicado
Pluggin it in with Jenkins
Now that we have MATLAB projects self-describing how they can be tested, let me get after what I hinted at last post . In...
alrededor de 4 años hace
Publicado
Testing out projects a bit more
So now you know a bit about projects . You can see how they enable you to create a standard environmental setup so that you...
más de 4 años hace
Publicado
Project Yourself!
Hello everyone. It has been quite a long time since we've posted anything in this forum. It's not for lack of topics though!...
más de 4 años hace
How to call a function if unit test fails?
Hi there, If you really want to stay in a script based test, the best way to do this would to be to use a try-catch %% Unit te...
casi 5 años hace | 2
| aceptada
Can you specify which value TestParameter properties take in a class-based unit performance test?
Hello Jai, Yes you can create the suite using the name of the indidivual test directly, or use other name/value pairs to sele...
casi 5 años hace | 0
Is there a good pattern to combine unit testing and performance testing?
Hi Andrew, Sorry for such a delay! If you have 18a or later you can leverage labeled measurement boundaries to get both measu...
casi 5 años hace | 0
Publicado
Storing Parameters in AWS using MATLAB
In a previous blog post, Notifications from MATLAB, I showed how Amazon's Notification system (AWS SNS) can be used from...
casi 5 años hace
Is there an easy way to build a test suite from all tests in a folder containing multiple packages?
Hi Brian, I definitely endorse Sean's suggestion to use projects. That said, this is good feedback since it seems you expecte...
casi 5 años hace | 1
| aceptada
verifyError in a script based unit test
Hello, Since there is no testCase provided for script based tests, they don't support the Qualification API, and that definitel...
alrededor de 5 años hace | 2
| aceptada
Using Load in a test methods makes the test pass
Hi Erik, The problem here is indeed the fact that the testCase is getting overwritten. Hence why if you assign the output of th...
alrededor de 5 años hace | 1