If you could give one piece of advice to a beginner in QA automation, what would it be

Get the most out of asking a question.

If you could give one piece of advice to a beginner in QA automation, what would it be

2 Likes

I would advise focusing on a single tool at a time.
Learn it and apply your knowledge by building a small project.

3 Likes

Wow just one? :thinking:โ€ฆ
Make sure you understand โ€œwhyโ€ to automate, then โ€œwhatโ€ to automate, then worry about โ€œhowโ€ to automate.

4 Likes

There is nothing as 100% automation in the market.

Focus on basics of testingโ€ฆ without testing skill tools will be of no help.

3 Likes

If I were going to give only one piece of advice, I would say, if you are stuck with a programming problem, it would be to ask chatGPT for a solution before you ask a developer for help. You will learn from the answers that chatGPT gives. chat GPT may solve your problem and if it doesnโ€™t, you will sound more informed if you ask a developer for help.

2 Likes

Learn the theory, not the tool.

What are the levels of test, when do you use them and what do they give you?

4 Likes

I 'm doing same before asking to developer

2 Likes

Any/all learning builds on itself.

  • If you pick an automation framework, anything you learn can be transferred to another framework.
  • Writing test cases can be the base for your automation so learn how to write good test cases and build automation based on those.
  • Learn one thing and share it. Youโ€™ll get feedback which will test your knowledge and increase your skillset.
3 Likes

Automation is basically development. Nothing else.
Therefore you can use this skill also for many other things.

2 Likes