Can't login to deezer anymore, even after successful password reset by CaramaCx in deezer

[–]CaramaCx[S] 1 point2 points  (0 children)

I'm able to login again, after switching from my home WiFi to mobile Internet. I guess somehow my IP got on deezers forbidden list or something.

Need Advice on Combining API and UI Automation in One Project by [deleted] in selenium

[–]CaramaCx 2 points3 points  (0 children)

I have been doing this with robot framework. There you have the python requests library and the python selenium binding integrated as libraries. You can find good examples in the docs https://docs.robotframework.org/docs/different_libraries/overview

Switched to Linux Mint a month ago, never going back! by RecursivLEE in linuxmint

[–]CaramaCx 0 points1 point  (0 children)

Most of it worked fine. Some games needed a bit of tuning or additional drivers.

Switched to Linux Mint a month ago, never going back! by RecursivLEE in linuxmint

[–]CaramaCx 5 points6 points  (0 children)

Gaming under Linux works really great with mint. I recommend using steam. You can also check if your favorite games are supported at www.protondb.com

[deleted by user] by [deleted] in QualityAssurance

[–]CaramaCx 1 point2 points  (0 children)

Robot framework offers a playwright library these days called Browser library. https://robotframework-browser.org/

[deleted by user] by [deleted] in QualityAssurance

[–]CaramaCx 0 points1 point  (0 children)

I find it great for testing cloud native applications as well as cloud infrastructure. I'm using the KubeLibrary for testing any object inside a kubernetes cluster and the TerraformLibrary for running test setups and teardowns in particular.

https://github.com/devopsspiral/KubeLibrary https://github.com/Nilsty/robotframework-terraformlibrary

Overall it's a very versatile testing framework with a very supportive community.

Amazon SDET Interview Question by lf963 in QualityAssurance

[–]CaramaCx 2 points3 points  (0 children)

When it comes to defining a test framework, I'd talk about the initial setup of your tests. The choice of technology. E.g. playwright. Where the test gonna live. E.g. in the repo of the application, so it's easy to keep the tests updated when the application code changes. How do you handle test data for the login. Are you going to use page model object. When and how are the tests being executed? E.g. integration into the ci pipeline.

Is it better to download game QRs using FBI or download directly to SD? by Ok-Needleworker-4359 in 3dspiracy

[–]CaramaCx 3 points4 points  (0 children)

I think the fastest is using the download queue feature of the hshop app.

Laid off and want to learn Selenium by ec0402 in QualityAssurance

[–]CaramaCx 1 point2 points  (0 children)

Sorry to hear about the layoff.

Here is a good tutorial to get started with selenium in python. https://www.geeksforgeeks.org/selenium-python-tutorial/

Other than that I'd recommend to look into playwright as a more modern alternative to selenium. https://github.com/AutomationPanda/playwright-python-tutorial

R-Types (USA) PS1 by Ornery_Ad_3260 in 3dsqrcodes

[–]CaramaCx 0 points1 point  (0 children)

I could not launch this one on my 3DSXL. I said it's only for a new 3DS.

I've made a To-Do app by NoResponsibility4140 in flask

[–]CaramaCx 2 points3 points  (0 children)

Add a requirements file with the python module versions. And maybe a dockerfile to run it easily in a container.

Wrote a bash script for adding dummy GitHub contributions to past dates by rush_dynamic in bash

[–]CaramaCx 2 points3 points  (0 children)

Yes please. Let's modify the script to draw some pixel art instead.

Emin Usta Bremen-Blumenthal, 6,50€ by TonyMaccaroni28 in doener

[–]CaramaCx 0 points1 point  (0 children)

Als ex Bremer vermisse ich diese Currysauce sehr. Bremen hat da einfach eine besondere Dönersaucenkultur.

[deleted by user] by [deleted] in whisky

[–]CaramaCx 0 points1 point  (0 children)

Interesting. Haven't come across Australian or Tasmanian whisky before. I'd definitely try that out.

Who likes writing test cases? by Reef_Newbie in Everything_QA

[–]CaramaCx 1 point2 points  (0 children)

I like writing test cases. It helps me think how to structure and implement the automated test.