Post number #50064, ID: a76898
|
does anyone have a resource/explanation on how to make a script or similar thing that check if your project is failing or "passed"
Post number #50148, ID: bd686d
|
usually you'll have a bunch of files with a separate test, each one consisting of some sort of mechanism that returns a boolean value (an assertion); then you take another file that runs all these tests and checks one by one if it has passed, perhaps also showing some execution time indication...
Post number #50215, ID: 0e361f
|
I see.. I suppose that's how it works but it's reassuring to know anyway. What or when to decide what's to be tested tho? Assuming the project isn't completely documented. Also is it possible to test UI/GUI this way?
Post number #50216, ID: 0e361f
|
Never mind what to test, it's project specific anyway. I still wonder about ui tho
Total number of posts: 4,
last modified on:
Fri Jan 1 00:00:00 1510821154
| does anyone have a resource/explanation on how to make a script or similar thing that check if your project is failing or "passed"