Hi All,
I configured WDK ATF 2.5 for Webtop 6.5 SP2.
I am getting the following errors when testing some scenarios using the WDK Automated Test Framework 2.5
C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\HCWebtop_1.2\custom\src\com\test\import\import_testcaseclass.java:5: <identifier> expected
package com.test.import;
^
1 error
AND
C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\HCWebtop_1.2\webtop\src\com\test\web\ImportModifyDelete.java:31: package javax.servlet does not exist
import javax.servlet.ServletRequest;
^
C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\HCWebtop_1.2\webtop\src\com\test\web\ImportModifyDelete.java:60: cannot find symbol
symbol : class ServletRequest
location: class com.test.web.ImportModifyDelete
public String getTestURL(ServletRequest request)
^
2 errors
I couldn't find out the problem. Any suggestion would be appreciated.
Thanks
Swarup Moulik