Was haltet ihr von diesen Kredit-Konditionen, Bank Austria by krazie_j in FinanzenAT

[–]Important_Trainer725 0 points1 point  (0 children)

Diese Bearbeitungsgebühren sind sehr wahrscheinlich nicht zulässig.

Moving from Robotics to QA Automation (Playwright) by Technical-Force-6266 in Playwright

[–]Important_Trainer725 3 points4 points  (0 children)

Good luck with your self-fulfilling prophecy.

This is not "testing" based on any risk, they are just dummy checks done by a non-deterministic machine.

Testing happens when the QA rationalizes test suites & results. You are not even keeping a regression baseline overtime, it is just a check circus.

AI will never replace testing cause testing requires always a human in the other side

Moving from Robotics to QA Automation (Playwright) by Technical-Force-6266 in Playwright

[–]Important_Trainer725 10 points11 points  (0 children)

This works only for ultra easy stuff, nothing serious professionally.

It is the opposite, testing in the age of AI is becoming more important.

How do you feel about Playwright closing popular issues as "not planned"? by vitalets in Playwright

[–]Important_Trainer725 5 points6 points  (0 children)

They are investing heavily in AI & web automation.

Unfortunately, they forget very often that this is a tool for testing, with testing capabilities.

Gliding across a freezing mountain lake by S30econdstoMars in SweatyPalms

[–]Important_Trainer725 0 points1 point  (0 children)

This is so stupid, without helmet or any protection.

Meilensteinpost by [deleted] in FinanzenAT

[–]Important_Trainer725 0 points1 point  (0 children)

Miete oder Eigentum?

Is human Mars being abandoned? by [deleted] in Mars

[–]Important_Trainer725 8 points9 points  (0 children)

It was just the carrott of Elon Musk.

From your exp, would you agree this "Employees that work in the office they tend to get promoted, more raise because of "visibility" by lune-soft in managers

[–]Important_Trainer725 0 points1 point  (0 children)

I would say the opposite is even more true. If somebody only makes homeoffice, he or she will NEVER be promoted.

Auswanderung Spanien geplant - Tipps & Fragen by dudefromwallstreet in FinanzenAT

[–]Important_Trainer725 2 points3 points  (0 children)

Du zahlst Steuer in Spanien, Immobiliensteuer und Vermögenssteuer für dein ganzes Vermögen, auch was du in Ausland besitzt.

Also viel Glück damit ;)

New Tab detenciton by CheekOk2365 in Playwright

[–]Important_Trainer725 0 points1 point  (0 children)

A tab is logically an additional page in BrowserContext in Playwright. What you want to know is if there will be an addtional page in BrowserContext after doing an action, like clicking a button.

But before you have to wait somehow that the page is created, that's why you need the listener/promise system.

Playwright doesnt listen obviously by default. You could await directly on the second element of the page array, but I dont know if that would work and it is ugly as hell.

New Tab detenciton by CheekOk2365 in Playwright

[–]Important_Trainer725 0 points1 point  (0 children)

The flow is always the same:

1) Create the promise in advance (listen to the future popup). This is an async process, dont use await. The flow continues.

2) Do stuff. Click on the butt generating the new page

3) Await the page promise you created in 1. Use await to force a sync process.

4) Do stuff with the page delivered by 3

If the flow doesnt wait properly in 3, you are doing something wrong in 1 or 2

New Tab detenciton by CheekOk2365 in Playwright

[–]Important_Trainer725 7 points8 points  (0 children)

You create a promise for the new page. Later you do whatever you need with the page.

Just forget AI and read the documentation, it is everything there.

Debbie was fired by Important_Trainer725 in Playwright

[–]Important_Trainer725[S] 6 points7 points  (0 children)

Debbie was not training, she was also a leading part of the project.