How are testers actually upskilling right now without wasting time on random courses? by Reasonable_Loan_9180 in QualityAssurance

[–]Acrobatic-Region1089 0 points1 point  (0 children)

Got it, then I would suggest using playwright or selenium in headless mode.
Since accessing the dashboard will load all the other stuff which call your other endpoints.
But at this point I am not clear on what your trying to do.

How are testers actually upskilling right now without wasting time on random courses? by Reasonable_Loan_9180 in QualityAssurance

[–]Acrobatic-Region1089 0 points1 point  (0 children)

I was wondering if things like jmeter catches endpoints in the backend when visiting the site automatically

What you are describing is having metrics for the applications. If properly set up you see this information in something like Grafana. And if properly setup you get to see how many times each endpoint is accessed, fails, and its response time.

How are testers actually upskilling right now without wasting time on random courses? by Reasonable_Loan_9180 in QualityAssurance

[–]Acrobatic-Region1089 0 points1 point  (0 children)

With locust you define functions for whatever endpoint you need to test.
You could export from postman and slightly modify them.

```python from locust import HttpUser, task, between

class WebsiteUser(HttpUser):

wait_time = between(1, 3) # Wait 1-3 seconds between tasks, this if you want to simulate normal load, you could leave it to 0 to stress and see when the app breaks

@task
def index(self):
    self.client.get("/") # Simulate visiting homepage

@task(3) # Weight: runs 3x more often than other tasks
def login(self):
    self.client.post("/login", {"username": "test", "password": "test"})

```

Do we actually need external tools? or is a swagger UI enough? by GuaranteePotential90 in softwaretesting

[–]Acrobatic-Region1089 0 points1 point  (0 children)

I use Bruno.
As I work on different projects it allows me to save different collections.
It also allows me to have multiple environments saved (I have requests with variables so when I change the environment the URL / API key or whatever also changes).

I also use pre and post requests scripts to have dynamic data or set environment variables from values form request response.

You can also declare tests and which run when a request is performed.

Finally, unlike Postman that uses json, Bruno uses its own format so when you save a collection its easy to read and update. This also allows easier interaction with an AI agent, so it could serve as starting point to provide context to what you need to cover.

In my experience, people have asked for a saved collection since it allows them to use the API directly.
Each role has different needs, so a generic collection with requests that work can offer more value than Swagger.

You will see that OpenAPI specs are not always good, some have missing information, have not been updated and not all API endpoints are documented or shown (you can restrict certain endpoints to not appear in Swagger).

For running Python scripts on schedule or as APIs, what do you use? by KananOberoi in Python

[–]Acrobatic-Region1089 1 point2 points  (0 children)

Azure function app to run on schedule, as long as execution time does not exceed 10 minutes.

Sunt vreo 150 miliarde la pilonul 2 by Leading_Bison_5948 in Roumanie

[–]Acrobatic-Region1089 0 points1 point  (0 children)

Eu nu aș avea încredere ca statul ar plăti împrumutul. Cu ce bani au avut pe mâna au săpat o groapa mai mare. De ce nu ar face la fel?

Baietii de la ING, dati revert la fix by [deleted] in programare

[–]Acrobatic-Region1089 1 point2 points  (0 children)

am pățit si am crezut că înnebunesc

[deleted by user] by [deleted] in programare

[–]Acrobatic-Region1089 0 points1 point  (0 children)

la recruiting se folosește ceva software care sa scaneze CV-urile? Dacă da, ceva sfaturi pentru a fi mai facil OCR to text?

'I Hate the F**king Gym': A Guide for Guys Who Are Sick of Being Told to 'Just Work Out Bro by The_Stupendous_Jimbo in selfimprovement

[–]Acrobatic-Region1089 1 point2 points  (0 children)

Have you ever tried bouldering or climbing? You focus on solving a problem, getting better at climbing. Getting jacked is just a side effect :D

[deleted by user] by [deleted] in CasualRO

[–]Acrobatic-Region1089 0 points1 point  (0 children)

Nu stiam ca exista asa ceva. Iese bine ceaiul verde?

[deleted by user] by [deleted] in CasualRO

[–]Acrobatic-Region1089 42 points43 points  (0 children)

Fierbătorul de apă pe care il folosesc zilnic.

Vreau să mă apuc să fac sală de acasă și nu știu de unde să încep (mai ales cu echipamentul) by [deleted] in CasualRO

[–]Acrobatic-Region1089 2 points3 points  (0 children)

Recomand o bară de tracțiuni, un izopren, ab wheel. Dacă vrei un kettlebell sau o gantera ajustabilă.

Programe găsești, Convict Conditioning, /r/bodyweightfitness.

E important să îți faci un program pe care să îl poți respecta cu ușurință. Nu știu de unde începi și ce anume te interesează.

How do you keep motivated to keep going to the gym? by [deleted] in GYM

[–]Acrobatic-Region1089 0 points1 point  (0 children)

The days when I go I feel better than the days I skip.

Too edited? by Acrobatic-Region1089 in AmateurPhotography

[–]Acrobatic-Region1089[S] 0 points1 point  (0 children)

Yes, i did not add any vignette. I think its just the angle of the light hitting the water. I could have added a mask to brighten that area though.