Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [test-architecture]

Test architecture is a set of rules and methods that describe the functionality, organization, and implementation of software testing. OR An experienced tester.

0 votes
1 answer
19 views

Green/Blue Deployments with several development teams

I am working in an AKS cluster environment with several clusters separated from each other. I've been reading about Green/Blue deployments about testing a change in one cluster and then rerouting ...
CodeMonkey's user avatar
0 votes
1 answer
43 views

How to create extendable jmeter test plans?

We have received 20 jmeter test plans, each testing one endpoint, which we need to run as part of AzureDevops pipeline. On some tests we need to pass parameters and others we don't. My idea was to ...
OrigamiEye's user avatar
-1 votes
1 answer
80 views

What is the best architecture for a test automation framework with multiple products?

Currently, we have time to update the architecture in our test automation framework, and we are searching for the best solution to our needs. We have this module architecture: tests-core core-api ...
cheparsky's user avatar
  • 125
2 votes
2 answers
88 views

Automated tools fot testing Software Architecture

Are there any tools (paid or open-source) to validate web applications' software architecture (.NET technology) to measure aspects like cohesion and coupling?
Adham Enaya's user avatar
2 votes
2 answers
186 views

How can we test technical architecture for any product?

How does tester test the technical architecture of any application? is this really a test-related thing that can be done while the architecture is still being developed, In my project, We have below ...
Nitin Rastogi's user avatar
4 votes
2 answers
133 views

How to improve quality as an influencer of people you do not manage?

Quality Assurance and Quality Engineering seek to improve quality. They know that testing does not improve quality in and of itself. It indicates potential issues with quality. For example, tests ...
Michael Durrant's user avatar
3 votes
1 answer
55 views

Should architects make their applications aware of whether they are production or not?

I work with an application that can be heavily customized. In many cases for a Greenfield development, the developers and architects will decide to put in place an API that returns what environment ...
Evan's user avatar
  • 39
5 votes
2 answers
116 views

Accumulated mass of tests - how to work with business to remove / refine?

Test object: a big monolith application (~500k loc) developed in Java for the last 15 years. Big and (probably overly) complicated backend + web frontend. There are many business processes implemented ...
namarath's user avatar
1 vote
0 answers
299 views

Using FindBy in abstract class

I have couple of pages that have similar structure, similar elements. But selectors are different from the first tag. Example: Selector for the element on one page: @FindBy(xpath = "//picture-item//...
Artur's user avatar
  • 229
9 votes
3 answers
293 views

Automated testing of a system of several connected computers

I work in a lab containing a system of computers and simulators interacting with each other in order to recreate a complete and accurate boat simulation. The software used on these machines receives ...
Frazic's user avatar
  • 91
3 votes
2 answers
192 views

How an automation engineer could maintain a large messy existing test code base?

Background: For an UI automation large codebase having thousands of Selenium tests, which multiple people have developed/updated/patched over a period of few years. There is no documentation/manual ...
Vishal Aggarwal's user avatar
10 votes
4 answers
1k views

In Page Object pattern, aren't we creating over-specialized methods than generalized re-usable functions?

Background: In the Selenium UI automation we all have been using Page Objects pattern as the "Best Practice" for years. In Page Objects "methods" are tightly coupled to pages ...
Vishal Aggarwal's user avatar
9 votes
5 answers
2k views

What is the role of QA in testing an application having MicroServices architecture?

I have to test a software application which will be developed in Microservices architecture. What are the difference in testing an application developed using Microservices architecture rather than a ...
QA9's user avatar
  • 591
2 votes
1 answer
276 views

What is the typical test automation scenario where decorator Design Pattern can be applied?

What is the typical automation scenario where decorator design pattern can be applied in UI test automation ? Please share your practical experiences with small code examples to help us fellow QA ...
Vishal Aggarwal's user avatar
7 votes
1 answer
3k views

What is difference between Test Design & Test Architecture?

Could anyone explain the difference between Test Design and Test Architecture? More specifically; if you tell someone to present Test Design - what would you expect them to present? Same goes for ...
Nitin Rastogi's user avatar

15 30 50 per page