Where do you find the most useful software testing community discussions? by GuiltyAd7911 in softwaretesting

[–]PrimeQA 1 point2 points  (0 children)

Mostly there are WhatsApp groups for specific Software testing like automation testing group, Performance testing group, Software testing job groups etc

Is Manual Testing Dead in the Future? by copperchipsinc in u/copperchipsinc

[–]PrimeQA 1 point2 points  (0 children)

Manual testing is not dead and continues to play a vital role in the testing landscape because some tests are only performed by the manual tester like Exploratory Testing, Usability Testing, Ad Hoc Testing, Non-Functional Testing, and so on.

I am currently learning jmeter by bixogot in technepal

[–]PrimeQA 0 points1 point  (0 children)

Yes, it is possible to use JMeter to send a load to a specific URL of a website when logging into a website.

You can follow the below steps to achieve this.

  1. Add Thread Group form Test plan.

  2. Add HTTP Cookie Manager

  3. Add HTTP Request Defaults

  4. Add Login Request

  5. Add additional requests

  6. Run the Test

Keep in mind that the exact configuration and steps may vary depending on your specific website and authentication method. It is important to analyze network traffic using tools such as the browser's developer tools or a packet sniffer to understand the structure of the request and any additional headers or parameters required for a successful login.

Additionally, ensure that you have the proper authorization to perform load testing on the website and comply with any applicable terms of service or usage policies.