Future Help | Courses | internships | Jobs
1.61K subscribers
20.9K photos
47 videos
271 files
7.14K links
A Non profit for the students by the students initiative to help each other to grow and help others to grow.
Download Telegram
We’re hiring at scale in Bangalore!
GlobalLogic, a Hitachi Group Company, is looking for passionate engineers and architects to join us across multiple roles.

If you're skilled in Node.js, React, MERN Stack, .Net Full Stack, Ruby on Rails, AWS, or QA Automation (Cypress) – we want to connect with you.
We offer a people-first culture of flexibility, learning, and meaningful work that creates real impact.

Apply now: https://bit.ly/42ODQqZ

#GlobalLogic #Hiring #BangaloreJobs #Smartboldhuman #FullStackDeveloper #QAAutomation #AWSJobs #AWSCDK #SolutionArchitect #EngineeringManager #TechCareers
Our Crew-Up continues! 😎

The below roles are now also available:

- Episodic Director

- Line Producer

These positions require the successful candidate be based in Ireland, but we're still accepting applications for a variety of roles that include remote positions for the right artist.

Check out this link to all our available roles and submit your application through the portal: https://63cfe2b674b466401a5d1aa2.kenjo.io

Applicant submissions to close on April 21st.

All the best! 🍀
Explaining 9 types of API testing.

Repost it for sharing with your friends 🎊

🔹 Smoke Testing
This is done after API development is complete. Simply validate if the APIs are working and nothing breaks.

🔹 Functional Testing
This creates a test plan based on the functional requirements and compares the results with the expected results.

🔹 Integration Testing
This test combines several API calls to perform end-to-end tests. The intra-service communications and data transmissions are tested.

🔹 Regression Testing
This test ensures that bug fixes or new features shouldn’t break the existing behaviours of APIs.

🔹 Load Testing
This tests applications’ performance by simulating different loads. Then we can calculate the capacity of the application.

🔹 Stress Testing
We deliberately create high loads to the APIs and test if the APIs are able to function normally.

🔹 Security Testing
This tests the APIs against all possible external threats.
Future Help | Courses | internships | Jobs
Explaining 9 types of API testing. Repost it for sharing with your friends 🎊 🔹 Smoke Testing This is done after API development is complete. Simply validate if the APIs are working and nothing breaks. 🔹 Functional Testing This creates a test plan…
🔹 UI Testing
This tests the UI interactions with the APIs to make sure the data can be displayed properly.

🔹 Fuzz Testing
This injects invalid or unexpected input data into the API and tries to crash the API. In this way, it identifies the API vulnerabilities.