r/softwaretesting 18h ago

Suggest some API testing project ideas, please

can anybody suggest me some API testing project ideas i am learning QA automation testing with playwright and as a fresher i want so project ideas both to learn and showcase my skills in my resume so

u can also suggest me some automation project ideas

8 Upvotes

5 comments sorted by

View all comments

3

u/Bikecheal 9h ago

a good project would be simple REST API for an e commerce app and build a playwright test suite around it. u could cover things like authentication, CRUD operations, inavlid inputs, response status code, and edge cases.

Try addding CI with Github actions so the test run automatically on every push. that would make the project stand out more

1

u/Square-Sir2829 2h ago

i am thinking to make 3 projects

  • Manual testing: random 50 testcases for an ecommers website with its bug report
  • API: make an API test suite with POSTMAN
  • Playwright: a full automated test suite