You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by an...@apache.org on 2019/07/13 20:35:03 UTC

[royale-docs] branch cottage14-patch-2 created (now f9a676a)

This is an automated email from the ASF dual-hosted git repository.

andreww pushed a change to branch cottage14-patch-2
in repository https://gitbox.apache.org/repos/asf/royale-docs.git.


      at f9a676a  Update testing.md

This branch includes the following new commits:

     new f9a676a  Update testing.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[royale-docs] 01/01: Update testing.md

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

andreww pushed a commit to branch cottage14-patch-2
in repository https://gitbox.apache.org/repos/asf/royale-docs.git

commit f9a676a6232a3f5e1d91c1086905f395220aa0c4
Author: Andrew Wetmore <an...@cottage14.com>
AuthorDate: Sat Jul 13 17:34:56 2019 -0300

    Update testing.md
    
    starting testing narrative.
---
 testing.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/testing.md b/testing.md
index ba74598..4703d55 100644
--- a/testing.md
+++ b/testing.md
@@ -22,6 +22,13 @@ title: Testing
 
 Methods for testing Apache Royale projects
 
+Every developer is building something from nothing, or adapting something that may already work into a new use, on a new platform, for a new audience. At every stage of the development process, there are more unknowns than knowns.
+
+ - You may think you have written the code clearly and correctly, but when you compile it, it runs mysteriously slowly, or fails to run at all.
+ - You proudly present the current state of the application to your stakeholders, and they shake their heads and say, "But that's not at all what we asked you to build."
+ - Something that was working last week, or in the most recent build, is not working at all today.
+ - Users are doing things with the app that you didn't expect them to do, like putting lines of code in a text entry field, and things are blowing up everywhere.
+
 ## Unit tests
 
-Apache Royale includes the [RoyaleUnit](testing/royaleunit.html) library for unit testing.
\ No newline at end of file
+Apache Royale includes the [RoyaleUnit](testing/royaleunit.html) library for unit testing.