Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
rui7257617yWhat do you put in a bug report? Just wondering I got so many question regarding that..
-
@rui725 replace how you think it works part with what it should do from the spec. Compare that with what it actually does. Write a bug report on the difference
-
@rui725 look up Behavior Driven Development. It's unit testing but uses the language of the Specification for the tests. Even a business person should be able to read the test suite and know the system meets the spec
-
rui7257617y@windlessuser isn’t that more of a dev thing rather than qa just like devs do tdd when developing software?
-
@rui725 yeah, this is mainly a dev thing. QA should be more focused on finding edge cases. Spots where the spec itself fails
Related Rants
There is how you think a system works, and there is how it actually works. Unit tests help keep those two ideas in sync with each other
rant
unit testing
do it more