Tagged Questions
8
votes
3answers
272 views
How to do external API testing (blackbox)
Assume you are using APIs from a vendor, how to make sure their API is working as expected?
My main concern is sometimes the vendor pushed the changes to their code and break the API, we want to have ...
6
votes
3answers
252 views
How do I go from “here's the zip” to a good release strategy?
I can write code, resolve dependencies, and get my program to run on my computer; I have no idea where to go from here though. How do I get the software ready for distribution?
The school ...
13
votes
6answers
2k views
Good workflow for software development with scrum and continuous integration
I'm studying an approach to understand better how the continuous integration workflow fits better in a software development company with the scrum method.
I'm thinking something like this:
Would ...
4
votes
1answer
2k views
best practices for testing backbone.js apps with jasmine?
I've recently started using jasmine to do javascript unit testing. loving it so far.
one of the projects i'm working on is a plugin for backbone.js. since backbone is an mvc style framework for ...