Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » RCPTT with Selenium
RCPTT with Selenium [message #1771718] Tue, 29 August 2017 20:05 Go to next message
Agustin Celentano is currently offline Agustin CelentanoFriend
Messages: 51
Registered: June 2015
Member
Hi there,

I am using RCPTT to test our app and I need to test some web page opened in the SWT Browser. Is there any way to combine RCPTT test with selenium to capture the browser and interact with the web page?

Thanks in advance

Agustin Celentano
Re: RCPTT with Selenium [message #1771769 is a reply to message #1771718] Wed, 30 August 2017 09:46 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Agustin,

You can try to use exec-process command for this purpose.

Kind regards,
Ulyana.

[Updated on: Wed, 30 August 2017 09:49]

Report message to a moderator

Re: RCPTT with Selenium [message #1774613 is a reply to message #1771769] Tue, 17 October 2017 19:29 Go to previous messageGo to next message
Tomasz Od is currently offline Tomasz OdFriend
Messages: 6
Registered: January 2016
Junior Member
Hi,

Could you write some example ?
Re: RCPTT with Selenium [message #1775427 is a reply to message #1774613] Mon, 30 October 2017 08:17 Go to previous message
Viktoria Dlugopolskaya is currently offline Viktoria DlugopolskayaFriend
Messages: 124
Registered: March 2017
Senior Member
There are several ways to extend test functionality in RCPTT:
1) 'exec-process' command allows you execute any shell command. Example: https://hudson.eclipse.org/rcptt/job/rcptt-all/ws/releng/doc/target/doc/ecl/index.html#exec-process
2) custom ECL commands can help you execute any java code from a test. Example: https://github.com/xored/rcptt.extensions.ecl
Documentation: https://www.eclipse.org/rcptt/documentation/userguide/ecl/new-command-guide/

There is no defined way to execute Selenium test from ECL script, but if you can execute it without (with java code or some app) RCPTT, you are able to integrate it with RCPTT.

[Updated on: Mon, 30 October 2017 08:18]

Report message to a moderator

Previous Topic:Failed to close report node: Connection reset
Next Topic:nested context procs do not work
Goto Forum:
  


Current Time: Thu Apr 18 06:41:05 GMT 2024

Powered by FUDForum. Page generated in 0.01584 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top