-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automation in Testing #31
Comments
P.S: We are currently experimenting with this strategy. It may be tweaked as we go. When we have a definitive strategy, we will formalise the diagrams above. Our strategy was greatly influenced by this talk. Here is a brief summary: 15:29 - what to testLinting? -> ShellCheck 18:44 - tooling(before provisioning)
(after provisioning)
|
https://twitter.com/theBConnolly/status/915614905016795142 Also http://blog.getcorrello.com/2015/11/20/how-much-automated-testing-is-enough-automated-testing/#
It depends on risk: the probablity of something going wrong and the impact of it. We should use risk to determine where to place the emphasis when testing by prioritizing our test cases. here's also the risk of over-testing (doing ineffective testing) and leaving the real needed testing behind. |
Test case: Specific, explicit, documented, and largely confirmatory test ideas — like a recipe. Note: A test case is not a test, any more than a recipe is a meal, or an itinerary is a trip. Open your mind to the fact that heavily scripted test cases do not add the value you think they do. If you are reading acceptance criteria, and writing test cases based on that, you are short-circuiting the real testing process and are going to miss an incredible amount of product risks that may matter to your client. More on the value (or lack thereof) of test cases here: http://www.developsense.com/blog/2017/01/drop-the-crutches/ |
"Automation in Testing" vs "Test Automation" http://www.mwtestconsultancy.co.uk/automation-in-testing/ AUTOMATION THAT SUPPORTS TESTING, and not TESTING AUTOMATED |
FROM: http://www.investigatingsoftware.co.uk/2018/02/manumation-worst-best-practice.html |
A test script will check if what was expected and known to be true, still is. |
https://madeintandem.com/blog/five-factor-testing/ Good tests can…
|
Links
.
.
.
.
.
Personalities
The text was updated successfully, but these errors were encountered: