Questions tagged [automation-testing]

159 questions
0
votes
0 answers

Input same pin again and again in the text box

Input same pin again n again in the text box. [121212 is printing 2 times.] TC1 Check the user is able to enter the pin code field. input text xpath://*[@id="pincodeInputId"] 121212 click element …
0
votes
1 answer

How to pass screenshot for the failed testcases to Report Portal. I am using Nightwatch for UI automation

Under the nightwatch.conf.js I have. "screenshots": { "enabled": true, 'on_failure': true, 'on_errors': true, 'path': 'tests_output/screenshots' }, Although, this generates screenshots for…
0
votes
0 answers

not clicking the element in the current page and searching for next page element hence getting no such element (using testng)

-am a beginner trying to implement hybrid framework in my project. -I have 3 pages login page, welcome page and appointment booking page -after enter username, psw, captcha it should navigate to welcome page and click group scheduling and should…
0
votes
0 answers

Problem with opening PipeDrive main page by selenium running in docker

I have an automation test with opening the PipeDrive page and login, if I run it from Pycharm it works fine, but if I run this test in docker the loading spinner after login spins endlessly. But if I reload the page after login, it will be displayed…
bastik
  • 9
  • 1
  • 4
0
votes
0 answers

How to select a part of xpath and assign it to a variable

how to get only the token of this xpath, and store it in a variable so that I can use it in another step //div[@class='s-stack s-mailbody'][contains(.,'Codigo de autorizacao: **820139**')] I would just need the numbers nothing yet. I'm hoping to be…
0
votes
1 answer

Drag and Drop not working using WinAppDriver C#

I have a scenario to drag a tree view item and drop it at a data item in data grid. I have tried Action class with element and action with offset and Mouse Move/Down/Up but nothing working. It clicks on the source element but not drag it to the…
TLe
  • 21
  • 3
0
votes
0 answers

missing service in datadog ci

My problem is a datadog script doesn't want do properly in gitlab-ci :/ When I'm running belowed script on my computer everything is ok. Xml test report is sending. DATADOG_API_KEY=$DATADOG_API_KEY DATADOG_SITE=datadoghq.eu datadog-ci junit upload…
Marcin
  • 97
  • 7
0
votes
0 answers

Regarding the sorted test plan in alphabetical order in azure devops

I have a automation test project in azure devops in which I have created a test plan. The test displays clients for which the tests are performed. The tests are displayed according to the time of their execution. My query is whether I can sort the…
Mayank
  • 1
  • 1
0
votes
1 answer

How to run selenium tests on Safari using Selenoid?

I'd like to ask, maybe somebody had experience with running automation tests on Safari (there are some strict limitations for Windows and Linux machines). One approach that I detected - it's Selenoid (but when run it, I get: " Could not start a new…
0
votes
0 answers

login with google for a site using cypress official docs about google auth not working

I'm trying to login on lambdatest.com using 'sign in with google' option. here is official code for cypress custom command provided on cypress docs which i'm using and everything working fine I'm getting proper response from Google api's using…
0
votes
1 answer

How can I check that a specific element (a div in my case) is in the viewport

I am stuck in a problem and searched a couple of days. I am testing a website using selenium in python, I want to check the working of "About Us" button. In that website, clicking "About US" will scroll the page smoothly and take you to that "About…
0
votes
0 answers

How to save folder as a suite in Pycharm

I am using Pycharm for my robot framework tests. I have different folders for different test scripts. After running every folder testscripts I got result files. (Log and output.xml) When I run robotmetrics I received below results where the number…
0
votes
1 answer

Setting header values to empty in Karate

In my testcase i am developing an API which is purposely having a missing header Value and i want to know that how can i pass an empty value in the headers in karate for example: Header client-id : this is a header with a missing value can anyone…
0
votes
0 answers

I am writing automation script on one website and login credentials are fetching from excel file and getting this error

Error which I am getting [ ERROR ] [ DataDriver ] Error in robot file: File "C:\Users\KARAN\PycharmProjects\OpencartFF\Testcases\RunOC.robot", line 0 [ ERROR ] In source file: File…
0
votes
1 answer

trying to connect to Azure from my Java code for test automation and run data factory pipeline

We are in process to try and create Java based test automation The build will be in Azure DevOps Will run a Data Factory Pipeline Check Status I am looking for help with being able to Connect to Azure (options so as to achieve CI) Please help…
YKR
  • 11
  • 1