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

Questions tagged [software-quality]

Software quality reflects how well a software conforms to given requirements (functional and non-functional), how much it shows characteristics like reliability, efficiency, security, maintainability.

software-quality
0 votes
0 answers
27 views

Selenium clean POM project structure

I am doing refactoring of my old Selenium project. I am implementing POM and other best practices. I work for insurance company and we are selling our insurance products online. Some of them have 5-6 ...
shokerrr's user avatar
2 votes
1 answer
77 views

Jenkins Warnings plugin - Quality Gate on MSBuild - Reference build recorder is not configured, why?

I'm trying to implement Quality Gate via the Warnings plugin in Jenkins on my Delphi projects (based on MSBuild). The final goal, for now, is to mark as failed any build that has a count of hints+...
Bozzy's user avatar
  • 611
0 votes
1 answer
26 views

Is it possible to obtain a comprehensive help / reference information about Clang using command line (e.g. man clang)?

While using GCC I usually use man gcc to find help / reference information (descriptions of command-line options, etc.). Most of the time the output of man gcc does contain help / reference ...
pmor's user avatar
  • 5,941
0 votes
0 answers
123 views

Did vscode-server change its directory structure and why?

I am trying to fix the weird behavior of VSCode in an air-gapped scenario. We use a similar approach to the one described here to bring vscode-server into an air-gaped environment. VSCode server used ...
Markus W.'s user avatar
  • 325
0 votes
0 answers
18 views

Unable to get the execution time of each steps in Qtest Export

How to export test Cases from QTest with the execution time of each step? I can see the executed start and end time, but not the time of execution of all the steps in a test case I tried clicking on &...
Srinithi's user avatar
0 votes
0 answers
31 views

Using Android Espresso to check Toast Messages

I'm having trouble checking if a Toast is present on the screen using Android Espresso. Are there any other ways to do this? In my specific case, the Toast is triggered on the login screen, but it's ...
Jefferson Jales's user avatar
2 votes
3 answers
122 views

How to use GoF design pattern for software robustness?

Robustness is defined by IEEE as "The degree to which a system or component can function correctly in the presence of invalid inputs or stressful environmental conditions". What real-world ...
atob's user avatar
  • 21
0 votes
1 answer
75 views

Java best practice: favor immutability or cleaner execution flow? [closed]

I've been reviewing java pull requests for a while now, and I often encounter code like this: String getBar(Foo foo) { String bar = "Unknown"; // default value if (foo.getBarHandler()...
lmo's user avatar
  • 535
0 votes
2 answers
237 views

cant find Xsrf-Token on requests

Im doing a login in jmeter Previously i sent a request login [options] where i get the cookie and save in a header variable,,second request is the login[POST] request which has credentials as payload ...
Mzee Bakari's user avatar
0 votes
0 answers
30 views

How to test functionality that can only be accessed at the beginning of the next week?

Description: I am currently testing an 8base application and I have encountered a problem with a specific functionality that can only be tested at the beginning of the next week. Functionality: The ...
Danny Fenton's user avatar
0 votes
1 answer
33 views

How to detect build after all tests are completely run using testNG?

There are several tests included in one build. There may be multiple classes with multiple tests for the same build. We use automated results publishing methodology and for that we need to identify ...
Hasini Rangana Weerasooriya's user avatar
0 votes
0 answers
64 views

Selenium Locators for Ant Design

Hello good people of the internet. I'm looking for a locator bank or a github repository enlisting all the necessary locators for the Ant Design (Antd - React) library for Selenium Web Driver (Java). ...
Shahzada Fahad Ashraf's user avatar
-1 votes
1 answer
34 views

Jmeter request works on local but getting 401 on distributed testing on VMS

enter image description hereI have a jmeter login script,,,i send 2 requests, 1 is login -options where i get the cookie and save in a header variable,,second request is the login -post request which ...
Mzee Bakari's user avatar
0 votes
0 answers
54 views

writing a test for an <img /> tag that has onClick()

I am attempting to write a test for an img tag where the src of the image changes onClick, however the userEvent.click is not changing the src - even though this function works when tested manually. ...
pmkob's user avatar
  • 11
-2 votes
1 answer
43 views

Connection Test

How can I test the net-connectivity of app in performance? I want to Test the net-connectivity range of the app in performance. For example, if the connection scale is 3G in some regions, the ...
Ani Narzullo's user avatar

15 30 50 per page
1
2 3 4 5
16