Posts by flaviomeira10 • 166 points
4 posts
-
1
votes1
answer1135
viewsA: What is the difference between regression testing and end-to-end testing
Regression testing: All tests that will be re-run to ensure the functioning of the software (of the existing features and covered by testing). If any functionality has the behavior changed in an…
-
1
votes1
answer377
viewsA: Option to Hyper-v Manager for Windows 10 Home
After chatting with friends who access Hyper-v server virtual machines from Linux distributions, and some research, I was introduced to Hypy. An application made in Python that works perfectly to…
hyper-vanswered flaviomeira10 166 -
2
votes1
answer377
viewsQ: Option to Hyper-v Manager for Windows 10 Home
Whenever I needed to access virtual machines on the Hyper-v server I used Hyper-v manager. However, Hyper-v manager is not available for home versions of Windows. Is there any alternative, without…
hyper-vasked flaviomeira10 166 -
1
votes1
answer332
viewsA: Swipe using the Appium tool
If you have not entered any assert in your test, and no line of code has triggered an exception, your test will even pass (because there was no error). You should check the status of your app after…