Skip to main content

Questions tagged [robotframework]

The Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD). It is a keyword-driven testing framework that uses tabular test data syntax. The Robot Framework is written in Python.

robotframework
0 votes
1 answer
20 views

Robot Framework run command giving issue "[ ERROR ] Suite 'Acceptance' contains no tests or tasks."

I am creating simple Robot framework project in Eclipse from one of the Youtube video (https://www.youtube.com/watch?v=H5LQJttkunQ ). Project Structure is like: Automation | src | test | ...
H1312's user avatar
  • 21
1 vote
1 answer
15 views

Any way to replace multiple Replace String commands with a single line?

${rowNum} Convert To String ${iRowNum} ${ScheduledJobManager_T1_Col_1_Row_i} Replace String ${ScheduledJobManager_T1_JobID} <rowNum> ${rowNum} ${...
Swapneil Basutkar's user avatar
0 votes
0 answers
42 views

How to run failed testcases using pabot with multiple argument files (different set of data)

Goal: I am using pabot (https://pabot.org/) to run some test cases with different users in parallel, however when I try to use the '--rerunfailed' argument with multiple users, it fails as ...
Zeeshan's user avatar
  • 185
-3 votes
0 answers
23 views

How to use automation id in a hybrid application.exe it [closed]

I am using a hybrid application.exe the web is embedded in the windows. I am trying to use the automation id . I am required to use the automation id but when i tried automation The error says No ...
Faiz Imran Cotongan's user avatar
0 votes
0 answers
26 views

Keyword 'Capture Page Screenshot' could not be run on failure: WebDriverException: Message: disconnected: not connected to DevTools

My team and I have been encountering this issue for a couple of months already. When running our automated tests (Robotframework) in gitlab (on a docker image), some suites fail sporadically with the ...
Rositsa Kyuchukova's user avatar
-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
24 views

In robotframework, In a group of multiple test cases in a robot file, how can i skip to the last test case

In the below robot file, Is there a way to SKIP to the last Test Case "D Test Validation" based on the SKIP condition in "Test StepA2". This should skip both "B Test ...
pradeep's user avatar
  • 61
0 votes
1 answer
38 views

How to call async javascript function and get the returned value using robot framework

I have a async javascript function stored in a robot framework variable. I need to call this async function using robot framework and get the returned value. I tried as below and its not working. Can ...
Prabodha's user avatar
  • 580
0 votes
0 answers
25 views

Running Android emulators using QEMU on top of Dockers based on Ubuntu OS

We are currently trying to run Android mobile automation scripts on top of dockers with ubuntu as base image , so i created a dockerfile with the below configurations : Android Studio: Android Studio ...
Sekhar333's user avatar
0 votes
1 answer
31 views

Why I am unable to locate proceed button on robot framework

Why I am unable to locate proceed button on robotframework seleniumlibrary. I have tried below XPath expressions: //input[@id="btnProceed"] and //input[contains(text(),"btnProceed"...
Saif's user avatar
  • 1
0 votes
1 answer
35 views

How to use settings section Variables Python.py in robot framework

In robot framework my sample.resource file looks like this *** Settings *** Library OperatingSystem Variables da_cfg.py The da_cfg.py file return a dictionary imported from yaml ...
user3201706's user avatar
0 votes
1 answer
58 views

sed command changing while robot tests are runs

I am running a sed command within robot test: ${stdout01}= Run echo ${stdout0} | sed "s/\'/\"/g" It is not running properly and giving me error: /bin/sh: 1: Syntax error: ...
Nav89's user avatar
  • 71
1 vote
1 answer
70 views

Need to use the variable globally in the test case in robot framework

I'm new to the robot framework and I'm trying to automate the API's testing using robot framework, The framework looks as below, I have one scenario where i need to use the variables from one test ...
Abilash's user avatar
  • 49
0 votes
1 answer
26 views

How can i take a screenshot and Capture Page Screenshot popup message windows and chrome for

I want to write a test script for Robot Framework that allows the Cature system to fill the entire screen including popup messages that notify Windows and Chrome as shown in the image. I wrote using ...
Nancy_Richy's user avatar
0 votes
0 answers
38 views

Pycharm keep showing error on reading Selenium Library

So I'm struggling with this error for few weeks already. I have this error: Features.1 Login ==============================================...
IlhamideaZ's user avatar

15 30 50 per page
1
2 3 4 5
460