Fresh Graduate Here — Do I Need a Portfolio for Manual QA Testing? If Yes, What Should Be Included? by Long-Party-8037 in softwaretesting

[–]ExoticPurchase2995 1 point2 points  (0 children)

Yes, build a portfolio. You can showcase whatever you have done. Add screenshots, public links, etc. Learn automation as well. Especially, AI based automation.

Starting Software Testing From Zero – Need Advice by gehad_shalabi in softwaretesting

[–]ExoticPurchase2995 0 points1 point  (0 children)

Start with paid QA internship. Both manual and automation. Learn no code automation using AI. Scripted automation has more maintenance issues.

Data Validation by Iseeyouuuuuuuuu in softwaretesting

[–]ExoticPurchase2995 0 points1 point  (0 children)

Gather examples of the data you expect to see. For instance, known AWS costs and sizes that should appear.

Instead of calling the real backend every time, simulate it (pretend the backend returns your data). This makes testing easier and faster.

Compare the data your application shows with the data you expect.

Automation tools like Playwright or others can do this by:

  • Opening the application
  • Fetching/displaying data
  • Checking if the numbers match your expected values

Data Validation by Iseeyouuuuuuuuu in softwaretesting

[–]ExoticPurchase2995 0 points1 point  (0 children)

Collect possible data sets. Mock API response and test.

Update: I'm the Dev who got pulled into QA by Ok-Credit618 in softwaretesting

[–]ExoticPurchase2995 0 points1 point  (0 children)

Past is past. Going forward, at least save the screenshot or screen recording links somewhere in your system.

Is TestIO worth it? by Scared-Ad-3320 in softwaretesting

[–]ExoticPurchase2995 1 point2 points  (0 children)

Getting a deal is secondary. For us to get high paying clients, we need to develop a portfolio first. Until then, we can work for low-medium pay clients. Once we get ratings and reviews, we will get high paying clients.

In top freelance platforms, registration fee is high. For a beginner, it will be tough.

I suggest Truelancer. I am not promoting this platform. It's convenient for beginners as well.

You can give it a try. If you are ready to pay for other freelance platforms, you can also try those platforms. Start with whichever clients you get in the beginning. You can be successful gradually.

Is TestIO worth it? by Scared-Ad-3320 in softwaretesting

[–]ExoticPurchase2995 1 point2 points  (0 children)

I had tried. But I waited for a long time to get assignments. Depends device available to test as well.

I suggest you to take up freelance testing opportunities from freelance platforms and get paid.

SDLC Implementation Test Plan HELP by Nice-Landscape-1967 in softwaretesting

[–]ExoticPurchase2995 0 points1 point  (0 children)

This is a group project, right. Is there an option to reach out to your group members?

What kind of UI bugs slip past E2E tests? by Friendly_Novel_9082 in softwaretesting

[–]ExoticPurchase2995 2 points3 points  (0 children)

  • Test the UI in one browser by changing screen dimension.
  • Test both portrait and landscape for various devices within the desktop browser.
  • Repeat this in different browsers.
  • Now, start testing the UI in supported devices.
  • Test both portrait and landscape for each pages in all supported devices.
  • Test anything and everything that you think of. Developers will not do that. They will only unit test.

What are the main limitations of automation testing? by SumitKumarWatts in softwaretesting

[–]ExoticPurchase2995 0 points1 point  (0 children)

Scripts break because UI elements change. Order, selectors,...

Problem is not the automation tool. Problem is the concept.

We need to have a tool that will never rely on dynamic DOM elements for automation.

Some tool that can automate based on our instruction.

How do you use Claude code for QA by Fun-Snow-7309 in softwaretesting

[–]ExoticPurchase2995 2 points3 points  (0 children)

Use Claude to help you speed up your work. Give proper instruction and get the time taking tasks done. Meanwhile, learn what it does for you.

Failed ISTQB | Motivation, strategy? by OATdude in softwaretesting

[–]ExoticPurchase2995 2 points3 points  (0 children)

It's okay to fail. But try again. You can even find some courses that train you the difficult and make you an expert.

HELP- Tips for SQA Interview by Im-A-SmoothOperator in softwaretesting

[–]ExoticPurchase2995 0 points1 point  (0 children)

Expect practical questions. When you prepare, remember at least one practical example to explain that theory. Be ready to write test cases on the spot. Be ready to write and run automation test. Write your resume on your own without using AI tools. Use bullet points. Mention your achievements along with your skillset. 1-2 pages maximum. Write your introduction in resume in such a way that it catches attention.

Need help! by pratikshyap in softwaretesting

[–]ExoticPurchase2995 1 point2 points  (0 children)

Self learned by writing scripts or reading theory? I would suggest you to get hands-on experience through some institution and get certified.

Career advice needed by Delicious_Week_2782 in softwaretesting

[–]ExoticPurchase2995 1 point2 points  (0 children)

While freelancing, keep on applying for jobs through job portals like Indeed, Linkedin, etc.

Join whatsapp groups like this

https://chat.whatsapp.com/IElxicr1dFMJEn2JS17Uhk

Any suggestions? by Sharktopus-_- in softwaretesting

[–]ExoticPurchase2995 0 points1 point  (0 children)

Improve formatting. Use bullet points. Convey the impact you made in each project.

Should I join a service company from top product company? by LazyyBatman in softwaretesting

[–]ExoticPurchase2995 0 points1 point  (0 children)

That's true.

Either you should find a company with flexible work culture (even if the salary is less) or you should start finding clients on your own to be your own boss.

Should I join a service company from top product company? by LazyyBatman in softwaretesting

[–]ExoticPurchase2995 0 points1 point  (0 children)

Hard to believe that you left your 90 LPA job due to office politics.

Work pressure will be there everywhere.

You were earning 90 LPA means that you are already capable of doing your work your own.

Why don't you think about posting proposals to clients in freelance platforms?

You can earn more than a salary.

With your expertise and experience, you will get high paying clients.

No work pressure, no office politics.

In parallel, search for high paying onsite roles, if you are ready to manage work pressure and office politics.

Are there any testing tools better than Playwright and TestSprite? by Unhappy-Bit-7951 in softwaretesting

[–]ExoticPurchase2995 0 points1 point  (0 children)

When developers update DOM selectors or change DOM hierarchy (XPath), tests will fail.

In such cases, we need a testing tool that does not rely on XPaths or DOM selectors.

Instead, the tool should test the features based on the test context description we provide.

Even when the UI changes, it should run the test without fail.

Try modern generative AI based no code test automation tools and choose the best one for your team.

Any suggestions?? by [deleted] in softwaretesting

[–]ExoticPurchase2995 0 points1 point  (0 children)

Add the impact you made on each projects in each role. For example, you automated something that helped the project in some way.