Tagged Questions
3
votes
2answers
53 views
How would you call backward porting testing?
A real life example-
Linux Kernel A feature B was tested and released,
Linux Kernel A+1 feature B+1 was tested and released
Now feature B+1 is ported back into Linux Kernel A
How should I call the ...
4
votes
5answers
246 views
What would be a good term for continuous testing post-deployment?
I'm thinking of live production sites here, where there is a continuous community or much content being updated, sort of like a newspaper site or community site (the one I work at is a healthcare ...
4
votes
7answers
2k views
What is the difference between regression testing and re-testing?
I was asked this question in an interview recently. Just wanted to see what your opinions were on this...
10
votes
4answers
915 views
What is the difference between “automated testing” and “automated regression testing”?
"Automated Testing" as a term seems to have a number of different uses. For some, it means built in unit tests that, when a new build is run, execute to make sure code refactors have not broken ...