i was going through a code, which is right, but i am
new to the things so the following code which returns
the class is not understood by me, please can anyone
explain me what is happeing. this is regarding the
testing (JUNIT) framework.
---------------------
public class Webtest1 extends TestCase {
private static String SITENAME = "localhost";
private static String TESTWEBSITE = "http://"
+SITENAME +":8080/jims";
private static String LOGONACTION = "/LogonEdit.do";
public static Test suite() {
return new TestSuite( Webtest1.class ); // i did not
follow Webtest1.class what is happening her and y
}
=====
Regards
Harbir singh Hundal
--------------------------------
Contact: 0431515916
--------------------------------
Note: Note: Information contained in this email is confidential and intended only for the addressee.
__________________________________
Do you Yahoo!?
Jazz up your holiday email with celebrity designs. Learn more.
http://celebrity.mail.yahoo.com
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/junit/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
