Questions tagged [test-scenarios]
6 questions
13
votes
3 answers
Difference between scenario and use-case
Is a scenario a bigger picture with more details than a use-case or how much difference is there? I write a report where I prefer the word scenario but in my training we used the word use-case (in a course about OOP).
I program in SMV which is not…

Niklas Rosencrantz
- 8,008
- 17
- 56
- 95
3
votes
3 answers
Testing new feature in existing test?
A new feature is being developed.
I want to test this feature in different scenarios.
We have existing tests that correspond to this scenario (but they test other features).
Should I :
insert new assertions about the new feature in these existing…

Wenneguen
- 139
- 2
1
vote
1 answer
How do I create an integration test that tests multiple microservices without mocking?
I understand the concept of mocking API responses and their uses in unit testing, but in functional/integration testing, I actually don't want to mock because that defeats the purpose.
For example, if I have microservice A and B. A user creates a…

john
- 141
- 4
1
vote
2 answers
When writing a JUnit test for non-covered legacy code - how important is it to understand the original scenarios?
A Tech Lead in my team said:
We're going to use sonar on our (500KLoc) codebase so that everytime you do a commit, it will check the classes you've touched against the coverage goals. If you don't meet the coverage goals for your commit, the build…

hawkeye
- 4,819
- 3
- 24
- 35
0
votes
1 answer
How do cloning drives, system recovery points and virtual machines compare for system state recovery?
I want to setup a dedicated test computer that can be restored to a specific system state. The reason for that is that the software tests to be executed on that machine include the installation process. Software can certainly be uninstalled, but…

surface
- 109
- 1
- 1
- 6
0
votes
1 answer
How to prepare test case for System Migration of legacy system while existing functionality is unclear?
I am migrating a legacy system from Oracle Form to Web Application. The migration is conducted with code study and interview.
As the requirement is to migrate the existing system to Web application and keep all existing functionalities.
There are…

Ben Cheng
- 349
- 1
- 10