danger/u/
This thread is permanently archived
how to make tests

| does anyone have a resource/explanation on how to make a script or similar thing that check if your project is failing or "passed"


| 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...


| 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?


| 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

This thread is permanently archived