swtbot-users Mailing List for SWTBot - SWT/Eclipse functional testing (Page 5)
Brought to you by:
kpadegaonkar
You can subscribe to this list here.
| 2008 |
Jan
|
Feb
(14) |
Mar
(6) |
Apr
|
May
(15) |
Jun
(126) |
Jul
(128) |
Aug
(31) |
Sep
(35) |
Oct
(188) |
Nov
(47) |
Dec
(19) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2009 |
Jan
(25) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2010 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Hans S. <han...@ya...> - 2008-10-31 08:36:26
|
I need to cleanup the GUI before or after each test.
For example a test might fail in the middle and leave a modal dialog. The next test then can not run successfully. Or a editor or view is dirty and then a native dialog pops up asking if it should be saved or not.
Some of that issues I solved, but it still troubles me. A good thing would be if SWTBot could provide some generic methods to close all views (dirty or not), editors (dirty or not), modal dialogs, reset perspective etc.
|
|
From: Ketan P. <ket...@gm...> - 2008-10-28 16:59:49
|
Hi, In case you have not already read this: http://www.infoq.com/news/2008/10/gui-testing-jruby The title says "Java GUI Testing With JRuby", but don't be surprised. It's possible to use SWTBot from within JRuby with no pain at all. -- Ketan |
|
From: Somesh S. <som...@gm...> - 2008-10-27 16:01:30
|
Ah ok. I've heard of FIT.never explored it though. That might help. On Oct 27, 2008, at 8:38 AM, Hans Schwaebli <han...@ya...> wrote: > I meant it to persist the data for integration tests. It is not > meant for module or unit tests. > > > > --- On Mon, 10/27/08, Somesh Sasalatti <som...@gm...> > wrote: > From: Somesh Sasalatti <som...@gm...> > Subject: Re: [SWTBot-users] Automate creating test data > To: "SWTBot" <swt...@li...> > Cc: "SWTBot" <swt...@li...> > Date: Monday, October 27, 2008, 11:27 AM > > You could use the concept of theories in junit 4 to crate multiple > datasets for 1 test. But you would still need to create the dataset. > > Jmock is another way of creating mock objects that you can pass > around. > > HTH. > > Sent from my iPhone > > On Oct 27, 2008, at 3:36 AM, Hans Schwaebli > <han...@ya...> wrote: > >> For performing tests (manual or automated) one needs test data. How >> can creation of test data be automated? >> >> I think it is possible to automate this by analysing the model with >> its validation rules. This would save a lot of time. >> >> A little example: A business object Article which contains an >> attribute "name" and the rule that the name must not be longer than >> 40 characters. The automation could then create a Article with a >> name containing 39 characters, one which contains an empty String >> and one where name is NULL. >> >> Does someone know any tool for this, ideally free and open source? >> >> --- >> --- >> ------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win >> great prizes >> Grand prize is a trip for two to an Open Source event anywhere in >> the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> SWTBot-users mailing list >> SWT...@li... >> https://lists.sourceforge.net/lists/listinfo/swtbot-users >> http://swtbot.org/ - a functional testing tool for SWT/Eclipse >> > > --- > ---------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > SWTBot-users mailing list > SWT...@li... > https://lists.sourceforge.net/lists/listinfo/swtbot-users > http://swtbot.org/ - a functional testing tool for > SWT/Eclipse > > > --- > ---------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > SWTBot-users mailing list > SWT...@li... > https://lists.sourceforge.net/lists/listinfo/swtbot-users > http://swtbot.org/ - a functional testing tool for SWT/Eclipse > |
|
From: Hans S. <han...@ya...> - 2008-10-27 15:38:43
|
I meant it to persist the data for integration tests. It is not meant for module or unit tests.
--- On Mon, 10/27/08, Somesh Sasalatti <som...@gm...> wrote:
From: Somesh Sasalatti <som...@gm...>
Subject: Re: [SWTBot-users] Automate creating test data
To: "SWTBot" <swt...@li...>
Cc: "SWTBot" <swt...@li...>
Date: Monday, October 27, 2008, 11:27 AM
You could use the concept of theories in junit 4 to crate multiple datasets for 1 test. But you would still need to create the dataset.
Jmock is another way of creating mock objects that you can pass around.
HTH.
Sent from my iPhone
On Oct 27, 2008, at 3:36 AM, Hans Schwaebli <han...@ya...> wrote:
For performing tests (manual or automated) one needs test data. How can creation of test data be automated?
I think it is possible to automate this by analysing the model with its validation rules. This would save a lot of time.
A little example: A business object Article which contains an attribute "name" and the rule that the name must not be longer than 40 characters. The automation could then create a Article with a name containing 39 characters, one which contains an empty String and one where name is NULL.
Does someone know any tool for this, ideally free and open source?
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
SWTBot-users mailing list
SWT...@li...
https://lists.sourceforge.net/lists/listinfo/swtbot-users
http://swtbot.org/ - a functional testing tool for SWT/Eclipse
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
SWTBot-users mailing list
SWT...@li...
https://lists.sourceforge.net/lists/listinfo/swtbot-users
http://swtbot.org/ - a functional testing tool for SWT/Eclipse
|
|
From: Somesh S. <som...@gm...> - 2008-10-27 15:28:17
|
You could use the concept of theories in junit 4 to crate multiple datasets for 1 test. But you would still need to create the dataset. Jmock is another way of creating mock objects that you can pass around. HTH. Sent from my iPhone On Oct 27, 2008, at 3:36 AM, Hans Schwaebli <han...@ya...> wrote: > For performing tests (manual or automated) one needs test data. How > can creation of test data be automated? > > I think it is possible to automate this by analysing the model with > its validation rules. This would save a lot of time. > > A little example: A business object Article which contains an > attribute "name" and the rule that the name must not be longer than > 40 characters. The automation could then create a Article with a > name containing 39 characters, one which contains an empty String > and one where name is NULL. > > Does someone know any tool for this, ideally free and open source? > > --- > ---------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > SWTBot-users mailing list > SWT...@li... > https://lists.sourceforge.net/lists/listinfo/swtbot-users > http://swtbot.org/ - a functional testing tool for SWT/Eclipse > |
|
From: Hans S. <han...@ya...> - 2008-10-27 12:23:50
|
For performing tests (manual or automated) one needs test data. How can creation of test data be automated?
I think it is possible to automate this by analysing the model with its validation rules. This would save a lot of time.
A little example: A business object Article which contains an attribute "name" and the rule that the name must not be longer than 40 characters. The automation could then create a Article with a name containing 39 characters, one which contains an empty String and one where name is NULL.
Does someone know any tool for this, ideally free and open source?
|
|
From: nawaz a. <na...@gm...> - 2008-10-27 12:13:14
|
Hello SWTBot Userlist,.
I ran the Recorder in the Eclipse 3.4 and I have provided the
following values in the argument section.
* org.eclipse.swt.examples.addressbook.AddressBook* - Here AddressBook is
the class under the package - *org.eclipse.swt.examples.addressbook*
and included the following values in the VM Argument section:
-Dnet.sf.swtbot.recorder.actions.print=true
Follwing exception is reported:
Exception in thread "main" *java.lang.IllegalStateException*: Could not find
a display
at net.sf.swtbot.utils.SWTUtils.display(*SWTUtils.java:245*)
at net.sf.swtbot.recorder.ui.SWTBotRecorderUI.waitForDisplayToAppear(*
SWTBotRecorderUI.java:179*)
at net.sf.swtbot.recorder.ui.SWTBotRecorderUI.initialize(*
SWTBotRecorderUI.java:65*)
at net.sf.swtbot.recorder.ui.Main.start(*Main.java:51*)
at net.sf.swtbot.recorder.ui.Main.main(*Main.java:36*)
Please note that I am facing this problem in running mode, It works fine in
the Debugging mode.
On debugging the code I found that it is giving the exception in the
following code
*net.sf.swtbot.utils.SWTUtils.display*
*public** static** Display display() {*
*if ((display** == null) || display**.isDisposed()) {*
*display** = null**;*
*Thread[] allThreads = allThreads();*
*for (int i = 0; i < allThreads.length**; i++) {*
*Thread thread = allThreads[i];*
*Display d = Display.findDisplay(thread);*
*if (d != null**)*
*display** = d;*
*}*
*if (display** == null**)*
*throw new IllegalStateException("Could not find a display"**);*
*}*
*return display**;*
*}*
Please let me know whats the problem in the above code:
Thanks and Regards
Nawaz Ahmed
|
|
From: Ketan P. <ket...@gm...> - 2008-10-26 14:18:36
|
Hi, I've uploaded the latest 2.0 with some performance optimizations, there were a few tests that locked up and froze the UI but that has been fixed. I'm not sure if this was the only freezing issue. If anyone is using 2.0, I'd like to hear of any issues with the latest available at http://swtbot.sourceforge.net/artifacts/2.0-dev/ . -- Ketan On 26-Oct-08, at 12:05 AM, Ketan Padegaonkar wrote: > Hi, > > I'm working on improving the performance of SWTBot, and am looking > for ideas or areas where SWTBot could be made faster. Not that it is > very slow, but hey turning a few knobs to get a little extra does > not hurt! > > If you have something that'll help optimize the performance for the > better, then I'm all ears. It may even be a single statement that > you think will slow down SWTBot, or things that make you say: "why > is this thing so very complicated?" > > I have a few ideas like removing unnecessary log statements etc. My > mind is clearly out of ideas, since I know most of the code base > inside out. So a fresh pair of eyes would help. > > -- Ketan > |
|
From: Ketan P. <ket...@gm...> - 2008-10-25 18:36:01
|
Hi, I'm working on improving the performance of SWTBot, and am looking for ideas or areas where SWTBot could be made faster. Not that it is very slow, but hey turning a few knobs to get a little extra does not hurt! If you have something that'll help optimize the performance for the better, then I'm all ears. It may even be a single statement that you think will slow down SWTBot, or things that make you say: "why is this thing so very complicated?" I have a few ideas like removing unnecessary log statements etc. My mind is clearly out of ideas, since I know most of the code base inside out. So a fresh pair of eyes would help. -- Ketan |
|
From: nawaz a. <na...@gm...> - 2008-10-24 15:20:06
|
Hello Friends, I want to know what arguments need to be passed to Recorder java -cp <your class path> net.sf.swtbot.recorder.ui.Main com.example.your.MainClass -your -program arguments What arguments need to be passed here? I tried passing the application class name to be recorded as argument For ex : D:\JavaWorkspace\org.eclipse.swt.examples\bin\org\eclipse\swt\examples\addressbook\AddressBook.class but everytime it failed displaying the following message: Exception in thread "main" *java.lang.ClassNotFoundException*: D:\JavaWorkspace\org.eclipse.swt.examples\bin\org\eclipse\swt\examples\addressbook\AddressBook.class at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(*Native Method*) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at java.lang.Class.forName0(*Native Method*) at java.lang.Class.forName(Unknown Source) at net.sf.swtbot.recorder.ui.Main.start(*Main.java:40*) at net.sf.swtbot.recorder.ui.Main.main(*Main.java:36*) PLEASE NOTE: I am trying to run this recorder using the Eclipse 3.4 Could anybody please tell me whats the problem going on here? Why I am getting the above message? Thanks and Regards Nawaz Ahmed. |
|
From: Vincent M. <vin...@ir...> - 2008-10-24 12:21:24
|
Brice Laurel a écrit : > Hi list, > > I am a beginner on SWTBot. I use eclipse 3.4 > > 1- I create a plug-ins project "SWTBot" which template "Hello RCP" > 2- I create class "FooTest.java" in the default package > Does your FooTest.java extends SWTBotTestCase? It is the minimum. > 3- I add plug-ins (help -> softwares updates -> > "http://swtbot.sourceforge.net/update-site" > Good. Verify they are correctly installed > 4- I add jars in my project's build path (Junit, net.sf.swtbot.finder, > org.apache.commons.collections, org.apache.log4j, > net.sf.swtbot.eclipse.finder) > You do not need them as Eclipse makes the link. And they may conflict. But you must select them in the plug-in dependencies (if not, the test file will not compile so may be it is not the problem). > 5- I restart eclipse > You do not need this except after installing software through update. > But when I right click on "FooTest.java" and select Run As -> Run > configuration. I see only the item "Run Configurations...". > I don't see items : > 1. JUnit Plug-in Test > 2. JUnit Test > 3. SWTBot Test > as refer in the SWTBot's user guide. > > I don't understand the problem. > > Thanks. > > > -- Cordialement Vincent MAHÉ Ingénieur Plate-forme OpenEmbeDD - http://openembedd.org IRISA-INRIA, Campus de Beaulieu, 35042 Rennes cedex, France Tél: +33 (0) 2 99 84 71 00, Fax: +33 (0) 2 99 84 71 71 |
|
From: nawaz a. <na...@gm...> - 2008-10-24 12:21:02
|
Hello Kethan
How do you deal wih the images in the Eclipse,
Please let me know
Regards
Nawaz Ahmed
sheetal singh a ?crit :
> Hi All, Can anybdy inform me that SWTBot Test run in UI or Non UI
> thread. A little desc on this will b a gr8 help for me.
You must launch SWTBot tests in a non UI thread, because the test
execution is synchronous so it blocks itself, waiting for next step.
See how the user guide proceeds for launch:
private static void startApplicationInAnotherThread() {
new Thread(new Runnable() {
public void run() {
new MyApplication().main(new String[] { "some", "command", "line",
"arguments for your application" });
}
}).start();
}
> --
> she...@te...
> Sheetal Singh
> Member Technical Staff
> Techblue Software Pvt. Ltd.
> 770,Udyog Vihar Ph 5,
> Gurgaon-122016
> INDIA
>
> ------------------------------------------------------------------------
> View this message in context: SWTBot run in UI or Non UI Thread??
> <
http://www.nabble.com/SWTBot-run-in-UI-or-Non-UI-Thread---tp20125909p20125909.html
>
> Sent from the SWTBot Users List mailing list archive
> <http://www.nabble.com/SWTBot-Users-List-f35572.html> at Nabble.com.
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
> Build the coolest Linux based applications with Moblin SDK & win great
prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ------------------------------------------------------------------------
>
> _______________________________________________
> SWTBot-users mailing list
> SWT...@li...
> https://lists.sourceforge.net/lists/listinfo/swtbot-users
> http://swtbot.org/ - a functional testing tool for SWT/Eclipse
>
>
--
Cordialement
Vincent MAH?
Ing?nieur Plate-forme OpenEmbeDD - http://openembedd.org
IRISA-INRIA, Campus de Beaulieu, 35042 Rennes cedex, France
T?l: +33 (0) 2 99 84 71 00, Fax: +33 (0) 2 99 84 71 71
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 2
Date: Thu, 23 Oct 2008 14:30:58 +0530
From: Ketan Padegaonkar <ket...@gm...>
Subject: Re: [SWTBot-users] Any Spy in SWTBot
To: swt...@li...
Message-ID: <EB4...@gm...>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
On 23-Oct-08, at 1:06 PM, nawaz ahmed wrote:
>
> Is there any SWTbot Spy for detecting the SWT Application
> compnenets as you find in the other testing tool?
> if so how do I start it or use it?
Yes there is a spy bundled with SWTBot, which I'd use long time ago,
it still works though. It only tells you the complete path to a widget
and some additional information about the widget, nothing more.
You'll need to checkout the project "net.sf.swtbot.spy" project from
svn, and take a look at the SwtSpyTest example. To enable/disable the
spy, you need to press CTRL+SHIFT keys.
But you should almost always never need a spy for most things.
-- Ketan
------------------------------
Message: 3
Date: Thu, 23 Oct 2008 14:30:58 +0530
From: Ketan Padegaonkar <ket...@gm...>
Subject: Re: [SWTBot-users] Any Spy in SWTBot
To: swt...@li...
Message-ID: <EB4...@gm...>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
On 23-Oct-08, at 1:06 PM, nawaz ahmed wrote:
>
> Is there any SWTbot Spy for detecting the SWT Application
> compnenets as you find in the other testing tool?
> if so how do I start it or use it?
Yes there is a spy bundled with SWTBot, which I'd use long time ago,
it still works though. It only tells you the complete path to a widget
and some additional information about the widget, nothing more.
You'll need to checkout the project "net.sf.swtbot.spy" project from
svn, and take a look at the SwtSpyTest example. To enable/disable the
spy, you need to press CTRL+SHIFT keys.
But you should almost always never need a spy for most things.
-- Ketan
------------------------------
Message: 4
Date: Thu, 23 Oct 2008 01:28:28 -0700 (PDT)
From: sheetal singh <she...@te...>
Subject: Re: [SWTBot-users] SWTBot run in UI or Non UI Thread??
To: swt...@li...
Message-ID: <201...@ta...>
Content-Type: text/plain; charset=us-ascii
Ok, then what happen if we run test in a UI Thread.
Will it make any diff in test.
sheetal singh wrote:
>
> Hi All,
>
>
> Can anybdy inform me that SWTBot Test run in UI or Non UI thread.
> A little desc on this will b a gr8 help for me.
>
-----
--
she...@te...
Sheetal Singh
Member Technical Staff
Techblue Software Pvt. Ltd.
770,Udyog Vihar Ph 5,
Gurgaon-122016
INDIA
--
View this message in context:
http://www.nabble.com/SWTBot-run-in-UI-or-Non-UI-Thread---tp20125909p20126611.html
Sent from the SWTBot Users List mailing list archive at Nabble.com.
------------------------------
Message: 5
Date: Thu, 23 Oct 2008 14:30:58 +0530
From: Ketan Padegaonkar <ket...@gm...>
Subject: Re: [SWTBot-users] Any Spy in SWTBot
To: swt...@li...
Message-ID: <EB4...@gm...>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
On 23-Oct-08, at 1:06 PM, nawaz ahmed wrote:
>
> Is there any SWTbot Spy for detecting the SWT Application
> compnenets as you find in the other testing tool?
> if so how do I start it or use it?
Yes there is a spy bundled with SWTBot, which I'd use long time ago,
it still works though. It only tells you the complete path to a widget
and some additional information about the widget, nothing more.
You'll need to checkout the project "net.sf.swtbot.spy" project from
svn, and take a look at the SwtSpyTest example. To enable/disable the
spy, you need to press CTRL+SHIFT keys.
But you should almost always never need a spy for most things.
-- Ketan
------------------------------
Message: 6
Date: Thu, 23 Oct 2008 03:26:09 -0700 (PDT)
From: sheetal singh <she...@te...>
Subject: Re: [SWTBot-users] I am out of the office.
To: swt...@li...
Message-ID: <201...@ta...>
Content-Type: text/plain; charset=us-ascii
gr8
Qin Yue Chen wrote:
>
>
> I will be out of the office starting 2008-10-22 and will not return until
> 2008-10-23.
>
> I am in vacation. I am not available for mail.
> My mobile number is 13916810415.Jia Sheng(gu...@cn...) and
> Zhe(di...@cn...) are my backup.
> Jia Sheng is my backup.
> His mailbox is gu...@cn...
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> SWTBot-users mailing list
> SWT...@li...
> https://lists.sourceforge.net/lists/listinfo/swtbot-users
> http://swtbot.org/ - a functional testing tool for SWT/Eclipse
>
>
>
-----
--
she...@te...
Sheetal Singh
Member Technical Staff
Techblue Software Pvt. Ltd.
770,Udyog Vihar Ph 5,
Gurgaon-122016
INDIA
--
View this message in context:
http://www.nabble.com/I-am-out-of-the-office.-tp20109447p20128297.html
Sent from the SWTBot Users List mailing list archive at Nabble.com.
------------------------------
Message: 7
Date: Thu, 23 Oct 2008 17:13:38 +0530
From: "nawaz ahmed" <na...@gm...>
Subject: Re: [SWTBot-users] SWTBot-users Digest, Vol 8, Issue 27
To: swt...@li...
Message-ID:
<523...@ma...>
Content-Type: text/plain; charset="iso-8859-1"
> Hello,
Thanks for your reply,
Here I am starting the Swt application using the Batch file.
Since this Application requires some initial settings to be set before
starting it.
So i have typed the below code:
*
new* Thread(*new* Runnable()
{
* public* *void* run()
{
* try*
{
Process p=Runtime.*getRuntime*().exec("cmd /C start
C:/Sonicnew/MQ7.6/bin/startmc.bat");
}
* catch* (IOException e)
{
System.*out*.println("Exception in launching the application"
+e.getMessage());
}
}
}).start();
So after the SWT application is started. It fails to identify the
widget i.e
* ( (screennet.sf.swtbot.widgets.WidgetNotFoundException*: Couldnt find
widget with text Create Connection) message is displayed .. and it does not
proceed further.
Tell me if the application is designed using Swings instead of SWT. Will
SWTBot work on it or not?
Thanks and Regards,
Nawaz Ahmed
>
>
> Date: Thu, 23 Oct 2008 09:59:43 +0200
> From: Vincent Mahe <vin...@ir...>
> Subject: Re: [SWTBot-users] Any Spy in SWTBot
> To: swt...@li...
> Message-ID: <490...@ir...>
> Content-Type: text/plain; charset="iso-8859-1"
>
> nawaz ahmed a ?crit :
> > Hello Kethan and all other SWTBot Users,
> > In the last mail I have requested for the SWT Recorder.
> > I dont want to use it as it slows down my PC and as per Kethans
> > suggestions its not the good idea to use it.
> >
> > The reason why I have requested for the recorder is because I am
> > facing problem in one application (designed usinf SWT) i.e SWT
> > application,
> > Whenever I run the SWTBot Test case on that application it stops
> > runnig displaying the message
> > "Could not find the widget".
> > That is it opens the first window of the application and stop
> > runnning further displaying the above message. (Message: Could not
> > find the widget)
> > Neither it is able to detect any buttons or other controls in the
> > first window.
> >
> > Could you please let me know how do it handle this problem or how
> > do I proceed?
>
> Do you launch the test inside a non UI thread? if not, you must, because
> the test execution is synchronous so it blocks itself, waiting for next
> step.
> See how the user guide proceeds for launch:
>
> private static void startApplicationInAnotherThread() {
> new Thread(new Runnable() {
> public void run() {
> new MyApplication().main(new String[] { "some", "command", "line",
> "arguments for your application" });
> }
> }).start();
> }
>
>
> > On using the recorder My PC was slow and I could not go further.
> > Is there any SWTbot Spy for detecting the SWT Application
> > compnenets as you find in the other testing tool?
> > if so how do I start it or use it?
> >
> > Please I need a help in this regard as i am not able to proceed
> > with my work?
> > Eagerly waiting for you reply.
> >
> > Thanks and Regards
> > Nawaz Ahmed
> >
> >
> > ------------------------------------------------------------------------
> >
> >
-------------------------------------------------------------------------
> > This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> > Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> > Grand prize is a trip for two to an Open Source event anywhere in the
> world
> > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > SWTBot-users mailing list
> > SWT...@li...
> > https://lists.sourceforge.net/lists/listinfo/swtbot-users
> > http://swtbot.org/ - a functional testing tool for SWT/Eclipse
> >
> >
>
>
> --
> Cordialement
>
> Vincent MAH?
>
> Ing?nieur Plate-forme OpenEmbeDD - http://openembedd.org
> IRISA-INRIA, Campus de Beaulieu, 35042 Rennes cedex, France
> T?l: +33 (0) 2 99 84 71 00, Fax: +33 (0) 2 99 84 71 71
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>
> ------------------------------
>
> _______________________________________________
> SWTBot-users mailing list
> SWT...@li...
> https://lists.sourceforge.net/lists/listinfo/swtbot-users
>
>
> End of SWTBot-users Digest, Vol 8, Issue 27
> *******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
------------------------------
_______________________________________________
SWTBot-users mailing list
SWT...@li...
https://lists.sourceforge.net/lists/listinfo/swtbot-users
End of SWTBot-users Digest, Vol 8, Issue 28
*******************************************
|
|
From: Brice L. <bri...@gm...> - 2008-10-24 11:14:29
|
Hi list, I am a beginner on SWTBot. I use eclipse 3.4 1- I create a plug-ins project "SWTBot" which template "Hello RCP" 2- I create class "FooTest.java" in the default package 3- I add plug-ins (help -> softwares updates -> "http://swtbot.sourceforge.net/update-site" 4- I add jars in my project's build path (Junit, net.sf.swtbot.finder, org.apache.commons.collections, org.apache.log4j, net.sf.swtbot.eclipse.finder) 5- I restart eclipse But when I right click on "FooTest.java" and select Run As -> Run configuration. I see only the item "Run Configurations...". I don't see items : 1. JUnit Plug-in Test 2. JUnit Test 3. SWTBot Test as refer in the SWTBot's user guide. I don't understand the problem. Thanks. -- View this message in context: http://www.nabble.com/Execute-class-%22FooTest.java%22-of-SWTBot-user-guide-tp20147575p20147575.html Sent from the SWTBot Users List mailing list archive at Nabble.com. |
|
From: Ketan P. <ket...@gm...> - 2008-10-23 14:23:19
|
All widgets have the setData method available on it. So it would be possible to set this value on MenuItems and ToolItems. You are correct about setting widget IDs for contributions in eclipse. The MenuManager and other ContributionItems contain #fill() methods that are invoked on them. You could do something there, if need be. Asking this question on the eclipse.platform.rcp newsgroup may get you a better answer. -- Ketan On 23-Oct-08, at 4:43 PM, Hans Schwaebli wrote: > How can the IDs for the buttons on a toolbar be set and for the Menu > widgets? > > In the application there are toolbar and menubar managers on which > actions are added. So the widget is not there but somehow created > internally when constructing the UI. A ID can be set to an action, > but I think it has nothing to do with Widget#setData(...) > > I probably won't use getting widgets by ID, but I wonder how this > could be done for widgets of type Menu and for Button widgets in a > toolbar. > > This is of course more a SWT question than a SWTBot question. |
|
From: Hans S. <han...@ya...> - 2008-10-23 14:01:13
|
How can the IDs for the buttons on a toolbar be set and for the Menu widgets?
In the application there are toolbar and menubar managers on which actions are added. So the widget is not there but somehow created internally when constructing the UI. A ID can be set to an action, but I think it has nothing to do with Widget#setData(...)
I probably won't use getting widgets by ID, but I wonder how this could be done for widgets of type Menu and for Button widgets in a toolbar.
This is of course more a SWT question than a SWTBot question.
|
|
From: Hans S. <han...@ya...> - 2008-10-23 13:42:45
|
I'm not sure, but if it start your SWT application in another VM, then SWTBot cannot access it. That would require SWT instrumentation I think. Maybe you can separate doing the preconditions and starting the SWT application. Then it would work. So don't start your client in the bat file, only do the other things there. SWTBot does not work for Swing applications, but maybe it will be supported in future Ketan wrote in the proposal: http://www.eclipse.org/proposals/swtbot/ --- On Thu, 10/23/08, nawaz ahmed <na...@gm...> wrote: From: nawaz ahmed <na...@gm...> Subject: Re: [SWTBot-users] SWTBot-users Digest, Vol 8, Issue 27 To: swt...@li... Date: Thursday, October 23, 2008, 7:43 AM Hello, Thanks for your reply, Here I am starting the Swt application using the Batch file. Since this Application requires some initial settings to be set before starting it. So i have typed the below code: new Thread(new Runnable() { public void run() { try { Process p=Runtime.getRuntime().exec("cmd /C start C:/Sonicnew/MQ7.6/bin/startmc.bat"); } catch (IOException e) { System.out.println("Exception in launching the application"+e.getMessage()); } } }).start(); So after the SWT application is started. It fails to identify the widget i.e ( (screennet.sf.swtbot.widgets.WidgetNotFoundException: Couldnt find widget with text Create Connection) message is displayed .. and it does not proceed further. Tell me if the application is designed using Swings instead of SWT. Will SWTBot work on it or not? Thanks and Regards, Nawaz Ahmed Date: Thu, 23 Oct 2008 09:59:43 +0200 From: Vincent Mahe <vin...@ir...> Subject: Re: [SWTBot-users] Any Spy in SWTBot To: swt...@li... Message-ID: <490...@ir...> Content-Type: text/plain; charset="iso-8859-1" nawaz ahmed a ?crit : > Hello Kethan and all other SWTBot Users, > In the last mail I have requested for the SWT Recorder. > I dont want to use it as it slows down my PC and as per Kethans > suggestions its not the good idea to use it. > > The reason why I have requested for the recorder is because I am > facing problem in one application (designed usinf SWT) i.e SWT > application, > Whenever I run the SWTBot Test case on that application it stops > runnig displaying the message > "Could not find the widget". > That is it opens the first window of the application and stop > runnning further displaying the above message. (Message: Could not > find the widget) > Neither it is able to detect any buttons or other controls in the > first window. > > Could you please let me know how do it handle this problem or how > do I proceed? Do you launch the test inside a non UI thread? if not, you must, because the test execution is synchronous so it blocks itself, waiting for next step. See how the user guide proceeds for launch: private static void startApplicationInAnotherThread() { new Thread(new Runnable() { public void run() { new MyApplication().main(new String[] { "some", "command", "line", "arguments for your application" }); } }).start(); } > On using the recorder My PC was slow and I could not go further. > Is there any SWTbot Spy for detecting the SWT Application > compnenets as you find in the other testing tool? > if so how do I start it or use it? > > Please I need a help in this regard as i am not able to proceed > with my work? > Eagerly waiting for you reply. > > Thanks and Regards > Nawaz Ahmed > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ------------------------------------------------------------------------ > > _______________________________________________ > SWTBot-users mailing list > SWT...@li... > https://lists.sourceforge.net/lists/listinfo/swtbot-users > http://swtbot.org/ - a functional testing tool for SWT/Eclipse > > -- Cordialement Vincent MAH? Ing?nieur Plate-forme OpenEmbeDD - http://openembedd.org IRISA-INRIA, Campus de Beaulieu, 35042 Rennes cedex, France T?l: +33 (0) 2 99 84 71 00, Fax: +33 (0) 2 99 84 71 71 -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ------------------------------ _______________________________________________ SWTBot-users mailing list SWT...@li... https://lists.sourceforge.net/lists/listinfo/swtbot-users End of SWTBot-users Digest, Vol 8, Issue 27 ******************************************* ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________ SWTBot-users mailing list SWT...@li... https://lists.sourceforge.net/lists/listinfo/swtbot-users http://swtbot.org/ - a functional testing tool for SWT/Eclipse |
|
From: nawaz a. <na...@gm...> - 2008-10-23 13:27:27
|
> Hello,
Thanks for your reply,
Here I am starting the Swt application using the Batch file.
Since this Application requires some initial settings to be set before
starting it.
So i have typed the below code:
*
new* Thread(*new* Runnable()
{
* public* *void* run()
{
* try*
{
Process p=Runtime.*getRuntime*().exec("cmd /C start
C:/Sonicnew/MQ7.6/bin/startmc.bat");
}
* catch* (IOException e)
{
System.*out*.println("Exception in launching the application"
+e.getMessage());
}
}
}).start();
So after the SWT application is started. It fails to identify the
widget i.e
* ( (screennet.sf.swtbot.widgets.WidgetNotFoundException*: Couldnt find
widget with text Create Connection) message is displayed .. and it does not
proceed further.
Tell me if the application is designed using Swings instead of SWT. Will
SWTBot work on it or not?
Thanks and Regards,
Nawaz Ahmed
>
>
> Date: Thu, 23 Oct 2008 09:59:43 +0200
> From: Vincent Mahe <vin...@ir...>
> Subject: Re: [SWTBot-users] Any Spy in SWTBot
> To: swt...@li...
> Message-ID: <490...@ir...>
> Content-Type: text/plain; charset="iso-8859-1"
>
> nawaz ahmed a ?crit :
> > Hello Kethan and all other SWTBot Users,
> > In the last mail I have requested for the SWT Recorder.
> > I dont want to use it as it slows down my PC and as per Kethans
> > suggestions its not the good idea to use it.
> >
> > The reason why I have requested for the recorder is because I am
> > facing problem in one application (designed usinf SWT) i.e SWT
> > application,
> > Whenever I run the SWTBot Test case on that application it stops
> > runnig displaying the message
> > "Could not find the widget".
> > That is it opens the first window of the application and stop
> > runnning further displaying the above message. (Message: Could not
> > find the widget)
> > Neither it is able to detect any buttons or other controls in the
> > first window.
> >
> > Could you please let me know how do it handle this problem or how
> > do I proceed?
>
> Do you launch the test inside a non UI thread? if not, you must, because
> the test execution is synchronous so it blocks itself, waiting for next
> step.
> See how the user guide proceeds for launch:
>
> private static void startApplicationInAnotherThread() {
> new Thread(new Runnable() {
> public void run() {
> new MyApplication().main(new String[] { "some", "command", "line",
> "arguments for your application" });
> }
> }).start();
> }
>
>
> > On using the recorder My PC was slow and I could not go further.
> > Is there any SWTbot Spy for detecting the SWT Application
> > compnenets as you find in the other testing tool?
> > if so how do I start it or use it?
> >
> > Please I need a help in this regard as i am not able to proceed
> > with my work?
> > Eagerly waiting for you reply.
> >
> > Thanks and Regards
> > Nawaz Ahmed
> >
> >
> > ------------------------------------------------------------------------
> >
> > -------------------------------------------------------------------------
> > This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> > Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> > Grand prize is a trip for two to an Open Source event anywhere in the
> world
> > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > SWTBot-users mailing list
> > SWT...@li...
> > https://lists.sourceforge.net/lists/listinfo/swtbot-users
> > http://swtbot.org/ - a functional testing tool for SWT/Eclipse
> >
> >
>
>
> --
> Cordialement
>
> Vincent MAH?
>
> Ing?nieur Plate-forme OpenEmbeDD - http://openembedd.org
> IRISA-INRIA, Campus de Beaulieu, 35042 Rennes cedex, France
> T?l: +33 (0) 2 99 84 71 00, Fax: +33 (0) 2 99 84 71 71
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>
> ------------------------------
>
> _______________________________________________
> SWTBot-users mailing list
> SWT...@li...
> https://lists.sourceforge.net/lists/listinfo/swtbot-users
>
>
> End of SWTBot-users Digest, Vol 8, Issue 27
> *******************************************
>
|
|
From: sheetal s. <she...@te...> - 2008-10-23 10:50:16
|
gr8 Qin Yue Chen wrote: > > > I will be out of the office starting 2008-10-22 and will not return until > 2008-10-23. > > I am in vacation. I am not available for mail. > My mobile number is 13916810415.Jia Sheng(gu...@cn...) and > Zhe(di...@cn...) are my backup. > Jia Sheng is my backup. > His mailbox is gu...@cn... > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > SWTBot-users mailing list > SWT...@li... > https://lists.sourceforge.net/lists/listinfo/swtbot-users > http://swtbot.org/ - a functional testing tool for SWT/Eclipse > > > ----- -- she...@te... Sheetal Singh Member Technical Staff Techblue Software Pvt. Ltd. 770,Udyog Vihar Ph 5, Gurgaon-122016 INDIA -- View this message in context: http://www.nabble.com/I-am-out-of-the-office.-tp20109447p20128297.html Sent from the SWTBot Users List mailing list archive at Nabble.com. |
|
From: sheetal s. <she...@te...> - 2008-10-23 09:15:55
|
Ok, then what happen if we run test in a UI Thread. Will it make any diff in test. sheetal singh wrote: > > Hi All, > > > Can anybdy inform me that SWTBot Test run in UI or Non UI thread. > A little desc on this will b a gr8 help for me. > ----- -- she...@te... Sheetal Singh Member Technical Staff Techblue Software Pvt. Ltd. 770,Udyog Vihar Ph 5, Gurgaon-122016 INDIA -- View this message in context: http://www.nabble.com/SWTBot-run-in-UI-or-Non-UI-Thread---tp20125909p20126611.html Sent from the SWTBot Users List mailing list archive at Nabble.com. |
|
From: Ketan P. <ket...@gm...> - 2008-10-23 09:06:18
|
On 23-Oct-08, at 1:06 PM, nawaz ahmed wrote: > > Is there any SWTbot Spy for detecting the SWT Application > compnenets as you find in the other testing tool? > if so how do I start it or use it? Yes there is a spy bundled with SWTBot, which I'd use long time ago, it still works though. It only tells you the complete path to a widget and some additional information about the widget, nothing more. You'll need to checkout the project "net.sf.swtbot.spy" project from svn, and take a look at the SwtSpyTest example. To enable/disable the spy, you need to press CTRL+SHIFT keys. But you should almost always never need a spy for most things. -- Ketan |
|
From: Vincent M. <vin...@ir...> - 2008-10-23 08:01:27
|
sheetal singh a écrit :
> Hi All, Can anybdy inform me that SWTBot Test run in UI or Non UI
> thread. A little desc on this will b a gr8 help for me.
You must launch SWTBot tests in a non UI thread, because the test
execution is synchronous so it blocks itself, waiting for next step.
See how the user guide proceeds for launch:
private static void startApplicationInAnotherThread() {
new Thread(new Runnable() {
public void run() {
new MyApplication().main(new String[] { "some", "command", "line", "arguments for your application" });
}
}).start();
}
> --
> she...@te...
> Sheetal Singh
> Member Technical Staff
> Techblue Software Pvt. Ltd.
> 770,Udyog Vihar Ph 5,
> Gurgaon-122016
> INDIA
>
> ------------------------------------------------------------------------
> View this message in context: SWTBot run in UI or Non UI Thread??
> <http://www.nabble.com/SWTBot-run-in-UI-or-Non-UI-Thread---tp20125909p20125909.html>
> Sent from the SWTBot Users List mailing list archive
> <http://www.nabble.com/SWTBot-Users-List-f35572.html> at Nabble.com.
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ------------------------------------------------------------------------
>
> _______________________________________________
> SWTBot-users mailing list
> SWT...@li...
> https://lists.sourceforge.net/lists/listinfo/swtbot-users
> http://swtbot.org/ - a functional testing tool for SWT/Eclipse
>
>
--
Cordialement
Vincent MAHÉ
Ingénieur Plate-forme OpenEmbeDD - http://openembedd.org
IRISA-INRIA, Campus de Beaulieu, 35042 Rennes cedex, France
Tél: +33 (0) 2 99 84 71 00, Fax: +33 (0) 2 99 84 71 71
|
|
From: Vincent M. <vin...@ir...> - 2008-10-23 07:59:53
|
nawaz ahmed a écrit :
> Hello Kethan and all other SWTBot Users,
> In the last mail I have requested for the SWT Recorder.
> I dont want to use it as it slows down my PC and as per Kethans
> suggestions its not the good idea to use it.
>
> The reason why I have requested for the recorder is because I am
> facing problem in one application (designed usinf SWT) i.e SWT
> application,
> Whenever I run the SWTBot Test case on that application it stops
> runnig displaying the message
> "Could not find the widget".
> That is it opens the first window of the application and stop
> runnning further displaying the above message. (Message: Could not
> find the widget)
> Neither it is able to detect any buttons or other controls in the
> first window.
>
> Could you please let me know how do it handle this problem or how
> do I proceed?
Do you launch the test inside a non UI thread? if not, you must, because
the test execution is synchronous so it blocks itself, waiting for next
step.
See how the user guide proceeds for launch:
private static void startApplicationInAnotherThread() {
new Thread(new Runnable() {
public void run() {
new MyApplication().main(new String[] { "some", "command", "line", "arguments for your application" });
}
}).start();
}
> On using the recorder My PC was slow and I could not go further.
> Is there any SWTbot Spy for detecting the SWT Application
> compnenets as you find in the other testing tool?
> if so how do I start it or use it?
>
> Please I need a help in this regard as i am not able to proceed
> with my work?
> Eagerly waiting for you reply.
>
> Thanks and Regards
> Nawaz Ahmed
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ------------------------------------------------------------------------
>
> _______________________________________________
> SWTBot-users mailing list
> SWT...@li...
> https://lists.sourceforge.net/lists/listinfo/swtbot-users
> http://swtbot.org/ - a functional testing tool for SWT/Eclipse
>
>
--
Cordialement
Vincent MAHÉ
Ingénieur Plate-forme OpenEmbeDD - http://openembedd.org
IRISA-INRIA, Campus de Beaulieu, 35042 Rennes cedex, France
Tél: +33 (0) 2 99 84 71 00, Fax: +33 (0) 2 99 84 71 71
|
|
From: sheetal s. <she...@te...> - 2008-10-23 07:42:18
|
Hi All, Can anybdy inform me that SWTBot Test run in UI or Non UI thread. A little desc on this will b a gr8 help for me. ----- -- she...@te... Sheetal Singh Member Technical Staff Techblue Software Pvt. Ltd. 770,Udyog Vihar Ph 5, Gurgaon-122016 INDIA -- View this message in context: http://www.nabble.com/SWTBot-run-in-UI-or-Non-UI-Thread---tp20125909p20125909.html Sent from the SWTBot Users List mailing list archive at Nabble.com. |
|
From: nawaz a. <na...@gm...> - 2008-10-23 07:36:44
|
Hello Kethan and all other SWTBot Users, In the last mail I have requested for the SWT Recorder. I dont want to use it as it slows down my PC and as per Kethans suggestions its not the good idea to use it. The reason why I have requested for the recorder is because I am facing problem in one application (designed usinf SWT) i.e SWT application, Whenever I run the SWTBot Test case on that application it stops runnig displaying the message "Could not find the widget". That is it opens the first window of the application and stop runnning further displaying the above message. (Message: Could not find the widget) Neither it is able to detect any buttons or other controls in the first window. Could you please let me know how do it handle this problem or how do I proceed? On using the recorder My PC was slow and I could not go further. Is there any SWTbot Spy for detecting the SWT Application compnenets as you find in the other testing tool? if so how do I start it or use it? Please I need a help in this regard as i am not able to proceed with my work? Eagerly waiting for you reply. Thanks and Regards Nawaz Ahmed |
|
From: Vincent M. <vin...@ir...> - 2008-10-23 07:20:00
|
Brice Laurel a écrit : > Hi Ankit, > > I pasted the jar "net.sf.swtbot.eclipse.ui" in the eclipse's plugins folder > but when I select Run As -> Run Configuration -> ... > I don't see the item "SWTBot Test" in the left's part of the windows. > > Thanks > With Eclipse 3.4 (ganymede) you must deposit plugins and features inside the "dropins" folder. The "plugins" & "features" folders are for software installed through the update site mecanism. -- Cordialement Vincent MAHÉ Ingénieur Plate-forme OpenEmbeDD - http://openembedd.org IRISA-INRIA, Campus de Beaulieu, 35042 Rennes cedex, France Tél: +33 (0) 2 99 84 71 00, Fax: +33 (0) 2 99 84 71 71 |