587: saved | #УкрТґ
Photo
YouTube
What’s New in Java 22 in 2 Minutes... More or Less - Sip of Java
The release of JDK 22 is neigh! In this short video we will go over the major changes, the JEPs (JDK Enhancement Proposals), that are a part of JDK 22, in two minutes... more or less.
# References
- JDK 22 Release notes: https://jdk.java.net/22/release-notes…
# References
- JDK 22 Release notes: https://jdk.java.net/22/release-notes…
👍1
Great article on #LoadBalancing (and some interactivity at the end):
https://samwho.dev/load-balancing/
https://samwho.dev/load-balancing/
🔥1👌1🆒1
#programming
The latest version of #VSCode has native support for code coverage:
https://code.visualstudio.com/updates/v1_88
The latest version of #VSCode has native support for code coverage:
https://code.visualstudio.com/updates/v1_88
👍2🤔1
#testing #Playwright
Highlights:
- browserContext.clearCookies() can now be used to delete cookies by filter
- a new option in retain-on-first-failure tracing
- it is now possible to get information about tags during the testInfo.tags test
- new locator.contentFrame() method that converts Locator to FrameLocator and back to frameLocator.owner()
- small improvements in the UI mode
https://github.com/microsoft/playwright/releases/tag/v1.43.0
Highlights:
- browserContext.clearCookies() can now be used to delete cookies by filter
- a new option in retain-on-first-failure tracing
- it is now possible to get information about tags during the testInfo.tags test
- new locator.contentFrame() method that converts Locator to FrameLocator and back to frameLocator.owner()
- small improvements in the UI mode
https://github.com/microsoft/playwright/releases/tag/v1.43.0
GitHub
Release v1.43.0 · microsoft/playwright
New APIs
Method browserContext.clearCookies() now supports filters to remove only some cookies.
// Clear all cookies.
await context.clearCookies();
// New: clear cookies with a particular name.
a...
Method browserContext.clearCookies() now supports filters to remove only some cookies.
// Clear all cookies.
await context.clearCookies();
// New: clear cookies with a particular name.
a...
👍1
DevTestSecOps
#testing #Playwright Highlights: - browserContext.clearCookies() can now be used to delete cookies by filter - a new option in retain-on-first-failure tracing - it is now possible to get information about tags during the testInfo.tags test - new locat…
Also, this new version of Playwright broke my #Github actions last night with the error
I solved it by updating package.json and package-lock.json, but somehow I didn't like doing it with my hands. Will this happen with every update? I mean, updating packages/configurations and all that. 🤔
Error: Playwright Test did not expect test.describe() to be called here. ... Error: No tests found. 😡I solved it by updating package.json and package-lock.json, but somehow I didn't like doing it with my hands. Will this happen with every update? I mean, updating packages/configurations and all that. 🤔
💯1👀1
Forwarded from 🇺🇦 automation-remarks.com
I feel like I chose the wrong career
Does anyone else feel Iike they chose the wrong career path?
I regret going into testing. From what I’ve seen, testing is the worst role in tech.
It’s not respected by a lot of companies. Testers are the first to go in any organization. Less and less companies are hiring QA’s these days. The list goes on and on.
Thjs does not seem like a stable profession and if I have a mortgage on a house how tf am I going to pay the bills as a QA when it’s such an unstable career.
What other fields can I transition into?
https://www.reddit.com/r/QualityAssurance/comments/1bmxo7e/i_feel_like_i_chose_the_wrong_career/
Does anyone else feel Iike they chose the wrong career path?
I regret going into testing. From what I’ve seen, testing is the worst role in tech.
It’s not respected by a lot of companies. Testers are the first to go in any organization. Less and less companies are hiring QA’s these days. The list goes on and on.
Thjs does not seem like a stable profession and if I have a mortgage on a house how tf am I going to pay the bills as a QA when it’s such an unstable career.
What other fields can I transition into?
https://www.reddit.com/r/QualityAssurance/comments/1bmxo7e/i_feel_like_i_chose_the_wrong_career/
Reddit
I feel like I chose the wrong career : r/QualityAssurance
64 votes, 71 comments. 60K subscribers in the QualityAssurance community. Anything software QA -related; tools, processes, questions etc. As long as it's relevant you can post or ask whatever you like.
Spam is forbidden. Spam masquerading as low-effort articles…
Spam is forbidden. Spam masquerading as low-effort articles…
😁1🤔1👻1👨💻1
In today's #video, I had the pleasure to interview Leonardo Lanni. Leonardo has more than 15 years of hands-on experience in software #testing. He worked for different companies from software tester to Head of QA. At some point in his career, he switched to freelancing. For me, this sounds like leaving the comfort zone, and is a great example for growth! Have a look at the interview to hear the full story of Leonardo!
https://youtu.be/l2U-4fd--n4
https://youtu.be/l2U-4fd--n4
YouTube
From Head of QA to Freelancing - Interview with Leonardo Lanni
In today's video, I had the pleasure to interview Leonardo Lanni. Leonardo has more than 15 years of hands-on experience in software testing. He worked for different companies from software tester to Head of QA. At some point in his career, he switched to…
👍1
Forwarded from eternal singularity
you: i use Claude 3 Opus/GPT-4 turbo API for coding🤓☝️
me: i use the Amazon Shopping app for coding
me: i use the Amazon Shopping app for coding
👏2😁2👌1
#security
#Microsoft has left one of #Bing internal development servers - with code, scripts, keys, passwords and more - publicly visible. The funny thing is that after being informed of this screwup, it took Microsoft a month to react and hide this server. Who had access to it, other than the researchers who discovered it, is unknown. 🙃
https://techcrunch.com/2024/04/09/microsoft-employees-exposed-internal-passwords-security-lapse/
#Microsoft has left one of #Bing internal development servers - with code, scripts, keys, passwords and more - publicly visible. The funny thing is that after being informed of this screwup, it took Microsoft a month to react and hide this server. Who had access to it, other than the researchers who discovered it, is unknown. 🙃
https://techcrunch.com/2024/04/09/microsoft-employees-exposed-internal-passwords-security-lapse/
TechCrunch
Microsoft employees exposed internal passwords in security lapse
The tech giant secured a cloud storage server that was inadvertently spilling Microsoft internal data and credentials to the open internet.
🎉1
Forwarded from 🇺🇦 automation-remarks.com
Modern Git Commands and Features You Should Be Using
All of us - software engineers - use git every day, however most people only ever touch the most basic of commands, such as add, commit, push or pull, like it's still 2005.
Git however, introduced many features since then, and using them can make your life so much easier, so let's explore some of the recently added, modern git commands, that you should know about.
https://martinheinz.dev/blog/109
All of us - software engineers - use git every day, however most people only ever touch the most basic of commands, such as add, commit, push or pull, like it's still 2005.
Git however, introduced many features since then, and using them can make your life so much easier, so let's explore some of the recently added, modern git commands, that you should know about.
https://martinheinz.dev/blog/109
martinheinz.dev
Modern Git Commands and Features You Should Be Using
<p>
All of us - software engineers - use <code class="inline">git</code> every day, however most people only ever touch the most basic of commands, such as...
All of us - software engineers - use <code class="inline">git</code> every day, however most people only ever touch the most basic of commands, such as...
👍1👏1
#Dropbox #hack
“We discovered that the threat actor had accessed data related to all users of Dropbox Sign, such as emails and user names, in addition to general account settings,” Dropbox said Wednesday in a regulatory filing. “For subsets of users, the threat actor also accessed phone numbers, hashed passwords, and certain authentication information such as API keys, OAuth tokens, and multi-factor authentication.”
https://finance.yahoo.com/news/dropbox-says-hackers-breached-digital-211551057.html
“We discovered that the threat actor had accessed data related to all users of Dropbox Sign, such as emails and user names, in addition to general account settings,” Dropbox said Wednesday in a regulatory filing. “For subsets of users, the threat actor also accessed phone numbers, hashed passwords, and certain authentication information such as API keys, OAuth tokens, and multi-factor authentication.”
https://finance.yahoo.com/news/dropbox-says-hackers-breached-digital-211551057.html
Yahoo Finance
Dropbox Says Hackers Breached Digital-Signature Product
(Bloomberg) -- Dropbox Inc. said its digital-signature product, Dropbox Sign, was breached by hackers, who accessed user information including emails, user names and phone numbers.Most Read from BloombergIsrael Says a Cease-Fire Plan Backed by Hamas Falls…
🔥1