From 9ac4a393892614ed671fece83c3f41590baca834 Mon Sep 17 00:00:00 2001 From: Roland Stens Date: Thu, 21 Dec 2017 15:15:01 -0800 Subject: [PATCH] Update readme.md --- examples/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/readme.md b/examples/readme.md index 7637470..682f071 100644 --- a/examples/readme.md +++ b/examples/readme.md @@ -1,7 +1,7 @@ ## NavUnit This is the code example from the previous version of the framework. (Currently not working) -## Angular +## AngularJS Angular testing is a challenge for BDDStack (and many other test frameworks). The web pages get rendered by Angular and content that needs to be tested might not be avaliable yet when the page is requested. BDDStack requires a mechanism that queries the readiness of Angular and once Angular is done with the page, it can then proceed with the tests. You could potentially deal with this by just waiting for the page or elements to appear, but this has proven to be error-prone. The example shows a preferred way of doing this.