Skip to main content

Questions tagged [automated-tests]

Test automation is the use of software to control the execution of tests, the comparison of actual outcomes to predicted outcomes, the setting up of test preconditions, and other test control and test reporting functions. Commonly, test automation involves automating a manual process already in place that uses a formalized testing process (wikipedia.org).

automated-tests
0 votes
0 answers
12 views

Write XUnit.net test results on trx file

I want to write XUnit.net test results on trx file everytime that tests are executed, currently on .net 8 using VS 2022. So, I've red Microsoft docs about runsettings file and, as far as I understood, ...
federico D'Armini's user avatar
0 votes
0 answers
6 views

Scrolling in the table component with Cypress

I'm working on automating some testing with Cypress inside of SAP Hybris. Basically, I'm at the part where a list of promotions is given in the form of a table. The task that Cypress has to manage is ...
No Tools No Craft's user avatar
0 votes
1 answer
10 views

JMeter freezes when attaching a large-sized base64 text on body data

I've been trying to attach a base64 encoded image (large size) to my POST body data but it freezes every time I tried to paste it. Any suggestion for a good practice of attaching base64 texts on POST ...
Ree's user avatar
  • 1
0 votes
0 answers
9 views

Empty Request Body in Microsoft Power Automate from Datadog Notifications

I have created synthetic tests in Datadog and set up notifications to trigger workflows in Microsoft Power Automate. However, I am encountering an issue where the request body in Power Automate is ...
Muhammad Hamza's user avatar
0 votes
0 answers
4 views

Check if a runtime variable exists in TestSigma

I'm working with TestSigma and have encountered a scenario where I need to handle a runtime variable across different test cases. Here's my situation: I have two types of forms that are functionally ...
benni347's user avatar
0 votes
0 answers
19 views

Being able to stop pytest execution but providing repot when some conditions are reached

I'm in the need of some quite strange use case. I have a bunch of pytest tests running, which are doing their stuff. Some of them are changing an environment. These tests are daily running. And I can ...
Xaruman's user avatar
  • 119
0 votes
0 answers
16 views

Playwright Test runner struggles with clicking combobox elements and opening option lists. Inconsistent behaviour

Video1: https://drive.google.com/file/d/1BYTFZ5O_0dwTKAuS3siqiQseh8LcWYmH/view?usp=drive_link Video2: https://drive.google.com/file/d/1fyBVhQM2brEAdgJQNeRcLRtJNfXGnNMq/view?usp=drive_link Video3: ...
tem's user avatar
  • 25
0 votes
0 answers
27 views

Problem accessing web elements using Cypress [closed]

I use Cypress and typescript. I ran into a problem. The page has a form with a button and input fields. Expected result: When you click the button, the input fields become available for editing. ...
Norlerion's user avatar
0 votes
0 answers
8 views

Katalon Studio, Testcases disappear after pushing code and open other project

Recently, i made plenty changes and new testcases in my project. Then, i commited and pushed my code to my repository branch in Bitbucket. After that, i got some error like “Rejected bla bla bla”. But ...
Nielsen Superior's user avatar
0 votes
0 answers
16 views

How to Test Performance, Scalability, CPU, and Memory Consumption of Rule Engines (Drools, NRules, Easy Rules)? [closed]

I am trying to test the performance, scalability, CPU, and memory consumption of my rule engine. I am using Drools, NRules, and Easy Rules but I'm new to this and don't know where to start. I haven't ...
Nejmaoui Shadha's user avatar
0 votes
0 answers
13 views

Issue with tests generating (magento. mftf)

mftf is new experience for me and sry if this question is to lamer When i execute the following command vendor/bin/mftf generate:tests the following result is appears: Warning: DOMXPath::query(): ...
Dmitriy Denisyuk's user avatar
1 vote
1 answer
52 views

How can I test that the PHP code under test calls the proper method on a trait?

Edit: After reading one of the comments, I realized I misspoke pretty badly in the original post, I've made some edits to clarify. Essentially, I need to check the results but am struggling with that ...
jrgilman's user avatar
  • 472
0 votes
1 answer
38 views

Run some tests in serial mode and some in parallel in the same file Playwright

In this example I have 4 tests in the same spec file, and I want 2 of them to be executed in serial mode and the other 2 to be executed in parallel. // a,b - to be executed in parallel mode test("...
I.sh.'s user avatar
  • 1,317
0 votes
0 answers
26 views

Is it feasible to run part of test cases parallelly and part of test cases sequentially at the same time in Playwright

I need to run my automation test suite on multiple workers to reduce execution time. There are a few test cases that use the same endpoint with different configurations. please refer the bellow ...
isuru prasad'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

15 30 50 per page
1
2 3 4 5
886