Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [swtbot-dev] New version plans?

Hello Everyone,

   I am fresher to Testing world and I am using eclipse library of Robot Framework for GUI testing. Eclipse library is a bridge between Robot framework (Open source test automation tool) and SWTBot. There are some problems(kind of limitation) using eclipse library of RF as listed below .. some of which are of SWTBot also, Please do reply point-wise and correct me If I am wrong :

1) No Right click option in .. Defined as protected in SWTBot.
2) SWTBot doesn't support Native dialogs (native to os) .. so can't browse(select) a folder or file.  (i.e. Windows pop-up dialogs)
3) Some shortcuts can not be pressed, like am not able to press CTRL+Enter & CTRL+Space buttons from keyboard .. I think it is there in SWTBot.
4) Can't login to any server from eclipse GUI .. SWTBot itself doesn't support this as per information i got from internet.
5) Many of the methods are defined as protected in SWTBot, and as eclipse library is bridge between RF & SWTBot, RF can't use those methods which are not defined as public .


Thanks & Regards,
Ganesh K.


On Wed, Apr 1, 2015 at 10:27 PM, Mickael Istria <mistria@xxxxxxxxxx> wrote:
Ok, so it seems like SWTBot will soon have enough value in master to commit on doing a 2.2.2 release.

Here is the target content of this release: https://bugs.eclipse.org/bugs/buglist.cgi?classification=Technology&list_id=11439064&product=SWTBot&query_format=advanced&target_milestone=2.2.2 . Note that if you add topic to that list, it means that you commit in getting this fixed soon; not that you're requesting or assigning work to any other contributors (unless you're their boss and have the power to force them to work on it).
@Aleksander: please add your topics to the tracker, and put target milestone 2.2.2.

As soon as this todo-list is completed, I'll take care of doing the release (unless someone wants to have fun with it) as documented on https://wiki.eclipse.org/SWTBot/Contributing#Release_process

Cheers,
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

_______________________________________________
swtbot-dev mailing list
swtbot-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/swtbot-dev


Back to the top