From Fedora Project Wiki

No edit summary
(Undo revision 722386 by Sumantrom (talk))
Tag: Undo
 
Line 1: Line 1:
 
Testing '''random things''' is often more important than following always-the-same instructions. Look at the available features/options of the software under test. '''Try different things, explore.''' What does this button do? Press it. You have never tried this option? Try it now. Play with it. '''Try to break the software''' (with valid actions). Thank you.
# As a package maintainer, I’d like to be able to run my own CI jobs on distgit PRs.
 
    It is possible to run CI jobs (https://docs.gitlab.com/ee/ci/) on GitLab on certain events (like pushes or pull request creation). For specific purposes where a custom environment is required, even custom GitLab runners (https://docs.gitlab.com/runner/) can be associated with a certain project repository or project namespace.
 


[[Category:Test_Cases]]
[[Category:Test_Cases]]

Latest revision as of 07:52, 14 October 2024

Testing random things is often more important than following always-the-same instructions. Look at the available features/options of the software under test. Try different things, explore. What does this button do? Press it. You have never tried this option? Try it now. Play with it. Try to break the software (with valid actions). Thank you.