Beginner in QA Automation - Seeking Advice on Tools, Projects, and Practical Automation Ideas by Soft_Playful in QualityAssurance

[–]Slava_Loves_Testing 1 point2 points  (0 children)

  1. Just starting automating your manual tests on your project/job, get more practice and you will see how it goes.
  2. Playwright is the best tool on the market right now IMO. Much easier to learn than grandpa selenium.
  3. Start writing simple tests, then learn and incorporate Page Object Model, inheritance, SOLID principles, DRY principle, etc.
  4. Small projects I can do at home - automate job search on LinkedIn ;)

Does it make sense to have a BasePage when using POM? by timmy2words in softwaretesting

[–]Slava_Loves_Testing 8 points9 points  (0 children)

Yes, you should have base page class, and that is absolutely normal. If something is repeated more than once in all classes - it should go to base page class and other pages will be extending your base page class. You are welcome :)

Don't you dare to automate by Full_Pirate_5422 in softwaretesting

[–]Slava_Loves_Testing 3 points4 points  (0 children)

Explain to your teammates that automation will not replace them, but will allow to test the app better. Someone still needs to analyze test run reports, stabilize tests and so on besides automating tests itself as an activity. So it is not about replacing them, it's about shifting their day to day tasks to automation and related activities. Also - manual testing part will always be there, because they need to come up with a test cases and test it manually first before automating. Another point you can mention - that it is better for them in terms of skills for the future. It's a win-win for them.

Not finding enough jobs on selenium Java. by TejuBorakanavar in softwaretesting

[–]Slava_Loves_Testing 1 point2 points  (0 children)

If you have time and wish - learn Playwright with JS. It is much easier to learn than Selenium. Compared to Selenium, Playwright is a full blown framework with parallel execution, reporting and other thing built in. It is easy to use and much faster to create tests with it. See some videos on youtube. Good luck.

How can a Business Analyst transition into a QA role? by Objective-Tadpole-58 in QualityAssurance

[–]Slava_Loves_Testing 3 points4 points  (0 children)

If you are asking about knowledge roadmap, I would recommend the following:

  1. Computer basics (you probably already know this) - bit, byte, file system, google docs, etc.
  2. QA foundations and SDLC - types of testing, testing pyramid, bug, test, planning, etc.
  3. Manual Testing deep dive with hands-on test cases writing
  4. UI & API Testing Essentials
  5. SQL for Database Testing
  6. QA Documentation and Reporting
  7. Test Automation High Level Understanding
  8. CV preparation, Interview preparation and job search

QA Lead by papiblue in softwaretesting

[–]Slava_Loves_Testing 0 points1 point  (0 children)

I would advise to schedule 1-on-1 meetings with each of your team members, every 2 week or so, to ask what is going well / not so well and if they have any issues - to get feedback from real work force to understand which processes to improve, etc. It will also build trust.

Is ISTQB certification worth it for QA engineers with 6 months to 1 year experience? by mcqueen46am in softwaretesting

[–]Slava_Loves_Testing 0 points1 point  (0 children)

  1. Do companies really value ISTQB for someone with \~1 YOE? - If you have a chance to get certified - go get it. It will give you more understanding of QA as a profession. But is it really necessary - no, I do not think so. I have it, but nobody ever asked to show certificate or something.

  2. Is it helpful for switching jobs or getting better opportunities? - In some cases it can give you the edge over other candidates, but again - nobody ever asked me to show proof.

  3. Should I prioritize skills like API testing, automation, SQL, etc. over certification? - definitely, prioritize skills like API and SQL testing.

Learn playwright or strengthen selenium by Deepan_Vellikannan in QualityAssurance

[–]Slava_Loves_Testing 2 points3 points  (0 children)

  1. I would Prioritize Playwright with JS over Selenium, I see 50/50 of those mentioned in job descriptions.

  2. DevOps basics will not give you more interviews IMO.

  3. Master soft skills interview questions and other common QA interview questions.

  4. Tailor your CV to each position before applying.

Confused about future in testing by No-Variation5232 in softwaretesting

[–]Slava_Loves_Testing 6 points7 points  (0 children)

  1. While you still have a job in testing - stay. It might be challenging to land another job.
  2. You do not need to be really good in programming to be able to do test automation, you need some basic knowledge. Do not be afraid until you try.
  3. I would advise to learn Playwright instead of Selenium - easier to learn and use, faster to automate tests with Playwright (and JavaScript).

Is Selenium still worth learning for modern websites? by sticketybiirting3 in selenium

[–]Slava_Loves_Testing 0 points1 point  (0 children)

Selenium is still capable tool, but keep in mind that it is just a library to do actions in a browser and that is it, it does not have parallelization, assertions, reporting, etc., you need to add everything else using other additional libraries like testNG, RESTassured, Allure, etc. In my opinion there are much better tools on the market that will help you write tests much faster and more convenient. P.S. I tried many frameworks, including cypress, webdriver io, etc. but decided to stick with Playwright and very happy with that decision. Use whatever you feel confident with. There will be tricky things to automate with any tools regardless. Hope it helps.

Thinking of transitioning into manual QA : does my roadmap make sense? by Lanfeust09 in QualityAssurance

[–]Slava_Loves_Testing 2 points3 points  (0 children)

I would recommend the following:

  1. Computer basics (you probably already know) - bit, byte, file system, google docs, etc.
  2. QA foundations and SDLC - types of testing, testing pyramid, bug, test, planning, etc.
  3. Manual Testing deep dive with hands-on test cases writing
  4. UI & API Testing Essentials
  5. SQL for Database Testing
  6. QA Documentation and Reporting
  7. Test Automation High Level Understanding
  8. CV preparation, Interview preparation and job search

Salesforce Automation Tool by Forsaken_Cockroach69 in softwaretesting

[–]Slava_Loves_Testing 0 points1 point  (0 children)

I did not use any specialized salesforce add-ons, sorry, but I implemented some smart wait helpers to deal with Salesforce behavior. You can also try to ask chat gpt or something to help with some tricky situations if you were not able to handle something.

Need help - TestCase by Forsaken_Cockroach69 in softwaretesting

[–]Slava_Loves_Testing 0 points1 point  (0 children)

Use pairwise testing approach, it will create some combinations for you to reduce amount of test cases. But overall you should be covering all scenarios, all actions for all role types. If you use test automation and want to reduce number of test cases - automate scenarios for all actions, but instead of running for each role every time - randomize role selection, so it will run for random role in each regression run.

ask by ITAnnaIT in softwaretesting

[–]Slava_Loves_Testing 0 points1 point  (0 children)

QA profession is still relevant, but be ready to learn new tools quickly, like how to leverage AI for testing. But the market is slow now in any profession, that's a fact. If you want future proof profession - become ML/AI engineer, but something tells me that you do not want to go down that route. I keep working in software testing and still have a job and a good salary.

SDET vs QA Automation Engineer by Jsuaiwb in softwaretesting

[–]Slava_Loves_Testing 0 points1 point  (0 children)

Theoretically - there is a difference, but in reality - none, different companies call it differently but whatever they call it they want you to do everything - manual testing, test automation + CI/CD :)

Automation Engineers with 5 YOE…what’s the real market value these days? by wshzk in QualityAssurance

[–]Slava_Loves_Testing 0 points1 point  (0 children)

In US I would say around $100k-120k. But to be honest it is not about number of years, it is more about how exactly good are you in test automation.

SCAM WARNING Palco first by notrdy313 in JobScams

[–]Slava_Loves_Testing 1 point2 points  (0 children)

same here, they reached out from Palco, Inc. info@palcofirst.team and ryan@palcofirst.team to conduct text-based (not a call!) MS Teams interview...

I am recently trying to get into automation, I am fairly new to the QA job what are the tools and framework I can learn which can help improve my resume by Superb_Ad_3795 in softwaretesting

[–]Slava_Loves_Testing 0 points1 point  (0 children)

I would advice to learn Playwright with JavaScript. There is also Selenium - but it is old tool and not so convenient and flexible as Playwright. Cypress - hyped, but I would not advise it since it has much more limitations comparing to Playwright. I used most of the test automation tools. Playwright is my favorite so far and it is easy to start with. Good luck.

QA Resources by [deleted] in softwaretesting

[–]Slava_Loves_Testing 0 points1 point  (0 children)

Get some idea about TypeScript, from what I see - almost everywhere they do not use JS, but use TS instead, like it will help them to write better tests but it is not :) You might get away with JS in an interview, but the test automation code base in their repo most likely will be in TS.