The robot framework is a generic keyword based testing framework written in python.

learn more… | top users | synonyms

0
votes
1answer
19 views

How to call a global file before running any test suite

I want to call a keyword which should be executed prior to the start of any robot tests and that keyword should be run only once per entire project suite... eg: Lets say there is a project suite ...
0
votes
0answers
18 views

How to display/log which node ran Selenium test session?

I am building a test automation framework using a grid configuration of Windows machines. Without going into too much needless detail, I'm running the tests off a server running Robot Framework with ...
1
vote
2answers
35 views

How to import python modules and expose the methods in Robot Ride

I have my individual python modules which has many methods to it. For Example: ReusableModule.py has def play_button(): print 'Does play Operation' def download_music(): ...
0
votes
0answers
18 views

NoSuchWindowException after Close Window

I'm using robotframework with the Selenium2Library. And i've been having some trouble on handling popup windows in IE8. Try Popup Open Browser To PageXYZ Click Element XYZ Select Window ...
1
vote
2answers
29 views

How to check if a text is in web page in Robot Framework and Selenium

I'm currently creating an automation test for a website and I want to check if a text(s) is in the page. I could use the keyword 'Page should contain' to check; however, I want it to be a little more ...
1
vote
0answers
46 views

Running a Test Suite with over a million test cases

We have a distributed test environment with the robotremoteserver starting bunch of other applications and working with them as part of the test. The test that I am trying to run requires me to run ...
1
vote
1answer
13 views

How to tell rebot.py where to place logs and reports?

I'd like to use rebot.py in a script to create and put logs and reports into a given folder. Log and report parameters just don't work: milo@automoso:~/temp/demoproject> ./rebot demo_output.xml ...
0
votes
1answer
20 views

Is it possible to have a variable span multiple lines in robot framework

I have a very long regex that I would like to put into a variable to test with. I'd like to be able to put it on multiple lines so that it's not so unreadable. I saw you could do multiple lines with ...
1
vote
2answers
31 views

How to use extra arguments passed with Variable file - Robot framework

In Robot Framework user guide there is a section that describes how to pass variable files and also some possible variables if needed. Example: pybot --variablefile taking_arguments.py:arg1:arg2 My ...
0
votes
3answers
37 views

Running ride.py shows error “wxPython with ansi encoding is not supported”

When executing a file called ride.py, I get the following error message: wxPython with ansi encoding is not supported You need to install wxPython 2.8 toolkit with unicode support to run RIDE. ...
0
votes
2answers
12 views

aggregate the reports from different robot testsuites

I have different test suites in different directories. I use a script to run all these tests in one shot. Now I want to view the report of all these test suites in some aggregated way. What is the ...
0
votes
1answer
24 views

Setting up SSH in robot framework with multiple hosts

Within robot framework, I can use a for loop in each test case to Start an SSH connection to each host within a list, and then run commands on that host. But it seems that the ssh setup happens in ...
0
votes
0answers
59 views

Robot Framework - Run Firefox with system proxy

Ok so I got this code: ${SERVER} http://www.google.pt/ ${BROWSER} firefox ${DELAY} 0 *** Keywords *** Open Browser To Google Open Browser ...
0
votes
0answers
11 views

How to handle the screenshots when use rebot tool

I want to use rebot tool to merge some test suites'results. But I have no idea to handle the screenshots in the integrated report. The timeout screenshots' names in each test suite are the same(like ...
0
votes
0answers
45 views

Robot framework / selenium - possible to read javascript console?

When automating tests using the Robot framework, is it possible to read messages logged to the JS console via console.log? We are also using the selenium 2 library. We're using a third-party library ...
0
votes
3answers
72 views

Is there a way to get pybot to run test suites in a certain order?

Suppose I have 2 test suites in the local directory, foo and bar, and I want to run the test suite in the order of foo then bar. I tried to run pybot -s foo -s bar ., but then it just goes and run ...
3
votes
2answers
108 views

Is there a way to use telnet within an ssh connection in Robot Framework?

There is a node where I ssh into and start a script remotely by Robot Framework (SSHLibrary.Start Command or Execute Command). This remote script starts a telnet connection to another node which is ...
0
votes
2answers
57 views

No keyword with name 'Run' found

I can't run any command. I download robot framework jar file and start testing by: java -jar /home/robotFramework/robotframework-2.7.7.jar tests.tsv My test file: Library OperatingSystem *Test ...
0
votes
2answers
43 views

How can we use “Set Varibale if” with a keyword where Keyword is returning a variable RobotFramework

How can we use Set Varibale if with a keyword, where Keyword is returning a variable that needs to be Set in RobotFramework. Eg: ${Var} = set variable if ${i}==10 Keyword.
0
votes
0answers
21 views

Resource file not recgonizing while executing test case in text format in robotframework [closed]

I have started executing test cases after installing all precondition (like robotframework,python n seting path),I have three txt files commom ,google and testcase in same folder ...
0
votes
0answers
27 views

Can not use RobotFramework library in EclipseIDE

I already installed the RobotFramework-EclipseIDE.(refer to the link below ) https://github.com/NitorCreations/RobotFramework-EclipseIDE/wiki/Usage Robot Editor is installed correctly in Eclipse, the ...
1
vote
2answers
41 views

Multiline Documentation in robot framework

I want to document test scenarios, the principle behind the scenarios etc. in robot test case itself. For that the documentation need to support multiline features and formatting. Is there anyway to ...
0
votes
3answers
297 views

Can't run “Open Browser” with a Firefox (version 20) instance through Robot Framework IDE + Selenium

I'm looking for a way to, making use of RIDE and the Robot Framework, run Firefox (version 20 -- the latest), opening a page of my liking. This used to pose no concern with earlier Firefox versions, ...
0
votes
1answer
33 views

Getting null object in robotframe work

I'm new to robotframework. I am working on application where i need to automate the test cases. I am downloading eclipse client from server to my desktop and then update the plugin. I am trying to ...
1
vote
2answers
409 views

How to write Test Cases in Robot Framework with Selenium Library

I have installed Robot Framework. I am searching for example Test Cases for Robot Framework using Selenium Library. I need a guideline to start writing TCs on Robot Framework. Help is appreciated.
0
votes
0answers
105 views

How to use Robot Framework with Java using Eclipse as IDE

I have installed Robot Framework-EclipseIDE plugin by following the instruction on the following URL: https://github.com/NitorCreations/RobotFramework-EclipseIDE/wiki/Installation Installation is ...
2
votes
1answer
53 views

How do I tell robot-server to reset the test fixture when I use ride with Plone?

I'm trying to write my first robot test; I'd like to use ride as advertized in http://developer.plone.org/reference_manuals/external/plone.app.robotframework/happy.html#install-robot-tools I added ...
0
votes
2answers
107 views

Is it possible to install Robot Framework without installing Python on Windows?

I have Java 1.6. And I have installed Jython on Windows by following the steps below: Download "jython-installer-2.7-b1.jar" Open command prompt --> Go to the location/folder where ...
0
votes
0answers
68 views

Robot Framework Eclipse Library tutorial in Java

looking for Robot Framework Eclipse Library tutorial in Java. I am not finding anything online. -Thanks
0
votes
0answers
42 views

Automation framework for Eclipse RCP and Web applications

I am researching on a test framework for automating the platform which consists of 4 web applications and an Eclipse RCP project. For the web applications I don't really need to test the UI, but it's ...
0
votes
1answer
144 views

How to pass a variable file path to Robot Framework located on PYTHONPATH?

Environment: Robot Framework 2.7.5 (Jython 2.5.2 on java1.6.0_21) Tomcat 7.0.32 Hi, I am using RF embedded on a Java web application and am I having issues passing the --variablefile argument into ...
0
votes
1answer
93 views

How to write functional tests, to drive selenium using Robot Framework

I have installed python2.7.3 and robotframework2.7.7 on Windows7. Now I want to write some example test cases and execute them with Robot Framework by using Selenium. How can I do that?
1
vote
1answer
105 views

Error occurs during installation of Robot Framework with Python on Windows 7

I have installed "python-3.3.0.msi" successfully and set up PATH as "C:\Python33;" on Windows 7. After that I tried to install Robot Framework by using "robotframework-2.7.7.win32.exe" (double click ...
0
votes
1answer
76 views

Robotframework + Selenium2Library Native Py Keyword Run_on_failure

I'm having some issues with getting selenium2library to trigger run on failure when using a custom robotframework keyword. I wrote a keyword in python that is working as I expect with the exception ...
0
votes
1answer
77 views

While loop in robotframework (check periodically status bar in desktop application)

Is there some alternative for while loop in Robotframework? I need to check progress status in status bar in my desktop application. For checking I'm using AutoitLibrary and read message from ...
0
votes
0answers
73 views

How to open new tab in same browser using robot frame work(Python)

I am trying to open a new tab in Robot Framework. I have gone through the questions below: How to open a new window or tab in webdriver (Python)? How to open new tab in same browser using robot ...
0
votes
1answer
75 views

Proxy settings for Selenium@library with robot Framework and VNCserver

Hi I am writing testcases in robot Framework with Selenum2Library. I am running my Product on another VM with Proxy settings and Selenium on other machine. If there's no Proxy I can run selenium on ...
0
votes
1answer
64 views

How do you remove seconds and milliseconds from a date time string in python

How I can convert a date in format "2013-03-15 05:14:51.327" to "2013-03-15 05:14", i.e. removing the seconds and milliseconds. I don't think there is way in Robot frame work. Please let me know if ...
0
votes
1answer
71 views

How to convert a date format like 'Wed Mar 13 10:10 EDT 2013' to “2013-03-13 10:10” in robot frame work or python [duplicate]

Could any one help me out to covert a date format like "Wed Mar 13 10:10 EDT 2013" into the format like "2013-03-13 10:10" , I have tried "get time" keyword from Built-in which isn't working in this ...
0
votes
1answer
110 views

Use of named arguments in robot framework

I would like to pass a set of named variables to a keyword: Like this: | | Bypass | environment=${SystemUnderTest} | device=android | the keyword is defined in python like this: def ...
1
vote
1answer
56 views

How to get the required content from a JSON string

I have a variable in Robot Frame Work having Json response body in the following format { "jsonrpc": "2.0", "id": "787878", "result": { "content": [ { ...
1
vote
1answer
121 views

How to disable loading external urls on seleniumlibrary/robotframework

I started playing with Seleniumlibrary tests (run with robotframework) and as our websites have ads and metrics and so on, every time I run a test those URLs get loaded. Is there a way to tell ...
1
vote
1answer
45 views

Finding the status of an Execute Javascript $( )

Execute Javascript $('*:contains("Success")) Is there a way to find out if this statement was successful? Can we return something into a variable and check the value of the variable? Like for ...
1
vote
2answers
208 views

Verification of presence of one text of 2 texts in the page using selenium2library & Robot Framework

I want to test if the page contains "TEXT1 or "TEXT2". Page Should Contain TEXT1 or TEXT2. Any suggestion how can I do this? Currently I can only check for one text.
0
votes
1answer
76 views

Robot Framework File Upload

I have to write a test where a file has to be uploaded. Is this possible using Robot Framework? Thanks
0
votes
0answers
59 views

Robot Framework Integration

We have a project which uses Robot Frameworh 2.7.7 and we are using HP-QC fpr bugtracking Is possible to integrate robot Framework with HP Quality center?
0
votes
1answer
137 views

robot framework how to know if a checkbox is selected

I am using robot framework. How can I test if a checkbox is selected? I want to run a keyword if a checkbox is selected like: ${checked} = Checkbox Should Not Be Selected ...
0
votes
0answers
81 views

RobotFramework : cx_Oracle - FAIL : InternalError: No Oracle error?

Couldn't find a solution for my problem using search so I created this topic. I'm having problems when connecting to Oracle database using DataBase libary and cx_Oracle module. In python import ...
0
votes
2answers
145 views

Robot Framework browser support

Has the robot framework support for IExplorer or only for Firefox and Chrome? (If yes, how to configure it?) Thanks!
1
vote
2answers
185 views

Having trouble in importing sikuli modules in python . I am using RIDE to run python script

I'm having trouble getting sikuli+python. Whenever i execute python script through RIDE(robot framework IDE), i am seeing issue in importing sikuli api. I tried by adding sikuli path in environment ...

1 2 3