Veröffentlicht


Open and extensible
MATLAB is an open and extensible platform unique in its ability to dovetail with best-in-class technologies. Open, refers to...

mehr als 10 Jahre vor

Thumbnail

Beantwortet
No unittest package found in Matlab 2015b
You should have the relevant code, although it's possible t moved locations. Type >> what runtests to see where th...

mehr als 10 Jahre vor | 0

| akzeptiert

Veröffentlicht


You’ve Got Mail!
Today I wanted to share some fun I've been having with customizing the emails sent from my Jenkins builds. This was inspired...

mehr als 10 Jahre vor

Thumbnail

Veröffentlicht


Format Sibling Rivalry
Goodness time flies! It has been a while since we've had a blog update, While I really would like to keep the conversation...

mehr als 10 Jahre vor

Thumbnail

Veröffentlicht


Tag like an Egyptian
Ajay Puvvala is my friend and colleague at the MathWorks. He also led the development of the TestTags feature we spoke...

mehr als 10 Jahre vor

Thumbnail

Veröffentlicht


Tag, you’re it!
I have found that with any reasonably sized software project, sooner or later organization becomes important. As...

mehr als 10 Jahre vor

Thumbnail

Beantwortet
Can anyone explain the absence of functions when testing
When you create a test suite "fromFile" or "fromFolder", the test runner changes to that folder and adds it to the path when run...

mehr als 10 Jahre vor | 1

| akzeptiert

Veröffentlicht


MATLAB in Business Critical Applications
Andy: Today I'd like to introduce a fellow MathWorker with whom I will be tag teaming for content on this blog. His name is...

mehr als 10 Jahre vor

Thumbnail

Beantwortet
Show complete error table using verifyEqual (from Unit Testing)
There is currently no way to show all the indices in the failure table when the array has more than 50 failing indices. I am ...

mehr als 10 Jahre vor | 0

| akzeptiert

Beantwortet
Running a Unit Test for multiple functions
Hi Connor, Definitely look into Cody Coursework, but for now it only supports script-based testing, which does not have as ma...

mehr als 10 Jahre vor | 1

Beantwortet
Running a Unit Test for a script
Hi Conner, You can can just call the script from within a test function or method. Then the variables that were created in th...

mehr als 10 Jahre vor | 2

Veröffentlicht


Tear Down This Wall!
I once faced a question from a friend who was perusing MATLAB documentation while implementing a test suite for some...

mehr als 10 Jahre vor

Thumbnail

Veröffentlicht


Mix It Up and Mix It In
What can we learn about software from an ice cream shop? Quite a bit apparently. It was in the early 70's that Steve's Ice...

mehr als 10 Jahre vor

Thumbnail

Beantwortet
Problems using type double in fatalAssertEqual function (unit testing)
Hello, Learning about unit testing is definitely a good thing, and I'd be happy to help as you encounter questions. The us...

fast 11 Jahre vor | 0

Beantwortet
Script-Based Unit Testing Problem (from MathWorks example)
Hello, The Script based testing interface was added in R2014b, and in that release the shared variable section was not suppor...

fast 11 Jahre vor | 0

| akzeptiert

Veröffentlicht


The Diamond of Breadth
Sometimes, Java® bugs me.Don't get me wrong, in many ways it is a beautiful language full of elegant structure and all the...

fast 11 Jahre vor

Thumbnail

Beantwortet
Problem Displaying Unit Test Results
Hi Christopher, The table conversion method from TestResult was added in release R2014b, so it just seems you don't have the ...

fast 11 Jahre vor | 0

| akzeptiert

Veröffentlicht


Compose Yourself
Last time we had a small discussion about the merits of keeping inheritance hierarchies shallow and avoiding the creation of...

fast 11 Jahre vor

Thumbnail

Beantwortet
How do I teardown fixture while using a TestCase obj in interactive mode?
Hello Kouichi, Yes applyFixture ties the fixture teardown step to the lifecycle of the testCase upon which it is applied, so ...

fast 11 Jahre vor | 0

Veröffentlicht


Don’t Get In Too Deep
The conventional wisdom these days seems to be that it is better to go deep, not wide. Whether this is in education,...

fast 11 Jahre vor

Thumbnail

Veröffentlicht


Encouragingly Parallel (Epilogue)
OK, so remember how we just went through the exercise (not just once, but twice) of how you can write a function to help...

etwa 11 Jahre vor

Thumbnail

Veröffentlicht


Encouragingly Parallel (Part 2)
Last time we showed that using a simple parfor loop we could reduce the runtime of a representative test suite from 6 to 7...

etwa 11 Jahre vor

Thumbnail

Beantwortet
error stack trace visible with verifyError
Hi Hans, I think that there is still some key ingredient missing. I wrote the following stub for LoadFaultTable: funct...

etwa 11 Jahre vor | 0

| akzeptiert

Veröffentlicht


Encouragingly Parallel
ContentsThe Test SuiteInto the PoolWhen I am neck deep in hardcore TDD Red-Green-Refactor cycles I am constantly looking...

etwa 11 Jahre vor

Thumbnail

Veröffentlicht


At Strata + Hadoop World? Come say hi!
Are you in San Jose this week processing all the big data at Strata + Hadoop World conference? Come by and say hi to my...

etwa 11 Jahre vor

Thumbnail

Veröffentlicht


Global In Global Out
Over the past couple years at MathWorks we have been transitioning from a legacy procedural testing framework to what is now...

etwa 11 Jahre vor

Thumbnail

Veröffentlicht


Just TAP it in…give it a little TAP-py TAP TAP TAP-aroo
Last post we explored connecting MATLAB to Jenkins, running tests, and ensuring the build fails upon any test failure. We...

etwa 11 Jahre vor

Thumbnail

Veröffentlicht


The Other Kind of Continuous Integration
Hi there. I am super excited to introduce our new Developer Zone blog! I work in a group at MathWorks that is responsible...

etwa 11 Jahre vor

Thumbnail

Beantwortet
How can I assign the Test Diagnostic provided by the Unit Testing framework in the Command Window to a variable
Hi Malek, You can get programmatic access to this information by creating and installing a |TestRunnerPlugin| for the test ru...

etwa 11 Jahre vor | 0

| akzeptiert

Beantwortet
In Matlab unittesting how to modify a property after test suite is created
If you do not yet have R2014b, there are a few things you can do to at least get something close to this behavior. One thing...

mehr als 11 Jahre vor | 0

Mehr laden