Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

-1 votes
0 answers
36 views

Getting Error: 'NoneType' object has no attribute 'split' - When calling a def in another py file [closed]

I am working on a ROBOT Python Framework for test automation I have this listener class 'TestStatusListener' after execution, which gets the count of Total,Passed,Failed,Skipped tests. I have another ...
AbdulQASDET's user avatar
0 votes
1 answer
40 views

Is it possible to execute a test case that passes solely when the Test Setup is executed?

I have added the following two Keywords to my Test Setup: Test Setup Navigate to Home Page Home Page Card Is Visible I navigate to the Home Page and verify that the Home Page Card is visible at ...
Kieran M's user avatar
  • 437
0 votes
0 answers
28 views

Scroll Page Up or Down using Robot Framework

Requirement: I need to select the checkbox w.r.t item name which is available in a web-table. The item name is randomly selected within a range and then the page has to scroll up or down based on the ...
Gaurav Marothia's user avatar
-1 votes
2 answers
29 views

Best way to check multiple file types in Robot Framework [closed]

Have an automated test using robot framework to check for the presence of certain file types. Up to now we've only been checking for .crt files, but I now need to check for either .crt or .pem files. ...
Tufty's user avatar
  • 505
0 votes
0 answers
48 views

Robot framework- GUI Automation-Attaching Certificates and private key to connect to MTLS server

Is there a method to attach a certificate to a Linux environment for GUI login validation in an MTLS setup using Robot framework? My REST API calls are successful using the 'Create client cert session'...
karthika's user avatar
0 votes
1 answer
56 views

starttime and endtime are not existing in robot framework output.xml file

I tried to parse test result of Robot Framework to postgres by using TestArchiver (TestArchiver) but the below error occurred: Parsing: 'output.xml' Traceback (most recent call last): File "/...
Pasin Chantharathan's user avatar
0 votes
0 answers
27 views

How to call a function / Robotframework Keyword when appium detects a particular page

I am currently running android mobile applications tests with appium, Robotframework and Python. Scenario: A new feature has been implemented - App Pin. This page would show up after X seconds soon ...
Shetty's user avatar
  • 1
0 votes
1 answer
50 views

Run Robot in Jenkinsfile does not fetch the correct test.robot file from Github

So I have a school project that have given me so many headaches in every step of the way. It is located on Github and is run through Jenkins as a pipeline project, parameterized with git parameters ...
Pär Ershag's user avatar
0 votes
1 answer
54 views

Optimizing Test Scenarios in Robot Framework: Reducing Redundancy and Enhancing Efficiency

I need assistance with Robot Framework. How can I create test scenarios? By test scenarios, I mean combining multiple test cases together. For example, if I have the following test cases: 1.Login ...
Theerastillhere's user avatar
0 votes
1 answer
88 views

Use external file js in robot-framework

I have a file js in my project export function myFunction(parametro) { return "This is result " + param; } and my file .robot *** Settings *** Library SeleniumLibrary *** Test Cases *...
Isabela Santos's user avatar
0 votes
0 answers
29 views

Robot Framework Test - Uploading Picture File To Browser

Webapp Form input tag (https://i.sstatic.net/n9my9.png) I am having trouble uploading a picture file unto a form. HTML snippet: <div class="ideal-file-wrap"><input type="text&...
Miguel Barca's user avatar
0 votes
0 answers
36 views

Ensuring required fields cannot be left empty in Browser library (Robot framework)

There are 6 forms. On each form, there are 6-7 required inputs(text, date,time, dropdown, radio). How do I test all of these? 1 idea is filling all input except for one and seeing whether it says ...
Naam's user avatar
  • 19
0 votes
1 answer
303 views

How to get number value from string in Robot framework (Browser library)

I will try to get a string from a button's id. It will be "username12", I need to get that 12 number value. It will be stored using get text but thats string, I need number value.
Naam's user avatar
  • 19
0 votes
1 answer
47 views

List of BuildIn robot keywords

I want to get the list of all available keywords under a given library ,for exemple BuildIn from robot.libdoc import libdoc import xml.etree.ElementTree as ET def get_defined_keywords(library_name): ...
Firas Khemakhem's user avatar
1 vote
0 answers
69 views

CumulusCI TaskImportError: Cannot load Python class for task - No module named 'imp'

I'm working with CumulusCI on macOS and running into an issue when trying to run tests. Every time I attempt to run a test with the command cci task run robot -o suites path/to/salesforce.robot, I ...
ana_nymous13's user avatar

15 30 50 per page
1
2 3 4 5
25