From: Alessandro G. <a.g...@lo...> - 2009-01-25 17:19:32
|
Hi Tufan, perhaps in my previous email I haven't explained very well our needs. We plan to release LogicalDOC 4.0 in the first week of February and we are furiously testing the graphical interface. But we have some problems, our forces are limited and for this reason we are asking your help. In this moment the need is to test manually the user interface, because in some aspects (lucene index, databases, AJAX interactions) the behavior of the application is not reproducible with automatic tests (JUnit). For this we have divided the areas to be tested. Best regards A. Gasparini Tufan Görel ha scritto: > > hi; > > I have some experience at writing JUnit test cases that can be > helpful. But I have not previously created a development environment > from ground to up. If you help me to create a healthy development > environment then I will be able to start writing test cases for > logicaldoc. > > 1 - I have ubuntu installed and running Sun Java6 jdk with eclipse > ganymede IDE. > > I have connected to svn repository and checked out the source code > from svn repo in to the workspace : > > /home/tufangorel/Projects/LogicalDOC/workspace-logicaldoc > > there are 3 folders now in my workspace-logicaldoc folder which are; > build,community and docs. > > I have checked out the source from > https://logicaldoc.svn.sourceforge.net/svnroot/logicaldoc by using > eclipse plugin. > > I think I have made a full check out. is that correct? > > Yes, this is correct > > 2 - I have started eclipse and added a fresh tomcat app server to > eclipse. Our aplication server (eg. tomcat) is external, we don't have set any server in eclipse. There is no need to set a server to create a web-project. > > > when I wanted to add a web project to the tomcat installed in my > eclipse IDE, I have the error indicating that there are no web > projects to be added or removed. what do I need to do to add web > project to tomcat to use it as embedded into eclipse for testing web > pages. > > First you have to create the eclipse projects. Exit from Eclipse and follow the instruction in Parahraph 2.7 of the Developer Manual, the you can restart Eclipse an import the projects. > > 3 - I want to enable maven project building capabilities for building > dependencies inside the Eclipse, cause after checking out source code, > I think it is looking for some dependencies. I have tried mvn > eclipse:eclipse it downloaded some .jar files. What do I need to do to > activate maven for development inside eclipse IDE. in a previous > project, I was just right clicking a related project and then update > depencies command was automatically downloading related missing > dependencies. What steps do I need to follow to be able to do that > "update dependencies" just by right clicking the related project. I don't know that development mode, i use an external maven. you can ask this to the developer mailing list of LogicalDOC https://sourceforge.net/mailarchive/forum.php?forum_name=logicaldoc-devel > > > > I know that these are all beginner problems, I am reading > documentation now. thanks in advance. > > > > > On Sat, Jan 24, 2009 at 12:40 PM, Alessandro Gasparini > <a.g...@lo... <mailto:a.g...@lo...>> > wrote: > > Hi Tufan, > > i'm Alessandro Gasparini, one of the administrators of the OS > project LogicalDOC > > we are testing the application (LD CE 4.0) from about a month... > But we need the help of others that test in turn LogicalDOC and > report the bugs or issues found in the Bug Tracking > http://bugs.logicaldoc.com > > LogicalDOC is a modular application and we have a number of > automated tests on the module LogicalDOC > (JUnit) (Tests of the 3.6 version) > http://logicaldoc.sourceforge.net/site/logicaldoc-core/project-reports.html > > But we can't test automatically some features in particular a lot > of features of the web-interface that must be tested manually... > > The areas that need to be tested/reviewed are: > > The updated plugin for import documents from mailbox (email) > > https://sourceforge.net/project/showfiles.php?group_id=239244&package_id=295104&release_id=655675 > <https://sourceforge.net/project/showfiles.php?group_id=239244&package_id=295104&release_id=655675> > Permission on folders/documents > User Management > Group Management > Indexing & Search > Import/Export from/to ZIP > Versioning > Web-Service Interface > Tasks > > > If you have the time you can install the application (4.0 RC3) and > concentrate you efforts on one of the features listed.. > You need a PC with at least 1GB of phisical RAM, the JRE 1.6.0 and > you must > declare the enviroment variable JAVA_HOME with the location of > your JDK eg: C:\Program Files\Java\jdk1.6.0_04 > Then download the package with tomcat and follow the instruction > of the download page > https://sourceforge.net/project/platformdownload.php?group_id=239244 > > Best regards > Alessandro Gasparini > > > Tufan Görel ha scritto: >> Message body follows: >> >> hi I am a java web developer and using eclipse for >> development environment. could you pls direct me where to >> start? thanks. >> >> -- >> This message has been sent to you, a registered SourceForge.net user, >> by another site user, through the SourceForge.net site. This message >> has been delivered to your SourceForge.net mail alias. You may reply >> to this message using the "Reply" feature of your email client, or >> using the messaging facility of SourceForge.net at: >> https://sourceforge.net/sendmessage.php?touser=1640905 >> >> >> >> > > -- > --------------------------------------------------------------- > Alessandro Gasparini > e-mail: a.g...@lo... > <mailto:a.g...@lo...> > --------------------------------------------------------------- > Logical Objects snc > Via Bonasi, 2/A 41012 Carpi (MO) Italy > Tel./Fax. 059 688969 > web: http://www.logicalobjects.it > > > > > -- > Tufan Görel > > > ------------------------------------------------------------------------ > > > ------------------------------------------------------------------------ > -- --------------------------------------------------------------- Alessandro Gasparini e-mail: a.g...@lo... <mailto:a.g...@lo...> --------------------------------------------------------------- Logical Objects snc Via Bonasi, 2/A 41012 Carpi (MO) Italy Tel./Fax. 059 688969 web: http://www.logicalobjects.it |
From: Alessandro G. <a.g...@lo...> - 2009-01-25 18:36:28
|
Hi Tufan, we are also interested in expanding the base of our automatic tests. Currently most of our tests are made at the level of core (logicaldoc-core). See the architecture-guide http://downloads.sourceforge.net/logicaldoc/logicaldoc-architecture-3.6.pdf?use_mirror= You can see an example of the coverage of the test site that we made with maven to 3.6 LD http://logicaldoc.sourceforge.net/site/logicaldoc-core/cobertura/index.html We are also interested in developing automatic streess tests on the GUI interface with JMeter but actually we don't know how to automatically test a web-based AJAX interface like the one of LD 4.0 There is a need to do researches and to study the problem. Unfortunately we can not however provide information about it because while knowing JMeter (we used Contineo 2.5) we have not yet done tests of this type. So, if you are concerned, we have space (for a new developer)... Best regards A. Gasparini Tufan Görel ha scritto: > > Hi; > > thanks for your explanation. I missed the point that you are looking > for a GUI tester. I am interested in gaining more Java development and > testing experience of an application by writing test cases in my spare > time, especially at weekends. > > regards. > > > On Sun, Jan 25, 2009 at 7:19 PM, Alessandro Gasparini > <a.g...@lo... <mailto:a.g...@lo...>> > wrote: > > Hi Tufan, > > perhaps in my previous email I haven't explained very well our needs. > We plan to release LogicalDOC 4.0 in the first week of February > and we are furiously testing the graphical interface. > > But we have some problems, our forces are limited and for this > reason we are asking your help. > > In this moment the need is to test manually the user interface, > because in some aspects (lucene index, databases, AJAX > interactions) the behavior of the application is not reproducible > with automatic tests (JUnit). > > For this we have divided the areas to be tested. > > Best regards > A. Gasparini > > > Tufan Görel ha scritto: > > > hi; > > I have some experience at writing JUnit test cases that can be > helpful. But I have not previously created a development > environment from ground to up. If you help me to create a > healthy development environment then I will be able to start > writing test cases for logicaldoc. > > 1 - I have ubuntu installed and running Sun Java6 jdk with > eclipse ganymede IDE. > > I have connected to svn repository and checked out the source > code from svn repo in to the workspace : > /home/tufangorel/Projects/LogicalDOC/workspace-logicaldoc > > there are 3 folders now in my workspace-logicaldoc folder > which are; build,community and docs. > > I have checked out the source from > https://logicaldoc.svn.sourceforge.net/svnroot/logicaldoc by > using eclipse plugin. > > I think I have made a full check out. is that correct? > > > Yes, this is correct > > > 2 - I have started eclipse and added a fresh tomcat app > server to eclipse. > > Our aplication server (eg. tomcat) is external, we don't have set > any server in eclipse. > There is no need to set a server to create a web-project. > > > > when I wanted to add a web project to the tomcat installed in > my eclipse IDE, I have the error indicating that there are no > web projects to be added or removed. what do I need to do to > add web project to tomcat to use it as embedded into eclipse > for testing web pages. > > > First you have to create the eclipse projects. > Exit from Eclipse and follow the instruction in Parahraph 2.7 of > the Developer Manual, > the you can restart Eclipse an import the projects. > > > > 3 - I want to enable maven project building capabilities for > building dependencies inside the Eclipse, cause after checking > out source code, I think it is looking for some dependencies. > I have tried mvn eclipse:eclipse it downloaded some .jar > files. What do I need to do to activate maven for development > inside eclipse IDE. in a previous project, I was just right > clicking a related project and then update depencies command > was automatically downloading related missing dependencies. > What steps do I need to follow to be able to do that "update > dependencies" just by right clicking the related project. > > I don't know that development mode, > i use an external maven. > you can ask this to the developer mailing list of LogicalDOC > https://sourceforge.net/mailarchive/forum.php?forum_name=logicaldoc-devel > > > > > I know that these are all beginner problems, I am reading > documentation now. thanks in advance. > > > > > On Sat, Jan 24, 2009 at 12:40 PM, Alessandro Gasparini > <a.g...@lo... > <mailto:a.g...@lo...> > <mailto:a.g...@lo... > <mailto:a.g...@lo...>>> wrote: > > Hi Tufan, > > i'm Alessandro Gasparini, one of the administrators of the OS > project LogicalDOC > > we are testing the application (LD CE 4.0) from about a > month... > But we need the help of others that test in turn LogicalDOC and > report the bugs or issues found in the Bug Tracking > http://bugs.logicaldoc.com > > LogicalDOC is a modular application and we have a number of > automated tests on the module LogicalDOC > (JUnit) (Tests of the 3.6 version) > > http://logicaldoc.sourceforge.net/site/logicaldoc-core/project-reports.html > > But we can't test automatically some features in particular > a lot > of features of the web-interface that must be tested > manually... > > The areas that need to be tested/reviewed are: > > The updated plugin for import documents from mailbox (email) > > https://sourceforge.net/project/showfiles.php?group_id=239244&package_id=295104&release_id=655675 > <https://sourceforge.net/project/showfiles.php?group_id=239244&package_id=295104&release_id=655675> > > <https://sourceforge.net/project/showfiles.php?group_id=239244&package_id=295104&release_id=655675 > <https://sourceforge.net/project/showfiles.php?group_id=239244&package_id=295104&release_id=655675>> > Permission on folders/documents > User Management > Group Management > Indexing & Search > Import/Export from/to ZIP > Versioning > Web-Service Interface > Tasks > > > If you have the time you can install the application (4.0 > RC3) and > concentrate you efforts on one of the features listed.. > You need a PC with at least 1GB of phisical RAM, the JRE > 1.6.0 and > you must > declare the enviroment variable JAVA_HOME with the location of > your JDK eg: C:\Program Files\Java\jdk1.6.0_04 > Then download the package with tomcat and follow the > instruction > of the download page > > https://sourceforge.net/project/platformdownload.php?group_id=239244 > > Best regards > Alessandro Gasparini > > > Tufan Görel ha scritto: > > Message body follows: > > hi I am a java web developer and using eclipse for > development environment. could you pls direct me where to > start? thanks. > > -- > This message has been sent to you, a registered > SourceForge.net user, > by another site user, through the SourceForge.net site. > This message > has been delivered to your SourceForge.net mail alias. > You may reply > to this message using the "Reply" feature of your email > client, or > using the messaging facility of SourceForge.net at: > https://sourceforge.net/sendmessage.php?touser=1640905 > > > > > > > -- > --------------------------------------------------------------- > Alessandro Gasparini > e-mail: a.g...@lo... > <mailto:a.g...@lo...> > <mailto:a.g...@lo... > <mailto:a.g...@lo...>> > > --------------------------------------------------------------- > Logical Objects snc > Via Bonasi, 2/A 41012 Carpi (MO) Italy > Tel./Fax. 059 688969 > web: http://www.logicalobjects.it > > > > > -- > Tufan Görel > > > ------------------------------------------------------------------------ > > > ------------------------------------------------------------------------ > > > -- > --------------------------------------------------------------- > Alessandro Gasparini > e-mail: a.g...@lo... > <mailto:a.g...@lo...> > <mailto:a.g...@lo... > <mailto:a.g...@lo...>> > > --------------------------------------------------------------- > Logical Objects snc > Via Bonasi, 2/A 41012 Carpi (MO) Italy > Tel./Fax. 059 688969 > web: http://www.logicalobjects.it > > > > > -- > Tufan Görel > -- --------------------------------------------------------------- Alessandro Gasparini e-mail: a.g...@lo... <mailto:a.g...@lo...> --------------------------------------------------------------- Logical Objects snc Via Bonasi, 2/A 41012 Carpi (MO) Italy Tel./Fax. 059 688969 web: http://www.logicalobjects.it |