Changes for page Testing-JUnit and TestNG
Last modified by Yana Oksner on 2026/01/08 12:10
From version 7.1
edited by Greg.Brown
on 2009/09/26 13:36
on 2009/09/26 13:36
Change comment:
There is no comment for this version
To version 6.1
edited by Greg.Brown
on 2009/09/26 15:58
on 2009/09/26 15:58
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -40,7 +40,7 @@ 40 40 41 41 === Create a method which runs once before any tests === 42 42 43 -Your application should be initialzed just once before the tests. There are annotations etc. which allow one to pick a method which will be run prior to any tests. For a nTestngexample (similar to Junit 4):43 +Your application should be initialzed just once before the tests. There are annotations etc. which allow one to pick a method which will be run prior to any tests. For a TestNG example (similar to Junit 4): 44 44 45 45 {{code}} 46 46